Module Values.BatchUpdateScheduleRequestSource

List of actions to create and list of actions to delete.

Sourcetype nonrec t = {
  1. channelId : string;
    (*

    Id of the channel whose schedule is being updated.

    *)
  2. creates : BatchScheduleActionCreateRequest.t option;
    (*

    Schedule actions to create in the schedule.

    *)
  3. deletes : BatchScheduleActionDeleteRequest.t option;
    (*

    Schedule actions to delete from the schedule.

    *)
}
Sourceval context_ : string
Sourceval make : ?creates:??? -> ?deletes:??? -> channelId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `List of [> `String of string | `Structure of (string * [> `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ] list | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list ]) list ]) 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