toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final etag = this.etag;
final name = this.name;
final requestId = this.requestId;
final tags = this.tags;
return {
'etag': ?etag,
'name': ?name,
'requestId': ?requestId,
'tags': ?tags,
};
}