GoogleCloudApigeeV1ResourceConfig.fromJson constructor
      
      GoogleCloudApigeeV1ResourceConfig.fromJson(
    
    
- Map json_
 
Implementation
GoogleCloudApigeeV1ResourceConfig.fromJson(core.Map json_)
  : this(
      location: json_['location'] as core.String?,
      name: json_['name'] as core.String?,
    );