GoogleCloudApigeeV1FlowHookConfig.fromJson constructor

GoogleCloudApigeeV1FlowHookConfig.fromJson(
  1. 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?,
      );