GoogleDevtoolsArtifactregistryV1File class

Files store content that is potentially associated with Packages or Versions.

Constructors

GoogleDevtoolsArtifactregistryV1File({String? createTime, String? fetchTime, List<Hash>? hashes, String? name, String? owner, String? sizeBytes, String? updateTime})
GoogleDevtoolsArtifactregistryV1File.fromJson(Map json_)

Properties

createTime String?
The time when the File was created.
getter/setter pair
fetchTime String?
The time when the last attempt to refresh the file's data was made.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashes List<Hash>?
The hashes of the file content.
getter/setter pair
name String?
The name of the file, for example: "projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt".
getter/setter pair
owner String?
The name of the Package or Version that owns this file, if any.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes String?
The size of the File in bytes.
getter/setter pair
updateTime String?
The time when the File 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