ChannelResponse class

Provides information about the general settings and status of a channel for an application.

Constructors

ChannelResponse({String? applicationId, String? creationDate, bool? enabled, bool? hasCredential, String? id, bool? isArchived, String? lastModifiedBy, String? lastModifiedDate, int? version})
ChannelResponse.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String?
The unique identifier for the application.
final
creationDate String?
The date and time, in ISO 8601 format, when the channel was enabled.
final
enabled bool?
Specifies whether the channel is enabled for the application.
final
hasCredential bool?
(Not used) This property is retained only for backward compatibility.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
(Deprecated) An identifier for the channel. This property is retained only for backward compatibility.
final
isArchived bool?
Specifies whether the channel is archived.
final
lastModifiedBy String?
The user who last modified the channel.
final
lastModifiedDate String?
The date and time, in ISO 8601 format, when the channel was last modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int?
The current version of the channel.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited