Class: TencentCloud::Cloudaudit::V20190319::GetAttributeKeyRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudaudit::V20190319::GetAttributeKeyRequest
- Defined in:
- lib/v20190319/models.rb
Overview
GetAttributeKey请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(websitetype = nil) ⇒ GetAttributeKeyRequest
constructor
A new instance of GetAttributeKeyRequest.
Constructor Details
#initialize(websitetype = nil) ⇒ GetAttributeKeyRequest
Returns a new instance of GetAttributeKeyRequest.
681 682 683 |
# File 'lib/v20190319/models.rb', line 681 def initialize(websitetype=nil) @WebsiteType = websitetype end |
Instance Attribute Details
#WebsiteType ⇒ Object
679 680 681 |
# File 'lib/v20190319/models.rb', line 679 def WebsiteType @WebsiteType end |
Instance Method Details
#deserialize(params) ⇒ Object
685 686 687 |
# File 'lib/v20190319/models.rb', line 685 def deserialize(params) @WebsiteType = params['WebsiteType'] end |