github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vmysql/export_backup_to_object_storage_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 ExportBackupToObjectStorageRequest struct {
    12  
    13  	// REGION코드
    14  RegionCode *string `json:"regionCode,omitempty"`
    15  
    16  	// 백업파일이름
    17  FileName *string `json:"fileName"`
    18  
    19  	// ObjectStorage버킷이름
    20  BucketName *string `json:"bucketName"`
    21  
    22  	// 폴더경로
    23  FolderPath *string `json:"folderPath,omitempty"`
    24  
    25  	// CloudMysql인스턴스번호
    26  CloudMysqlInstanceNo *string `json:"cloudMysqlInstanceNo"`
    27  }