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
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