toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final asyncOperationsSupport = this.asyncOperationsSupport;
final authConfig = this.authConfig;
final authConfigTemplates = this.authConfigTemplates;
final authOverrideSupport = this.authOverrideSupport;
final backendVariableTemplates = this.backendVariableTemplates;
final createTime = this.createTime;
final destinationConfigs = this.destinationConfigs;
final enableBackendDestinationConfig = this.enableBackendDestinationConfig;
final labels = this.labels;
final name = this.name;
final partnerMetadata = this.partnerMetadata;
final publishStatus = this.publishStatus;
final serviceAccount = this.serviceAccount;
final specLocation = this.specLocation;
final specServerUrls = this.specServerUrls;
final state = this.state;
final updateTime = this.updateTime;
return {
'asyncOperationsSupport': ?asyncOperationsSupport,
'authConfig': ?authConfig,
'authConfigTemplates': ?authConfigTemplates,
'authOverrideSupport': ?authOverrideSupport,
'backendVariableTemplates': ?backendVariableTemplates,
'createTime': ?createTime,
'destinationConfigs': ?destinationConfigs,
'enableBackendDestinationConfig': ?enableBackendDestinationConfig,
'labels': ?labels,
'name': ?name,
'partnerMetadata': ?partnerMetadata,
'publishStatus': ?publishStatus,
'serviceAccount': ?serviceAccount,
'specLocation': ?specLocation,
'specServerUrls': ?specServerUrls,
'state': ?state,
'updateTime': ?updateTime,
};
}