toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accelerators = this.accelerators;
final apiEndpoint = this.apiEndpoint;
final availableVersion = this.availableVersion;
final createTime = this.createTime;
final cryptoKeyConfig = this.cryptoKeyConfig;
final dataplexDataLineageIntegrationEnabled =
this.dataplexDataLineageIntegrationEnabled;
final dataprocServiceAccount = this.dataprocServiceAccount;
final description = this.description;
final disabledReason = this.disabledReason;
final displayName = this.displayName;
final enableRbac = this.enableRbac;
final enableStackdriverLogging = this.enableStackdriverLogging;
final enableStackdriverMonitoring = this.enableStackdriverMonitoring;
final enableZoneSeparation = this.enableZoneSeparation;
final eventPublishConfig = this.eventPublishConfig;
final gcsBucket = this.gcsBucket;
final labels = this.labels;
final loggingConfig = this.loggingConfig;
final maintenanceEvents = this.maintenanceEvents;
final maintenancePolicy = this.maintenancePolicy;
final monitoringConfig = this.monitoringConfig;
final name = this.name;
final networkConfig = this.networkConfig;
final options = this.options;
final p4ServiceAccount = this.p4ServiceAccount;
final patchRevision = this.patchRevision;
final privateInstance = this.privateInstance;
final satisfiesPzi = this.satisfiesPzi;
final satisfiesPzs = this.satisfiesPzs;
final serviceAccount = this.serviceAccount;
final serviceEndpoint = this.serviceEndpoint;
final state = this.state;
final stateMessage = this.stateMessage;
final tags = this.tags;
final tenantProjectId = this.tenantProjectId;
final type = this.type;
final updateTime = this.updateTime;
final version = this.version;
final workforceIdentityServiceEndpoint =
this.workforceIdentityServiceEndpoint;
final zone = this.zone;
return {
'accelerators': ?accelerators,
'apiEndpoint': ?apiEndpoint,
'availableVersion': ?availableVersion,
'createTime': ?createTime,
'cryptoKeyConfig': ?cryptoKeyConfig,
'dataplexDataLineageIntegrationEnabled':
?dataplexDataLineageIntegrationEnabled,
'dataprocServiceAccount': ?dataprocServiceAccount,
'description': ?description,
'disabledReason': ?disabledReason,
'displayName': ?displayName,
'enableRbac': ?enableRbac,
'enableStackdriverLogging': ?enableStackdriverLogging,
'enableStackdriverMonitoring': ?enableStackdriverMonitoring,
'enableZoneSeparation': ?enableZoneSeparation,
'eventPublishConfig': ?eventPublishConfig,
'gcsBucket': ?gcsBucket,
'labels': ?labels,
'loggingConfig': ?loggingConfig,
'maintenanceEvents': ?maintenanceEvents,
'maintenancePolicy': ?maintenancePolicy,
'monitoringConfig': ?monitoringConfig,
'name': ?name,
'networkConfig': ?networkConfig,
'options': ?options,
'p4ServiceAccount': ?p4ServiceAccount,
'patchRevision': ?patchRevision,
'privateInstance': ?privateInstance,
'satisfiesPzi': ?satisfiesPzi,
'satisfiesPzs': ?satisfiesPzs,
'serviceAccount': ?serviceAccount,
'serviceEndpoint': ?serviceEndpoint,
'state': ?state,
'stateMessage': ?stateMessage,
'tags': ?tags,
'tenantProjectId': ?tenantProjectId,
'type': ?type,
'updateTime': ?updateTime,
'version': ?version,
'workforceIdentityServiceEndpoint': ?workforceIdentityServiceEndpoint,
'zone': ?zone,
};
}