ResponseGenericChannel
public struct ResponseGenericChannel : Codable, Equatable
ResponseGenericChannel.
-
A channel for which the response is intended.
See moreDeclaration
Swift
public enum Channel : String -
A channel for which the response is intended.
Declaration
Swift
public var channel: String? -
Initialize a
ResponseGenericChannelwith member variables.Declaration
Swift
public init( channel: String? = nil )Parameters
channelA channel for which the response is intended.
Return Value
An initialized
ResponseGenericChannel.
View on GitHub
ResponseGenericChannel Structure Reference