| 123456789101112131415161718192021222324252627282930313233343536373839 |
- 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.
- // Privilege is a nested struct in yundun_ds response
- type Privilege struct {
- ProductName string `json:"ProductName" xml:"ProductName"`
- DataPackage string `json:"DataPackage" xml:"DataPackage"`
- ProductCode string `json:"productCode" xml:"productCode"`
- DataTable string `json:"DataTable" xml:"DataTable"`
- UseAccountId int64 `json:"UseAccountId" xml:"UseAccountId"`
- AccountType int `json:"AccountType" xml:"AccountType"`
- Operation string `json:"Operation" xml:"Operation"`
- Id int64 `json:"Id" xml:"Id"`
- DataTypeId string `json:"DataTypeId" xml:"DataTypeId"`
- DataColumn string `json:"DataColumn" xml:"DataColumn"`
- DataType string `json:"DataType" xml:"DataType"`
- DataTypeName string `json:"DataTypeName" xml:"DataTypeName"`
- AccountId int64 `json:"AccountId" xml:"AccountId"`
- ResourceName string `json:"ResourceName" xml:"ResourceName"`
- PolicyCondition string `json:"PolicyCondition" xml:"PolicyCondition"`
- UseAccountType int `json:"UseAccountType" xml:"UseAccountType"`
- DataInstance string `json:"DataInstance" xml:"DataInstance"`
- ResourcePath string `json:"ResourcePath" xml:"ResourcePath"`
- Sensitive string `json:"Sensitive" xml:"Sensitive"`
- }
|