GoogleCloudIntegrationsV1alphaToggleHttpRequest.fromJson constructor

GoogleCloudIntegrationsV1alphaToggleHttpRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaToggleHttpRequest.fromJson(core.Map json_)
  : this(enableHttpCall: json_['enableHttpCall'] as core.bool?);