Module Values.WabaSetupFinalizationSource

The registration details for a linked WhatsApp Business Account.

Sourcetype nonrec t = {
  1. id : WhatsAppBusinessAccountId.t option;
    (*

    The ID of the linked WhatsApp Business Account, formatted as waba-01234567890123456789012345678901.

    *)
  2. eventDestinations : WhatsAppBusinessAccountEventDestinations.t option;
    (*

    The event destinations for the linked WhatsApp Business Account.

    *)
  3. tags : TagList.t option;
    (*

    An array of key and value pair tags.

    *)
}
Sourceval make : ?id:??? -> ?eventDestinations:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of EventDestinationArn.t ]) list ] list | `String of WhatsAppBusinessAccountId.t ]) 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