github.com/grokify/go-ringcentral-client@v0.3.31/engagedigital/v1/client/model_get_all_webhooks_response.go (about)

     1  /*
     2   * Engage Digital API
     3   *
     4   * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
     5   *
     6   * API version: 1.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package engagedigital
    11  
    12  type GetAllWebhooksResponse struct {
    13  	Count   int32     `json:"count,omitempty"`
    14  	Limit   int32     `json:"limit,omitempty"`
    15  	Offset  int32     `json:"offset,omitempty"`
    16  	Records []Webhook `json:"records,omitempty"`
    17  }