Input$CreateCommitOnBranchInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$CreateCommitOnBranchInput({required Input$CommittableBranch branch, String? clientMutationId, required String expectedHeadOid, Input$FileChanges? fileChanges, required Input$CommitMessage message})
Input$CreateCommitOnBranchInput.fromJson(Map<String, dynamic> json)
factory

Properties

branch Input$CommittableBranch
final
clientMutationId String?
final
expectedHeadOid String
final
fileChanges Input$FileChanges?
final
hashCode int
The hash code for this object.
no setteroverride
message Input$CommitMessage
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Input$CommittableBranch? branch, String? clientMutationId()?, String? expectedHeadOid, Input$FileChanges? fileChanges()?, Input$CommitMessage? message}) Input$CreateCommitOnBranchInput
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