github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vnks/node_pool_label.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 NodePoolLabel struct { 12 Key *string `json:"key"` 13 14 Value *string `json:"value"` 15 }