Input$UpdateRepositoryInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$UpdateRepositoryInput({String? clientMutationId, String? description, bool? hasIssuesEnabled, bool? hasProjectsEnabled, bool? hasWikiEnabled, String? homepageUrl, String? name, required String repositoryId, bool? template})
Input$UpdateRepositoryInput.fromJson(Map<String, dynamic> json)
factory

Properties

clientMutationId String?
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
hasIssuesEnabled bool?
final
hasProjectsEnabled bool?
final
hasWikiEnabled bool?
final
homepageUrl String?
final
name String?
final
repositoryId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template bool?
final

Methods

copyWith({String? clientMutationId()?, String? description()?, bool? hasIssuesEnabled()?, bool? hasProjectsEnabled()?, bool? hasWikiEnabled()?, String? homepageUrl()?, String? name()?, String? repositoryId, bool? template()?}) Input$UpdateRepositoryInput
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