Class TMWebhookInfo

java.lang.Object
com.ringcentral.definitions.TMWebhookInfo

public class TMWebhookInfo extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a webhook
    • creatorId

      public String creatorId
      Internal identifier of the user who created a webhook
    • groupIds

      public String[] groupIds
      Internal identifiers of groups where a webhook has been created
    • creationTime

      public String creationTime
      Webhook creation time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      Webhook last update time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-time
    • uri

      public String uri
      Public link to send a webhook payload Format: uri
    • status

      public String status
      Current status of a webhook Enum: Active, Suspended, Deleted
  • Constructor Details

    • TMWebhookInfo

      public TMWebhookInfo()
  • Method Details