GoogleFirebaseExtensionsV1betaResource class

Representation of a Resource that will be created for an Extension.

Constructors

GoogleFirebaseExtensionsV1betaResource({String? deletionPolicy, String? description, String? name, Map<String, Map<String, Object?>>? properties, String? propertiesYaml, String? type})
GoogleFirebaseExtensionsV1betaResource.fromJson(Map _json)

Properties

deletionPolicy String?
Enum representing whether the resource should get deleted or abandoned (left behind) when the Extension is uninstalled.
getter/setter pair
description String?
Description of the Resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the Resource.
getter/setter pair
properties Map<String, Map<String, Object?>>?
Properties of the Resource.
getter/setter pair
propertiesYaml String?
A YAML string representing the properties of the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Type of the Resource.
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