Class: TencentCloud::Cloudaudit::V20190319::GetAttributeKeyRequest

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

Overview

GetAttributeKey请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#WebsiteTypeObject

Parameters:

  • WebsiteType:

    网站类型,取值范围是zh和en。如果不传值默认zh



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