Input$CreateDeploymentStatusInput constructor

Input$CreateDeploymentStatusInput({
  1. bool? autoInactive,
  2. String? clientMutationId,
  3. required String deploymentId,
  4. String? description,
  5. String? environment,
  6. String? environmentUrl,
  7. String? logUrl,
  8. required Enum$DeploymentStatusState state,
})

Implementation

Input$CreateDeploymentStatusInput(
    {this.autoInactive,
    this.clientMutationId,
    required this.deploymentId,
    this.description,
    this.environment,
    this.environmentUrl,
    this.logUrl,
    required this.state});