| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- package ccc
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // Data is a nested struct in ccc response
- type Data struct {
- Represent string `json:"Represent" xml:"Represent"`
- StateDuration string `json:"StateDuration" xml:"StateDuration"`
- PrivacyNumber string `json:"PrivacyNumber" xml:"PrivacyNumber"`
- CallId string `json:"CallId" xml:"CallId"`
- Callee string `json:"Callee" xml:"Callee"`
- PageSize int `json:"PageSize" xml:"PageSize"`
- Caller string `json:"Caller" xml:"Caller"`
- CallType string `json:"CallType" xml:"CallType"`
- AgentName string `json:"AgentName" xml:"AgentName"`
- ReleaseReason string `json:"ReleaseReason" xml:"ReleaseReason"`
- StatusCode string `json:"StatusCode" xml:"StatusCode"`
- StartTime string `json:"StartTime" xml:"StartTime"`
- AgentId string `json:"AgentId" xml:"AgentId"`
- State string `json:"State" xml:"State"`
- TelX string `json:"TelX" xml:"TelX"`
- DateCreated string `json:"DateCreated" xml:"DateCreated"`
- InstanceId string `json:"InstanceId" xml:"InstanceId"`
- LoginName string `json:"LoginName" xml:"LoginName"`
- TotalCount int `json:"TotalCount" xml:"TotalCount"`
- ReleaseAgent string `json:"ReleaseAgent" xml:"ReleaseAgent"`
- Dn string `json:"Dn" xml:"Dn"`
- PageNumber int `json:"PageNumber" xml:"PageNumber"`
- List ListInListSkillGroupStates `json:"List" xml:"List"`
- Events Events `json:"Events" xml:"Events"`
- }
|