toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (connectedEndpointGroups != null)
    'connectedEndpointGroups': connectedEndpointGroups!,
  if (createTime != null) 'createTime': createTime!,
  if (description != null) 'description': description!,
  if (labels != null) 'labels': labels!,
  if (locations != null) 'locations': locations!,
  if (name != null) 'name': name!,
  if (nestedDeployments != null) 'nestedDeployments': nestedDeployments!,
  if (network != null) 'network': network!,
  if (reconciling != null) 'reconciling': reconciling!,
  if (state != null) 'state': state!,
  if (updateTime != null) 'updateTime': updateTime!,
};