Module Values.UpdateChannelClassRequestSource

Channel class that the channel should be updated to.

Sourcetype nonrec t = {
  1. channelClass : ChannelClass.t;
    (*

    The channel class that you wish to update this channel to use.

    *)
  2. channelId : string;
    (*

    Channel Id of the channel whose class should be updated.

    *)
  3. destinations : OutputDestination.t list option;
    (*

    A list of output destinations for this channel.

    *)
}
Sourceval context_ : string
Sourceval make : ?destinations:??? -> channelClass:ChannelClass.t -> channelId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ] list | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t