GoogleCloudApigeeV1FlowHookConfig.fromJson constructor
GoogleCloudApigeeV1FlowHookConfig.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1FlowHookConfig.fromJson(core.Map json_)
: this(
continueOnError: json_['continueOnError'] as core.bool?,
name: json_['name'] as core.String?,
sharedFlowName: json_['sharedFlowName'] as core.String?,
);