toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final baProxyUri = this.baProxyUri;
final createTime = this.createTime;
final description = this.description;
final etag = this.etag;
final labels = this.labels;
final managementUri = this.managementUri;
final name = this.name;
final networks = this.networks;
final oauth2ClientId = this.oauth2ClientId;
final satisfiesPzi = this.satisfiesPzi;
final satisfiesPzs = this.satisfiesPzs;
final state = this.state;
final type = this.type;
final updateTime = this.updateTime;
final workforceIdentityBasedManagementUri =
this.workforceIdentityBasedManagementUri;
final workforceIdentityBasedOauth2ClientId =
this.workforceIdentityBasedOauth2ClientId;
return {
'baProxyUri': ?baProxyUri,
'createTime': ?createTime,
'description': ?description,
'etag': ?etag,
'labels': ?labels,
'managementUri': ?managementUri,
'name': ?name,
'networks': ?networks,
'oauth2ClientId': ?oauth2ClientId,
'satisfiesPzi': ?satisfiesPzi,
'satisfiesPzs': ?satisfiesPzs,
'state': ?state,
'type': ?type,
'updateTime': ?updateTime,
'workforceIdentityBasedManagementUri':
?workforceIdentityBasedManagementUri,
'workforceIdentityBasedOauth2ClientId':
?workforceIdentityBasedOauth2ClientId,
};
}