Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class Messaging_SetDeliveryStatusRequest
public Messaging_SetDeliveryStatusRequest()
public string ExternalMessageId { get; set; }
public string Plugin { get; set; }
public int Status { get; set; }
public string StatusDescription { get; set; }
Was this page helpful?