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

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