Repo class
A repository (or repo) is a Git repository storing versioned source content.
Constructors
-
Repo({MirrorConfig? mirrorConfig, String? name, Map<
String, PubsubConfig> ? pubsubConfigs, String? size, String? url}) - Repo.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mirrorConfig ↔ MirrorConfig?
-
How this repository mirrors a repository managed by another service.
getter/setter pair
- name ↔ String?
-
Resource name of the repository, of the form
projects//repos/
.getter/setter pair -
pubsubConfigs
↔ Map<
String, PubsubConfig> ? -
How this repository publishes a change in the repository through Cloud
Pub/Sub.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ String?
-
The disk usage of the repo, in bytes.
getter/setter pair
- url ↔ String?
-
URL to clone the repository from Google Cloud Source Repositories.
getter/setter pair
Methods
-
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.
inherited