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

     1  /*
     2   * api
     3   *
     4  * <br/>https://sourcebuild.apigw.ntruss.com/api/v1
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package sourcebuild
    10  
    11  type GetProjectDetailResponseEnvCompute struct {
    12  	Id *int32 `json:"id,omitempty"`
    13  
    14  	Cpu *int32 `json:"cpu,omitempty"`
    15  
    16  	Mem *int32 `json:"mem,omitempty"`
    17  }