toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allowedGoogleProducersResourceHierarchyLevel =
      this.allowedGoogleProducersResourceHierarchyLevel;
  final limit = this.limit;
  final producerInstanceLocation = this.producerInstanceLocation;
  final subnetworks = this.subnetworks;
  return {
    'allowedGoogleProducersResourceHierarchyLevel':
        ?allowedGoogleProducersResourceHierarchyLevel,
    'limit': ?limit,
    'producerInstanceLocation': ?producerInstanceLocation,
    'subnetworks': ?subnetworks,
  };
}