GoogleCloudApihubV1DependencyEntityReference.fromJson constructor
      
      GoogleCloudApihubV1DependencyEntityReference.fromJson(
    
    
- Map json_
 
Implementation
GoogleCloudApihubV1DependencyEntityReference.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      externalApiResourceName:
          json_['externalApiResourceName'] as core.String?,
      operationResourceName: json_['operationResourceName'] as core.String?,
    );