github.com/grokify/go-ringcentral-client@v0.3.31/engagedigital/v1/client/model_agent_custom_status.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  // The \"custom_status\" attribute represent the custom \"away\" status selected, it can either be: * 1. null — ​The agent is available or in the generic \"Away\" status 2. { \"id\":\"5582b1f4776562af9b000008\" } — ​The id of the custom status
    13  type AgentCustomStatus struct {
    14  	Id string `json:"id,omitempty"`
    15  }