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.



688
689
690
# File 'lib/v20190319/models.rb', line 688

def initialize(websitetype=nil)
  @WebsiteType = websitetype
end

Instance Attribute Details

#WebsiteTypeObject

Parameters:

  • WebsiteType:

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



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