GoogleCloudIntegrationsV1alphaCancelExecutionRequest.fromJson constructor

GoogleCloudIntegrationsV1alphaCancelExecutionRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaCancelExecutionRequest.fromJson(core.Map json_)
  : this(cancelReason: json_['cancelReason'] as core.String?);