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

     1  /*
     2   * vmysql
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/vmysql/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vmysql
    10  
    11  type GetCloudMysqlBackupListRequest struct {
    12  
    13  	// REGION코드
    14  RegionCode *string `json:"regionCode,omitempty"`
    15  }