toJson method
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 (labels != null) 'labels': labels!,
if (name != null) 'name': name!,
if (reconciling != null) 'reconciling': reconciling!,
if (state != null) 'state': state!,
if (updateTime != null) 'updateTime': updateTime!,
};