Package cm_api :: Package endpoints :: Module events :: Class ApiEventQueryResult
[hide private]
[frames] | no frames]

Class ApiEventQueryResult

source code

         object --+        
                  |        
types.BaseApiObject --+    
                      |    
          types.ApiList --+
                          |
                         ApiEventQueryResult

Nested Classes [hide private]
  _MEMBER_CLASS
Instance Methods [hide private]

Inherited from types.ApiList: __getitem__, __init__, __iter__, __len__, __str__, to_json_dict

Inherited from types.BaseApiObject: __setattr__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from types.ApiList: from_json_dict

Inherited from types.BaseApiObject (private): _get_attributes

Static Methods [hide private]

Inherited from types.BaseApiObject: init

Class Variables [hide private]
  _ATTRIBUTES = {'totalResults': ROAttr(),}

Inherited from types.ApiList: LIST_KEY

Inherited from types.BaseApiObject (private): _WHITELIST

Properties [hide private]

Inherited from object: __class__