Module Values.UpdateChannelClassSource

Placeholder documentation for UpdateChannelClass

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

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

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

    A list of output destinations for this channel.

    *)
}
Sourceval context_ : string
Sourceval make : ?destinations:??? -> channelClass:ChannelClass.t -> 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 ]) 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