Class: TencentCloud::Vod::V20180717::ModifyDefaultStorageRegionRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180717/models.rb

Overview

ModifyDefaultStorageRegion请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(storageregion = nil, subappid = nil) ⇒ ModifyDefaultStorageRegionRequest

Returns a new instance of ModifyDefaultStorageRegionRequest.



19306
19307
19308
19309
# File 'lib/v20180717/models.rb', line 19306

def initialize(storageregion=nil, subappid=nil)
  @StorageRegion = storageregion
  @SubAppId = subappid
end

Instance Attribute Details

#StorageRegionObject

Parameters:

  • StorageRegion:

    默认的存储地域,必须是已经开通的地域(通过 DescribeStorageRegions 接口查询)。

  • SubAppId: (b)

    点播(/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>



19304
19305
19306
# File 'lib/v20180717/models.rb', line 19304

def StorageRegion
  @StorageRegion
end

#SubAppIdObject

Parameters:

  • StorageRegion:

    默认的存储地域,必须是已经开通的地域(通过 DescribeStorageRegions 接口查询)。

  • SubAppId: (b)

    点播(/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>



19304
19305
19306
# File 'lib/v20180717/models.rb', line 19304

def SubAppId
  @SubAppId
end

Instance Method Details

#deserialize(params) ⇒ Object



19311
19312
19313
19314
# File 'lib/v20180717/models.rb', line 19311

def deserialize(params)
  @StorageRegion = params['StorageRegion']
  @SubAppId = params['SubAppId']
end