github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vses2/get_open_api_service_group_response_vo.go (about)

     1  /*
     2   * api
     3   *
     4   * Search Engine Service(VPC) Open API<br/>https://vpcsearchengine.apigw.ntruss.com/api/v2)
     5   *
     6   * API version: 1.0.0
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package vses2
    11  
    12  type GetOpenApiServiceGroupResponseVo struct {
    13  	ComputeList                  []OpenApiGetComputeInstanceListResponseDetailVo `json:"computeList,omitempty"`
    14  	ContractNo                   int32                                           `json:"contractNo,omitempty"`
    15  	CreatedDate                  *DateTimeVo                                     `json:"createdDate,omitempty"`
    16  	ProductCode                  string                                          `json:"productCode,omitempty"`
    17  	RegionNo                     int32                                           `json:"regionNo,omitempty"`
    18  	ServiceGroupInstanceNo       int32                                           `json:"serviceGroupInstanceNo,omitempty"`
    19  	ServiceGroupInstanceTypeCode string                                          `json:"serviceGroupInstanceTypeCode,omitempty"`
    20  	ServiceGroupName             string                                          `json:"serviceGroupName,omitempty"`
    21  	StatusCode                   string                                          `json:"statusCode,omitempty"`
    22  	VpcNo                        int32                                           `json:"vpcNo,omitempty"`
    23  }