GoogleCloudApihubV1HttpOperationConfig.fromJson constructor

GoogleCloudApihubV1HttpOperationConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApihubV1HttpOperationConfig.fromJson(core.Map json_)
  : this(
      method: json_['method'] as core.String?,
      path: json_['path'] as core.String?,
      spec: json_['spec'] as core.String?,
    );