UpstreamPolicy class

Artifact policy configuration for the repository contents.

Constructors

UpstreamPolicy({String? id, int? priority, String? repository})
UpstreamPolicy.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The user-provided ID of the upstream policy.
getter/setter pair
priority int?
Entries with a greater priority value take precedence in the pull order.
getter/setter pair
repository String?
A reference to the repository resource, for example: projects/p1/locations/us-central1/repositories/repo1.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited