ChannelConnection class

A representation of the ChannelConnection resource.

A ChannelConnection is a resource which event providers create during the activation process to establish a connection between the provider and the subscriber channel.

Constructors

ChannelConnection({String? activationToken, String? channel, String? createTime, String? name, String? uid, String? updateTime})
ChannelConnection.fromJson(Map json_)

Properties

activationToken String?
Input only.
getter/setter pair
channel String?
The name of the connected subscriber Channel.
getter/setter pair
createTime String?
The creation time.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the connection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
Server assigned ID of the resource.
getter/setter pair
updateTime String?
The last-modified time.
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