class TencentCloud::Tke::V20180525::CreateBackupStorageLocationRequest

CreateBackupStorageLocation请求参数结构体

def deserialize(params)

def deserialize(params)
  @StorageRegion = params['StorageRegion']
  @Bucket = params['Bucket']
  @Name = params['Name']
  @Provider = params['Provider']
  @Path = params['Path']
end

def initialize(storageregion=nil, bucket=nil, name=nil, provider=nil, path=nil)

def initialize(storageregion=nil, bucket=nil, name=nil, provider=nil, path=nil)
  @StorageRegion = storageregion
  @Bucket = bucket
  @Name = name
  @Provider = provider
  @Path = path
end