github.com/grokify/go-ringcentral-client@v0.3.31/engagevoice/v1/client/model_campaign_lead_search_results_view.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 CampaignLeadSearchResultsView struct {
    13  	Address1          string       `json:"address1,omitempty"`
    14  	Address2          string       `json:"address2,omitempty"`
    15  	AgentDispostion   string       `json:"agentDispostion,omitempty"`
    16  	AuxData1          string       `json:"auxData1,omitempty"`
    17  	AuxData2          string       `json:"auxData2,omitempty"`
    18  	AuxData3          string       `json:"auxData3,omitempty"`
    19  	AuxData4          string       `json:"auxData4,omitempty"`
    20  	AuxData5          string       `json:"auxData5,omitempty"`
    21  	AuxExternalUrl    string       `json:"auxExternalUrl,omitempty"`
    22  	AuxGreeting       string       `json:"auxGreeting,omitempty"`
    23  	AuxPhone          string       `json:"auxPhone,omitempty"`
    24  	CallerId          string       `json:"callerId,omitempty"`
    25  	CampaignId        int32        `json:"campaignId,omitempty"`
    26  	CampaignLead      CampaignLead `json:"campaignLead,omitempty"`
    27  	CampaignName      string       `json:"campaignName,omitempty"`
    28  	City              string       `json:"city,omitempty"`
    29  	DialGroupId       int32        `json:"dialGroupId,omitempty"`
    30  	DupeKeyOverride   int64        `json:"dupeKeyOverride,omitempty"`
    31  	Email             string       `json:"email,omitempty"`
    32  	ExternId          string       `json:"externId,omitempty"`
    33  	ExtraData         string       `json:"extraData,omitempty"`
    34  	FirstName         string       `json:"firstName,omitempty"`
    35  	GateKeeper        string       `json:"gateKeeper,omitempty"`
    36  	Id                string       `json:"id,omitempty"`
    37  	LastName          string       `json:"lastName,omitempty"`
    38  	LastPassAgentName string       `json:"lastPassAgentName,omitempty"`
    39  	// Date-time in Java format. Example: `2019-01-01T01:01:01.000+0000`. Note this is not compatible with RFC-3339 which is used by OpenAPI 3.0 Spec because it doesn't have a `:` between hours and minutes.
    40  	LastPassDate        string `json:"lastPassDate,omitempty"`
    41  	LastPassDispo       string `json:"lastPassDispo,omitempty"`
    42  	LastPassDisposition string `json:"lastPassDisposition,omitempty"`
    43  	// Date-time in Java format. Example: `2019-01-01T01:01:01.000+0000`. Note this is not compatible with RFC-3339 which is used by OpenAPI 3.0 Spec because it doesn't have a `:` between hours and minutes.
    44  	LastPassDts       string `json:"lastPassDts,omitempty"`
    45  	LeadId            int64  `json:"leadId,omitempty"`
    46  	LeadPasses        int32  `json:"leadPasses,omitempty"`
    47  	LeadPhone         string `json:"leadPhone,omitempty"`
    48  	LeadState         string `json:"leadState,omitempty"`
    49  	LeadTimezone      string `json:"leadTimezone,omitempty"`
    50  	ListDesc          string `json:"listDesc,omitempty"`
    51  	ListId            int32  `json:"listId,omitempty"`
    52  	LiveAnswerMessage string `json:"liveAnswerMessage,omitempty"`
    53  	// Date-time in Java format. Example: `2019-01-01T01:01:01.000+0000`. Note this is not compatible with RFC-3339 which is used by OpenAPI 3.0 Spec because it doesn't have a `:` between hours and minutes.
    54  	LoadedDts         string `json:"loadedDts,omitempty"`
    55  	MachAnswerMessage string `json:"machAnswerMessage,omitempty"`
    56  	MaxPasses         int32  `json:"maxPasses,omitempty"`
    57  	MidName           string `json:"midName,omitempty"`
    58  	Name              string `json:"name,omitempty"`
    59  	// Date-time in Java format. Example: `2019-01-01T01:01:01.000+0000`. Note this is not compatible with RFC-3339 which is used by OpenAPI 3.0 Spec because it doesn't have a `:` between hours and minutes.
    60  	NextDialTime         string `json:"nextDialTime,omitempty"`
    61  	PendingAgentName     string `json:"pendingAgentName,omitempty"`
    62  	SortCol              string `json:"sortCol,omitempty"`
    63  	SpeedToLeadAgentConn int32  `json:"speedToLeadAgentConn,omitempty"`
    64  	SpeedToLeadFirstPass int32  `json:"speedToLeadFirstPass,omitempty"`
    65  	State                string `json:"state,omitempty"`
    66  	// Date-time in Java format. Example: `2019-01-01T01:01:01.000+0000`. Note this is not compatible with RFC-3339 which is used by OpenAPI 3.0 Spec because it doesn't have a `:` between hours and minutes.
    67  	StateDts   string `json:"stateDts,omitempty"`
    68  	Suffix     string `json:"suffix,omitempty"`
    69  	Suppressed bool   `json:"suppressed,omitempty"`
    70  	Title      string `json:"title,omitempty"`
    71  	// Date-time in Java format. Example: `2019-01-01T01:01:01.000+0000`. Note this is not compatible with RFC-3339 which is used by OpenAPI 3.0 Spec because it doesn't have a `:` between hours and minutes.
    72  	UploadDate string `json:"uploadDate,omitempty"`
    73  	UploadedBy string `json:"uploadedBy,omitempty"`
    74  	Zip        string `json:"zip,omitempty"`
    75  }