toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (disableGlobalAccess != null)
'disableGlobalAccess': disableGlobalAccess!,
if (network != null) 'network': network!,
if (producerInstanceId != null)
'producerInstanceId': producerInstanceId!,
if (project != null) 'project': project!,
if (serviceAttachmentIpAddressMap != null)
'serviceAttachmentIpAddressMap': serviceAttachmentIpAddressMap!,
if (state != null) 'state': state!,
};