toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final createTime = this.createTime;
final displayName = this.displayName;
final gatewayServiceAccount = this.gatewayServiceAccount;
final grpcServices = this.grpcServices;
final labels = this.labels;
final managedServiceConfigs = this.managedServiceConfigs;
final name = this.name;
final openapiDocuments = this.openapiDocuments;
final serviceConfigId = this.serviceConfigId;
final state = this.state;
final updateTime = this.updateTime;
return {
'createTime': ?createTime,
'displayName': ?displayName,
'gatewayServiceAccount': ?gatewayServiceAccount,
'grpcServices': ?grpcServices,
'labels': ?labels,
'managedServiceConfigs': ?managedServiceConfigs,
'name': ?name,
'openapiDocuments': ?openapiDocuments,
'serviceConfigId': ?serviceConfigId,
'state': ?state,
'updateTime': ?updateTime,
};
}