package yundun_ds //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. // Account is a nested struct in yundun_ds response type Account struct { CellphoneNum string `json:"CellphoneNum" xml:"CellphoneNum"` Email string `json:"Email" xml:"Email"` InstanceName string `json:"InstanceName" xml:"InstanceName"` Id int64 `json:"Id" xml:"Id"` CreateTime int64 `json:"CreateTime" xml:"CreateTime"` FullName string `json:"FullName" xml:"FullName"` LoginDataTime int64 `json:"LoginDataTime" xml:"LoginDataTime"` FirstLevelDepartName string `json:"FirstLevelDepartName" xml:"FirstLevelDepartName"` AuthTime int64 `json:"AuthTime" xml:"AuthTime"` FirstLevelDepartId int64 `json:"FirstLevelDepartId" xml:"FirstLevelDepartId"` AccountTypeId int64 `json:"AccountTypeId" xml:"AccountTypeId"` LoginPolicyName string `json:"LoginPolicyName" xml:"LoginPolicyName"` ActiveStatus string `json:"ActiveStatus" xml:"ActiveStatus"` LoginName string `json:"LoginName" xml:"LoginName"` AliUid int64 `json:"AliUid" xml:"AliUid"` RoleNames string `json:"RoleNames" xml:"RoleNames"` UserId int64 `json:"UserId" xml:"UserId"` TelephoneNum string `json:"TelephoneNum" xml:"TelephoneNum"` DataInstance string `json:"DataInstance" xml:"DataInstance"` DeleteStatus string `json:"DeleteStatus" xml:"DeleteStatus"` AuthLoginName string `json:"AuthLoginName" xml:"AuthLoginName"` AuthFullName string `json:"AuthFullName" xml:"AuthFullName"` EventCount EventCount `json:"EventCount" xml:"EventCount"` PrivilegeList []PrivilegeInDescribeAccountDetail `json:"PrivilegeList" xml:"PrivilegeList"` }