toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final iamServiceAccount = this.iamServiceAccount;
final tagValueIdSet = this.tagValueIdSet;
return {
'iamServiceAccount': ?iamServiceAccount,
'tagValueIdSet': ?tagValueIdSet,
};
}