toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (autoCreatedSubnetInfo != null)
    'autoCreatedSubnetInfo': autoCreatedSubnetInfo!,
  if (createTime != null) 'createTime': createTime!,
  if (description != null) 'description': description!,
  if (etag != null) 'etag': etag!,
  if (infrastructure != null) 'infrastructure': infrastructure!,
  if (labels != null) 'labels': labels!,
  if (name != null) 'name': name!,
  if (network != null) 'network': network!,
  if (pscConfig != null) 'pscConfig': pscConfig!,
  if (pscConnections != null) 'pscConnections': pscConnections!,
  if (serviceClass != null) 'serviceClass': serviceClass!,
  if (updateTime != null) 'updateTime': updateTime!,
};