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

     1  /*
     2   * RingCentral Engage Voice 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 engagevoice
    11  
    12  // WIP: `permissions` is an array that needs definition
    13  type AgentGroup struct {
    14  	AgentGroupId int64  `json:"agentGroupId,omitempty"`
    15  	GroupName    string `json:"groupName,omitempty"`
    16  	IsDefault    bool   `json:"isDefault,omitempty"`
    17  }