toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final automaticResources = this.automaticResources;
final createTime = this.createTime;
final dedicatedResources = this.dedicatedResources;
final deployedIndexAuthConfig = this.deployedIndexAuthConfig;
final deploymentGroup = this.deploymentGroup;
final deploymentTier = this.deploymentTier;
final displayName = this.displayName;
final enableAccessLogging = this.enableAccessLogging;
final enableDatapointUpsertLogging = this.enableDatapointUpsertLogging;
final id = this.id;
final index = this.index;
final indexSyncTime = this.indexSyncTime;
final privateEndpoints = this.privateEndpoints;
final pscAutomationConfigs = this.pscAutomationConfigs;
final reservedIpRanges = this.reservedIpRanges;
return {
'automaticResources': ?automaticResources,
'createTime': ?createTime,
'dedicatedResources': ?dedicatedResources,
'deployedIndexAuthConfig': ?deployedIndexAuthConfig,
'deploymentGroup': ?deploymentGroup,
'deploymentTier': ?deploymentTier,
'displayName': ?displayName,
'enableAccessLogging': ?enableAccessLogging,
'enableDatapointUpsertLogging': ?enableDatapointUpsertLogging,
'id': ?id,
'index': ?index,
'indexSyncTime': ?indexSyncTime,
'privateEndpoints': ?privateEndpoints,
'pscAutomationConfigs': ?pscAutomationConfigs,
'reservedIpRanges': ?reservedIpRanges,
};
}