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

     1  /*
     2   * autoscaling
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/autoscaling/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package autoscaling
    10  
    11  type Zone struct {
    12  
    13  	// 존(Zone)번호
    14  ZoneNo *string `json:"zoneNo,omitempty"`
    15  
    16  	// 존(Zone)명
    17  ZoneName *string `json:"zoneName,omitempty"`
    18  
    19  	// 존(Zone)설명
    20  ZoneDescription *string `json:"zoneDescription,omitempty"`
    21  }