toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (associatedNetworks != null) 'associatedNetworks': associatedNetworks!,
  if (associations != null) 'associations': associations!,
  if (billingProjectId != null) 'billingProjectId': billingProjectId!,
  if (createTime != null) 'createTime': createTime!,
  if (description != null) 'description': description!,
  if (endpointSettings != null) 'endpointSettings': endpointSettings!,
  if (labels != null) 'labels': labels!,
  if (name != null) 'name': name!,
  if (reconciling != null) 'reconciling': reconciling!,
  if (satisfiesPzi != null) 'satisfiesPzi': satisfiesPzi!,
  if (satisfiesPzs != null) 'satisfiesPzs': satisfiesPzs!,
  if (state != null) 'state': state!,
  if (updateTime != null) 'updateTime': updateTime!,
};