Input$CreateDeploymentStatusInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$CreateDeploymentStatusInput({bool? autoInactive, String? clientMutationId, required String deploymentId, String? description, String? environment, String? environmentUrl, String? logUrl, required Enum$DeploymentStatusState state})
Input$CreateDeploymentStatusInput.fromJson(Map<String, dynamic> json)
factory

Properties

autoInactive bool?
final
clientMutationId String?
final
deploymentId String
final
description String?
final
environment String?
final
environmentUrl String?
final
hashCode int
The hash code for this object.
no setteroverride
logUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state Enum$DeploymentStatusState
final

Methods

copyWith({bool? autoInactive()?, String? clientMutationId()?, String? deploymentId, String? description()?, String? environment()?, String? environmentUrl()?, String? logUrl()?, Enum$DeploymentStatusState? state}) Input$CreateDeploymentStatusInput
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override