GoogleCloudApihubV1HttpOperationConfig.fromJson constructor
GoogleCloudApihubV1HttpOperationConfig.fromJson(
- 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?,
);