toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (configured != null) 'configured': configured!,
  if (creationTimestamp != null) 'creationTimestamp': creationTimestamp!,
  if (description != null) 'description': description!,
  if (etag != null) 'etag': etag!,
  if (id != null) 'id': id!,
  if (intent != null) 'intent': intent!,
  if (interconnects != null) 'interconnects': interconnects!,
  if (kind != null) 'kind': kind!,
  if (name != null) 'name': name!,
  if (physicalStructure != null) 'physicalStructure': physicalStructure!,
  if (selfLink != null) 'selfLink': selfLink!,
};