GoogleFirebaseExtensionsV1betaPublishExtensionVersionRequest class
Used to publish an ExtensionVersion.
Constructors
- GoogleFirebaseExtensionsV1betaPublishExtensionVersionRequest({String? extensionRoot, String? packageUri, String? versionId})
- GoogleFirebaseExtensionsV1betaPublishExtensionVersionRequest.fromJson(Map _json)
Properties
- extensionRoot ↔ String?
-
The directory location of extension.yaml in the archived package.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- packageUri ↔ String?
-
Public URI of a zip or tarball of the extension source code
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- versionId ↔ String?
-
Version to publish.
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