toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (composerInternalIpv4CidrBlock != null)
    'composerInternalIpv4CidrBlock': composerInternalIpv4CidrBlock!,
  if (composerNetworkAttachment != null)
    'composerNetworkAttachment': composerNetworkAttachment!,
  if (diskSizeGb != null) 'diskSizeGb': diskSizeGb!,
  if (enableIpMasqAgent != null) 'enableIpMasqAgent': enableIpMasqAgent!,
  if (ipAllocationPolicy != null) 'ipAllocationPolicy': ipAllocationPolicy!,
  if (location != null) 'location': location!,
  if (machineType != null) 'machineType': machineType!,
  if (network != null) 'network': network!,
  if (oauthScopes != null) 'oauthScopes': oauthScopes!,
  if (serviceAccount != null) 'serviceAccount': serviceAccount!,
  if (subnetwork != null) 'subnetwork': subnetwork!,
  if (tags != null) 'tags': tags!,
};