toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (createTime != null) 'createTime': createTime!,
      if (encryptionConfig != null) 'encryptionConfig': encryptionConfig!,
      if (endpoints != null) 'endpoints': endpoints!,
      if (hiveMetastoreConfig != null)
        'hiveMetastoreConfig': hiveMetastoreConfig!,
      if (labels != null) 'labels': labels!,
      if (metadataIntegration != null)
        'metadataIntegration': metadataIntegration!,
      if (name != null) 'name': name!,
      if (scalingConfig != null) 'scalingConfig': scalingConfig!,
      if (scheduledBackup != null) 'scheduledBackup': scheduledBackup!,
      if (state != null) 'state': state!,
      if (stateMessage != null) 'stateMessage': stateMessage!,
      if (uid != null) 'uid': uid!,
      if (updateTime != null) 'updateTime': updateTime!,
      if (warehouseGcsUri != null) 'warehouseGcsUri': warehouseGcsUri!,
    };