Channel class

A Channel represents a stream of releases for a site.

All sites have a default live channel that serves content to the Firebase-provided subdomains and any connected custom domains.

Constructors

Channel({String? createTime, String? expireTime, Map<String, String>? labels, String? name, Release? release, int? retainedReleaseCount, String? ttl, String? updateTime, String? url})
Channel.fromJson(Map _json)

Properties

createTime String?
The time at which the channel was created.
getter/setter pair
expireTime String?
The time at which the channel will be automatically deleted.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Text labels used for extra metadata and/or filtering.
getter/setter pair
name String?
The fully-qualified resource name for the channel, in the format: sites/ SITE_ID/channels/CHANNEL_ID
getter/setter pair
release Release?
The current release for the channel, if any.
getter/setter pair
retainedReleaseCount int?
The number of previous releases to retain on the channel for rollback or other purposes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ttl String?
Input only.
getter/setter pair
updateTime String?
The time at which the channel was last updated.
getter/setter pair
url String?
The URL at which the content of this channel's current release can be viewed.
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