Class: TencentCloud::Cloudaudit::V20190319::LookupAttribute
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudaudit::V20190319::LookupAttribute
- Defined in:
- lib/v20190319/models.rb
Overview
检索条件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(attributekey = nil, attributevalue = nil) ⇒ LookupAttribute
constructor
A new instance of LookupAttribute.
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
#AttributeKey ⇒ Object
1036 1037 1038 |
# File 'lib/v20190319/models.rb', line 1036 def AttributeKey @AttributeKey end |
#AttributeValue ⇒ Object
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 |