Lines Matching defs:PhoneNumber

19 type PhoneNumber struct {  struct
20 CreateTime int64 `json:"CreateTime" xml:"CreateTime"`
21 NumberGroupId string `json:"NumberGroupId" xml:"NumberGroupId"`
22 …berGroupName string `json:"NumberGroupName" xml:"NumberGroupName"`
23 InstanceId string `json:"InstanceId" xml:"InstanceId"`
24 RemainingTime int `json:"RemainingTime" xml:"RemainingTime"`
25 ServiceTag string `json:"ServiceTag" xml:"ServiceTag"`
26 TestOnly bool `json:"TestOnly" xml:"TestOnly"`
27 Concurrency int `json:"Concurrency" xml:"Concurrency"`
28 ContactFlowId string `json:"ContactFlowId" xml:"ContactFlowId"`
29 AllowOutbound bool `json:"AllowOutbound" xml:"AllowOutbound"`
30 PhoneNumberId string `json:"PhoneNumberId" xml:"PhoneNumberId"`
31 Usage string `json:"Usage" xml:"Usage"`
32 Trunks int `json:"Trunks" xml:"Trunks"`
33 PrivateFlag bool `json:"PrivateFlag" xml:"PrivateFlag"`
34 City string `json:"City" xml:"City"`
35 Number string `json:"Number" xml:"Number"`
36 Province string `json:"Province" xml:"Province"`
37 Provider string `json:"Provider" xml:"Provider"`
38 Assignee string `json:"Assignee" xml:"Assignee"`
39 …Status int `json:"NumberCommodityStatus" xml:"NumberCommodityStatus"`
40 …ption string `json:"PhoneNumberDescription" xml:"PhoneNumberDescription"`
41 SipTelX string `json:"SipTelX" xml:"SipTelX"`
42 Type int `json:"Type" xml:"Type"`
43 …GroupIdList SkillGroupIdList `json:"SkillGroupIdList" xml:"SkillGroupIdList"`
44 ContactFlow ContactFlow `json:"ContactFlow" xml:"ContactFlow"`
45 PrivacyNumber PrivacyNumber `json:"PrivacyNumber" xml:"PrivacyNumber"`
46 SkillGroups SkillGroupsInAddBulkPhoneNumbers `json:"SkillGroups" xml:"SkillGroups"`