ResponseGenericChannel

public struct ResponseGenericChannel : Codable, Equatable

ResponseGenericChannel.

  • A channel for which the response is intended.

    See more

    Declaration

    Swift

    public enum Channel : String
  • A channel for which the response is intended.

    Declaration

    Swift

    public var channel: String?
  • Initialize a ResponseGenericChannel with member variables.

    Declaration

    Swift

    public init(
        channel: String? = nil
    )

    Parameters

    channel

    A channel for which the response is intended.

    Return Value

    An initialized ResponseGenericChannel.