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.
688 689 690 |
# File 'lib/v20190319/models.rb', line 688 def initialize(websitetype=nil) @WebsiteType = websitetype end |
Instance Attribute Details
#WebsiteType ⇒ Object
686 687 688 |
# File 'lib/v20190319/models.rb', line 686 def WebsiteType @WebsiteType end |
Instance Method Details
#deserialize(params) ⇒ Object
692 693 694 |
# File 'lib/v20190319/models.rb', line 692 def deserialize(params) @WebsiteType = params['WebsiteType'] end |