toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowedGoogleProducersResourceHierarchyLevel != null)
'allowedGoogleProducersResourceHierarchyLevel':
allowedGoogleProducersResourceHierarchyLevel!,
if (limit != null) 'limit': limit!,
if (producerInstanceLocation != null)
'producerInstanceLocation': producerInstanceLocation!,
if (subnetworks != null) 'subnetworks': subnetworks!,
};