Input$CreateDeploymentInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$CreateDeploymentInput({bool? autoMerge, String? clientMutationId, String? description, String? environment, String? payload, required String refId, required String repositoryId, List<String>? requiredContexts, String? task})
Input$CreateDeploymentInput.fromJson(Map<String, dynamic> json)
factory

Properties

autoMerge bool?
final
clientMutationId String?
final
description String?
final
environment String?
final
hashCode int
The hash code for this object.
no setteroverride
payload String?
final
refId String
final
repositoryId String
final
requiredContexts List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task String?
final

Methods

copyWith({bool? autoMerge()?, String? clientMutationId()?, String? description()?, String? environment()?, String? payload()?, String? refId, String? repositoryId, List<String>? requiredContexts()?, String? task()?}) Input$CreateDeploymentInput
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