github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vnks/update_node_pool_res.go (about) 1 /* 2 * vnks 3 * 4 * <br/>https://nks.apigw.ntruss.com/vnks/v2 5 * 6 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 7 */ 8 9 package vnks 10 11 type UpdateNodePoolRes struct { 12 Uuid *string `json:"uuid"` 13 14 InstanceNo *int32 `json:"instanceNo"` 15 }