GoogleCloudApigeeV1FlowHook.fromJson constructor

GoogleCloudApigeeV1FlowHook.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1FlowHook.fromJson(core.Map json_)
    : this(
        continueOnError: json_['continueOnError'] as core.bool?,
        description: json_['description'] as core.String?,
        flowHookPoint: json_['flowHookPoint'] as core.String?,
        sharedFlow: json_['sharedFlow'] as core.String?,
      );