Input$ApproveDeploymentsInput constructor

Input$ApproveDeploymentsInput({
  1. String? clientMutationId,
  2. String? comment,
  3. required List<String> environmentIds,
  4. required String workflowRunId,
})

Implementation

Input$ApproveDeploymentsInput(
    {this.clientMutationId,
    this.comment,
    required this.environmentIds,
    required this.workflowRunId});