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.



695
696
697
# File 'lib/v20190319/models.rb', line 695

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

Instance Attribute Details

#WebsiteTypeObject

Parameters:

  • WebsiteType:

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



693
694
695
# File 'lib/v20190319/models.rb', line 693

def WebsiteType
  @WebsiteType
end

Instance Method Details

#deserialize(params) ⇒ Object



699
700
701
# File 'lib/v20190319/models.rb', line 699

def deserialize(params)
  @WebsiteType = params['WebsiteType']
end