GoogleCloudApihubV1HttpOperation.fromJson constructor
GoogleCloudApihubV1HttpOperation.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1HttpOperation.fromJson(core.Map json_)
: this(
method: json_['method'] as core.String?,
path:
json_.containsKey('path')
? GoogleCloudApihubV1Path.fromJson(
json_['path'] as core.Map<core.String, core.dynamic>,
)
: null,
);