Class: TencentCloud::Cloudaudit::V20190319::LookupAttribute

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

Overview

检索条件

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributekey = nil, attributevalue = nil) ⇒ LookupAttribute



1038
1039
1040
1041
# File 'lib/v20190319/models.rb', line 1038

def initialize(attributekey=nil, attributevalue=nil)
  @AttributeKey = attributekey
  @AttributeValue = attributevalue
end

Instance Attribute Details

#AttributeKeyObject



1036
1037
1038
# File 'lib/v20190319/models.rb', line 1036

def AttributeKey
  @AttributeKey
end

#AttributeValueObject



1036
1037
1038
# File 'lib/v20190319/models.rb', line 1036

def AttributeValue
  @AttributeValue
end

Instance Method Details

#deserialize(params) ⇒ Object



1043
1044
1045
1046
# File 'lib/v20190319/models.rb', line 1043

def deserialize(params)
  @AttributeKey = params['AttributeKey']
  @AttributeValue = params['AttributeValue']
end