BatchGetRepositoriesOutput class
Represents the output of a batch get repositories operation.
Constructors
-
BatchGetRepositoriesOutput({List<
RepositoryMetadata> ? repositories, List<String> ? repositoriesNotFound}) -
BatchGetRepositoriesOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
repositories
→ List<
RepositoryMetadata> ? -
A list of repositories returned by the batch get repositories operation.
final
-
repositoriesNotFound
→ List<
String> ? -
Returns a list of repository names for which information could not be found.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited