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

     1  /*
     2   * cdn
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/cdn/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package cdn
    10  
    11  type GetCdnPlusInstanceListRequest struct {
    12  
    13  	// CDN 인스턴스 번호
    14  CdnInstanceNo *string `json:"cdnInstanceNo,omitempty"`
    15  
    16  	// 페이지 번호
    17  PageNo *int32 `json:"pageNo,omitempty"`
    18  
    19  	// 페이지 사이즈
    20  PageSize *int32 `json:"pageSize,omitempty"`
    21  }