github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vses/snapshot_history_response_vo.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 SnapshotHistoryResponseVo struct { 13 ActionDate string `json:"actionDate,omitempty"` 14 BucketName string `json:"bucketName,omitempty"` 15 ClusterName string `json:"clusterName,omitempty"` 16 Duration string `json:"duration,omitempty"` 17 HasErrorLog bool `json:"hasErrorLog,omitempty"` 18 Idx int32 `json:"idx,omitempty"` 19 MemberNo string `json:"memberNo,omitempty"` 20 Message string `json:"message,omitempty"` 21 RequestType string `json:"requestType,omitempty"` 22 ServiceGroupInstanceNo int32 `json:"serviceGroupInstanceNo,omitempty"` 23 SnapshotName string `json:"snapshotName,omitempty"` 24 }