GoogleCloudApihubV1OperationConfig.fromJson constructor
GoogleCloudApihubV1OperationConfig.fromJson(
- Map json_
Implementation
GoogleCloudApihubV1OperationConfig.fromJson(core.Map json_)
: this(
httpOperation: json_.containsKey('httpOperation')
? GoogleCloudApihubV1HttpOperationConfig.fromJson(
json_['httpOperation'] as core.Map<core.String, core.dynamic>,
)
: null,
operation: json_['operation'] as core.String?,
);