github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vnks/cluster_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 ClusterRes struct {
    12  
    13  	//
    14  	Cluster *Cluster `json:"cluster"`
    15  }