toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (billingType != null) 'billingType': billingType!,
  if (clientState != null) 'clientState': clientState!,
  if (cloudKmsConfig != null) 'cloudKmsConfig': cloudKmsConfig!,
  if (createTime != null) 'createTime': createTime!,
  if (customerConfig != null) 'customerConfig': customerConfig!,
  if (description != null) 'description': description!,
  if (enableHttpCall != null) 'enableHttpCall': enableHttpCall!,
  if (enableInternalIp != null) 'enableInternalIp': enableInternalIp!,
  if (enableManagedAiFeatures != null)
    'enableManagedAiFeatures': enableManagedAiFeatures!,
  if (enableVariableMasking != null)
    'enableVariableMasking': enableVariableMasking!,
  if (id != null) 'id': id!,
  if (isGmek != null) 'isGmek': isGmek!,
  if (p4ServiceAccount != null) 'p4ServiceAccount': p4ServiceAccount!,
  if (projectId != null) 'projectId': projectId!,
  if (region != null) 'region': region!,
  if (runAsServiceAccount != null)
    'runAsServiceAccount': runAsServiceAccount!,
};