toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (addonsConfig != null) 'addonsConfig': addonsConfig!,
  if (analyticsRegion != null) 'analyticsRegion': analyticsRegion!,
  if (apiConsumerDataEncryptionKeyName != null)
    'apiConsumerDataEncryptionKeyName': apiConsumerDataEncryptionKeyName!,
  if (apiConsumerDataLocation != null)
    'apiConsumerDataLocation': apiConsumerDataLocation!,
  if (apigeeProjectId != null) 'apigeeProjectId': apigeeProjectId!,
  if (attributes != null) 'attributes': attributes!,
  if (authorizedNetwork != null) 'authorizedNetwork': authorizedNetwork!,
  if (billingType != null) 'billingType': billingType!,
  if (caCertificate != null) 'caCertificate': caCertificate!,
  if (controlPlaneEncryptionKeyName != null)
    'controlPlaneEncryptionKeyName': controlPlaneEncryptionKeyName!,
  if (createdAt != null) 'createdAt': createdAt!,
  if (customerName != null) 'customerName': customerName!,
  if (description != null) 'description': description!,
  if (disableVpcPeering != null) 'disableVpcPeering': disableVpcPeering!,
  if (displayName != null) 'displayName': displayName!,
  if (environments != null) 'environments': environments!,
  if (expiresAt != null) 'expiresAt': expiresAt!,
  if (lastModifiedAt != null) 'lastModifiedAt': lastModifiedAt!,
  if (name != null) 'name': name!,
  if (networkEgressRestricted != null)
    'networkEgressRestricted': networkEgressRestricted!,
  if (portalDisabled != null) 'portalDisabled': portalDisabled!,
  if (projectId != null) 'projectId': projectId!,
  if (properties != null) 'properties': properties!,
  if (runtimeDatabaseEncryptionKeyName != null)
    'runtimeDatabaseEncryptionKeyName': runtimeDatabaseEncryptionKeyName!,
  if (runtimeType_ != null) 'runtimeType': runtimeType_!,
  if (state != null) 'state': state!,
  if (subscriptionPlan != null) 'subscriptionPlan': subscriptionPlan!,
  if (subscriptionType != null) 'subscriptionType': subscriptionType!,
  if (type != null) 'type': type!,
};