SiteConfig class
A SiteConfig
contains metadata associated with a specific site that
controls Firebase Hosting serving behavior
Constructors
- SiteConfig({bool? cloudLoggingEnabled, String? maxVersions})
- SiteConfig.fromJson(Map _json)
Properties
- cloudLoggingEnabled ↔ bool?
-
Whether or not web requests made by site visitors are logged via Cloud
Logging.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxVersions ↔ String?
-
The number of FINALIZED versions that will be held for a site before
automatic deletion.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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