Class: TencentCloud::Bma::V20210624::ModifyCRWhiteListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::ModifyCRWhiteListRequest
- Defined in:
- lib/v20210624/models.rb
Overview
ModifyCRWhiteList请求参数结构体
Instance Attribute Summary collapse
- #AuthorId ⇒ Object
- #PlatForm ⇒ Object
- #PlatUrl ⇒ Object
- #WhiteListId ⇒ Object
- #WhiteSites ⇒ Object
- #WorkId ⇒ Object
- #WorksId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(whitelistid = nil, platform = nil, platurl = nil, authorid = nil, worksid = nil, workid = nil, whitesites = nil) ⇒ ModifyCRWhiteListRequest
constructor
A new instance of ModifyCRWhiteListRequest.
Constructor Details
#initialize(whitelistid = nil, platform = nil, platurl = nil, authorid = nil, worksid = nil, workid = nil, whitesites = nil) ⇒ ModifyCRWhiteListRequest
Returns a new instance of ModifyCRWhiteListRequest.
1858 1859 1860 1861 1862 1863 1864 1865 1866 |
# File 'lib/v20210624/models.rb', line 1858 def initialize(whitelistid=nil, platform=nil, platurl=nil, =nil, worksid=nil, workid=nil, whitesites=nil) @WhiteListId = whitelistid @PlatForm = platform @PlatUrl = platurl @AuthorId = @WorksId = worksid @WorkId = workid @WhiteSites = whitesites end |
Instance Attribute Details
#AuthorId ⇒ Object
1856 1857 1858 |
# File 'lib/v20210624/models.rb', line 1856 def AuthorId @AuthorId end |
#PlatForm ⇒ Object
1856 1857 1858 |
# File 'lib/v20210624/models.rb', line 1856 def PlatForm @PlatForm end |
#PlatUrl ⇒ Object
1856 1857 1858 |
# File 'lib/v20210624/models.rb', line 1856 def PlatUrl @PlatUrl end |
#WhiteListId ⇒ Object
1856 1857 1858 |
# File 'lib/v20210624/models.rb', line 1856 def WhiteListId @WhiteListId end |
#WhiteSites ⇒ Object
1856 1857 1858 |
# File 'lib/v20210624/models.rb', line 1856 def WhiteSites @WhiteSites end |
#WorkId ⇒ Object
1856 1857 1858 |
# File 'lib/v20210624/models.rb', line 1856 def WorkId @WorkId end |
#WorksId ⇒ Object
1856 1857 1858 |
# File 'lib/v20210624/models.rb', line 1856 def WorksId @WorksId end |
Instance Method Details
#deserialize(params) ⇒ Object
1868 1869 1870 1871 1872 1873 1874 1875 1876 |
# File 'lib/v20210624/models.rb', line 1868 def deserialize(params) @WhiteListId = params['WhiteListId'] @PlatForm = params['PlatForm'] @PlatUrl = params['PlatUrl'] @AuthorId = params['AuthorId'] @WorksId = params['WorksId'] @WorkId = params['WorkId'] @WhiteSites = params['WhiteSites'] end |