Input$CreateRepositoryInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$CreateRepositoryInput({String? clientMutationId, String? description, bool? hasIssuesEnabled, bool? hasWikiEnabled, String? homepageUrl, required String name, String? ownerId, String? teamId, bool? template, required Enum$RepositoryVisibility visibility})
Input$CreateRepositoryInput.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
hasWikiEnabled bool?
final
homepageUrl String?
final
name String
final
ownerId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String?
final
template bool?
final
visibility Enum$RepositoryVisibility
final

Methods

copyWith({String? clientMutationId()?, String? description()?, bool? hasIssuesEnabled()?, bool? hasWikiEnabled()?, String? homepageUrl()?, String? name, String? ownerId()?, String? teamId()?, bool? template()?, Enum$RepositoryVisibility? visibility}) Input$CreateRepositoryInput
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