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