GoogleFirebaseExtensionsV1betaExtensionVersion class

An ExtensionVersion is a published version of an Extension, for sharing with other users.

Constructors

GoogleFirebaseExtensionsV1betaExtensionVersion({String? createTime, String? deleteTime, String? deprecationMessage, String? hash, String? id, String? name, String? ref, String? releaseNotes, String? sourceDownloadUri, GoogleFirebaseExtensionsV1betaExtensionSpec? spec, String? state})
GoogleFirebaseExtensionsV1betaExtensionVersion.fromJson(Map _json)

Properties

createTime String?
Time of creation.
getter/setter pair
deleteTime String?
Deletion time.
getter/setter pair
deprecationMessage String?
Deprecation message.
getter/setter pair
hash String?
SHA256 hash of the archive.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Version number.
getter/setter pair
name String?
Fully qualified name of ExtensionVersion (e.g. publishers/publisher-id/extensions/awesome-extension/versions/0.2.1)
getter/setter pair
ref String?
User-friendly identifier for the ExtensionVersion (e.g. publisher-id/awesome-extension@1.2.3)
getter/setter pair
releaseNotes String?
Markdown release notes describing what changed in this release.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceDownloadUri String?
URI where the underlying source code for this extension can be downloaded.
getter/setter pair
spec GoogleFirebaseExtensionsV1betaExtensionSpec?
Parsed spec from extension.yaml.
getter/setter pair
state String?
State of the ExtensionVersion.
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