class documentation

class QueryFieldsResponse(_QueryResponseBase):

View In Hierarchy

Object holding the response to a query for fields.

Class Variable __slots__ Undocumented
Instance Variable fields List of QueryFieldDefinition objects

Inherited from _QueryResponseBase:

Class Method FromDict Custom function for de-serializing.
Method ToDict Custom function for serializing.

Inherited from ConfigObject (via _QueryResponseBase):

Method __getattr__ Undocumented
Method __repr__ Implement __repr__ for ConfigObjects.
Method __setstate__ Undocumented
Method Copy Makes a deep copy of the current object and its children.
Method UpgradeConfig Fill defaults for missing configuration values.
Method Validate Validates the slots.

Inherited from ValidatedSlots (via _QueryResponseBase, ConfigObject):

Class Method GetAllSlots Compute the list of all declared slots for a class.
Method __init__ Constructor for BaseOpCode.
__slots__: list =
fields =

List of QueryFieldDefinition objects