AttributeQueryResult

Contains one result from a call to queryAttributes, queryAttributesByValue, queryAttributesByValueInteger, or queryAttributesByValueNumber. Each AttributeQueryResult contains a single attribute value that is associated with a particular attribute and object.

Note that the value field of this structure is always a string. If the attribute's actual type is numeric, you must convert the string to a number on the client side.

Name Type Description
object_id string

The ID of the object.

attrtype_id string

The ID of the attribute type.

attr_pname string

The printable name of the attribute type.

value string

The attribute value.