GoogleCloudIntegrationsV1alphaCancelExecutionResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaCancelExecutionResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaCancelExecutionResponse.fromJson(core.Map json_)
    : this(
        isCanceled: json_.containsKey('isCanceled')
            ? json_['isCanceled'] as core.bool
            : null,
      );