Input$RejectDeploymentsInput constructor

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

Implementation

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