github.com/grokify/go-ringcentral-client@v0.3.31/engagevoice/v1/client/model_lead.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 Lead struct { 13 Address1 string `json:"address1,omitempty"` 14 Address2 string `json:"address2,omitempty"` 15 AuxData1 string `json:"auxData1,omitempty"` 16 AuxData2 string `json:"auxData2,omitempty"` 17 AuxData3 string `json:"auxData3,omitempty"` 18 AuxData4 string `json:"auxData4,omitempty"` 19 AuxData5 string `json:"auxData5,omitempty"` 20 AuxPhone string `json:"auxPhone,omitempty"` 21 City string `json:"city,omitempty"` 22 Email string `json:"email,omitempty"` 23 ExtendedLeadData ExtendedLeadData `json:"extendedLeadData,omitempty"` 24 ExternId int64 `json:"externId"` 25 FirstName string `json:"firstName,omitempty"` 26 GateKeeper string `json:"gateKeeper,omitempty"` 27 LastName string `json:"lastName,omitempty"` 28 // multiple values can be submitted with a pipe delimiter between phone numbers 29 LeadPhone string `json:"leadPhone,omitempty"` 30 MidName string `json:"midName,omitempty"` 31 State string `json:"state,omitempty"` 32 Suffix string `json:"suffix,omitempty"` 33 Title string `json:"title,omitempty"` 34 Zip string `json:"zip,omitempty"` 35 }