Version class
The body of a version resource.
A version resource represents a collection of components, such as files and other data. This may correspond to a version in many package management schemes.
Constructors
Properties
- createTime ↔ String?
-
The time when the version was created.
getter/setter pair
- description ↔ String?
-
Description of the version, as specified in its metadata.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metadata
↔ Map<
String, Object?> ? -
Repository-specific Metadata stored against this version.
getter/setter pair
- name ↔ String?
-
The name of the version, for example:
"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1".
getter/setter pair
-
A list of related tags.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The time when the version was last updated.
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