GoogleCloudIntegrationsV1alphaReplayExecutionResponse.fromJson constructor

GoogleCloudIntegrationsV1alphaReplayExecutionResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaReplayExecutionResponse.fromJson(core.Map json_)
  : this(
      executionId: json_['executionId'] as core.String?,
      outputParameters: json_.containsKey('outputParameters')
          ? json_['outputParameters'] as core.Map<core.String, core.dynamic>
          : null,
      replayedExecutionId: json_['replayedExecutionId'] as core.String?,
    );