toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (artifactGcsUri != null) 'artifactGcsUri': artifactGcsUri!,
      if (createTime != null) 'createTime': createTime!,
      if (encryptionConfig != null)
        'encryptionConfig': encryptionConfig!.toJson(),
      if (endpointUri != null) 'endpointUri': endpointUri!,
      if (hiveMetastoreConfig != null)
        'hiveMetastoreConfig': hiveMetastoreConfig!.toJson(),
      if (labels != null) 'labels': labels!,
      if (maintenanceWindow != null)
        'maintenanceWindow': maintenanceWindow!.toJson(),
      if (metadataIntegration != null)
        'metadataIntegration': metadataIntegration!.toJson(),
      if (metadataManagementActivity != null)
        'metadataManagementActivity': metadataManagementActivity!.toJson(),
      if (name != null) 'name': name!,
      if (network != null) 'network': network!,
      if (port != null) 'port': port!,
      if (releaseChannel != null) 'releaseChannel': releaseChannel!,
      if (state != null) 'state': state!,
      if (stateMessage != null) 'stateMessage': stateMessage!,
      if (tier != null) 'tier': tier!,
      if (uid != null) 'uid': uid!,
      if (updateTime != null) 'updateTime': updateTime!,
    };