github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vses/bucket_info.go (about) 1 /* 2 * api 3 * 4 * Search Engine Service(VPC) Open API<br/>https://vpcsearchengine.apigw.ntruss.com/api/v1 5 * 6 * API version: 2022-04-21T09:07:51Z 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package vses 11 12 type BucketInfo struct { 13 ActionName string `json:"actionName,omitempty"` 14 BucketProtectionState string `json:"bucketProtectionState,omitempty"` 15 BytesUsed int64 `json:"bytesUsed,omitempty"` 16 CreationTime int64 `json:"creationTime,omitempty"` 17 Disabled bool `json:"disabled,omitempty"` 18 Enable bool `json:"enable,omitempty"` 19 Name string `json:"name,omitempty"` 20 ObjectCount int64 `json:"objectCount,omitempty"` 21 Permission string `json:"permission,omitempty"` 22 SseKmsEnabled bool `json:"sseKmsEnabled,omitempty"` 23 }