toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (instances != null) 'instances': instances!,
      if (labels != null) 'labels': labels!,
      if (location != null) 'location': location!,
      if (network != null) 'network': network!,
      if (placement != null) 'placement': placement!,
      if (serviceAccount != null) 'serviceAccount': serviceAccount!,
      if (tags != null) 'tags': tags!,
    };