toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotations = this.annotations;
final displayName = this.displayName;
final etag = this.etag;
final name = this.name;
final recommenderGenerationConfig = this.recommenderGenerationConfig;
final revisionId = this.revisionId;
final updateTime = this.updateTime;
return {
'annotations': ?annotations,
'displayName': ?displayName,
'etag': ?etag,
'name': ?name,
'recommenderGenerationConfig': ?recommenderGenerationConfig,
'revisionId': ?revisionId,
'updateTime': ?updateTime,
};
}