Input$MergeBranchInput class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Input$MergeBranchInput({String? authorEmail, required String base, String? clientMutationId, String? commitMessage, required String head, required String repositoryId})
-
Input$MergeBranchInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
final
- base → String
-
final
- clientMutationId → String?
-
final
- commitMessage → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- head → String
-
final
- repositoryId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? authorEmail()?, String? base, String? clientMutationId()?, String? commitMessage()?, String? head, String? repositoryId}) → Input$MergeBranchInput -
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