toJson method

Map<String, dynamic> toJson()

Implementation

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