Input$CloneProjectInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$CloneProjectInput({String? body, String? clientMutationId, required bool includeWorkflows, required String name, bool? public, required String sourceId, required String targetOwnerId})
Input$CloneProjectInput.fromJson(Map<String, dynamic> json)
factory

Properties

body String?
final
clientMutationId String?
final
hashCode int
The hash code for this object.
no setteroverride
includeWorkflows bool
final
name String
final
public bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId String
final
targetOwnerId String
final

Methods

copyWith({String? body()?, String? clientMutationId()?, bool? includeWorkflows, String? name, bool? public()?, String? sourceId, String? targetOwnerId}) Input$CloneProjectInput
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