Input$CreateDeploymentInput constructor

Input$CreateDeploymentInput({
  1. bool? autoMerge,
  2. String? clientMutationId,
  3. String? description,
  4. String? environment,
  5. String? payload,
  6. required String refId,
  7. required String repositoryId,
  8. List<String>? requiredContexts,
  9. String? task,
})

Implementation

Input$CreateDeploymentInput(
    {this.autoMerge,
    this.clientMutationId,
    this.description,
    this.environment,
    this.payload,
    required this.refId,
    required this.repositoryId,
    this.requiredContexts,
    this.task});