github.com/grokify/go-ringcentral-client@v0.3.31/engagevoice/v1/client/model_upload_leads_request.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  type UploadLeadsRequest struct {
    13  	Description string `json:"description,omitempty"`
    14  	// Setting this to `IMMEDIATE` allows you to insert a lead to the top of the dialer cache for immediate dialing if you want a normal insert then do not add this parameter.
    15  	DialPriority      string         `json:"dialPriority,omitempty"`
    16  	DuplicateHandling string         `json:"duplicateHandling,omitempty"`
    17  	ListState         string         `json:"listState,omitempty"`
    18  	TimeZoneOption    string         `json:"timeZoneOption,omitempty"`
    19  	UploadLeads       []CampaignLead `json:"uploadLeads,omitempty"`
    20  }