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