github.com/grokify/go-ringcentral-client@v0.3.31/engagevoice/v1/client/model_upload_leads_response.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 UploadLeadsResponse struct {
    13  	DeletedCount     int32  `json:"deletedCount"`
    14  	DncReturnedCount int32  `json:"dncReturnedCount"`
    15  	DncUploadCount   int32  `json:"dncUploadCount"`
    16  	HasDeletedLeads  bool   `json:"hasDeletedLeads"`
    17  	InternalDncCount int32  `json:"internalDncCount"`
    18  	LeadsAccepted    int32  `json:"leadsAccepted"`
    19  	LeadsConverted   int32  `json:"leadsConverted"`
    20  	LeadsInserted    int32  `json:"leadsInserted"`
    21  	LeadsSupplied    int32  `json:"leadsSupplied"`
    22  	ListState        string `json:"listState"`
    23  	// Values can be `Your uploaded lead list has successfully completed processing` or `Your uploaded lead list file processing has failed`
    24  	Message string `json:"message"`
    25  	// Values can be `OK` or `Failed`
    26  	ProcessingResult string `json:"processingResult"`
    27  	// Values can be `DEFAULT_NOT_A_FAILURE` or `GENERAL_FAILURE`
    28  	ProcessingStatus string `json:"processingStatus"`
    29  	QuotaCount       int32  `json:"quotaCount"`
    30  	TimeZoneOption   string `json:"timeZoneOption"`
    31  	UploadFileName   string `json:"uploadFileName"`
    32  	WhitelistCount   int32  `json:"whitelistCount"`
    33  }