Package cm_api :: Package endpoints :: Module types :: Class ApiBatchResponseList
[hide private]
[frames] | no frames]

Class ApiBatchResponseList

source code

   object --+        
            |        
BaseApiObject --+    
                |    
          ApiList --+
                    |
                   ApiBatchResponseList

A list of batch response objects.

Nested Classes [hide private]
  _MEMBER_CLASS
One element in a batch response.
Instance Methods [hide private]

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

Inherited from BaseApiObject: __setattr__

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

Class Methods [hide private]

Inherited from ApiList: from_json_dict

Inherited from BaseApiObject (private): _get_attributes

Static Methods [hide private]

Inherited from BaseApiObject: init

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

Inherited from ApiList: LIST_KEY

Inherited from BaseApiObject (private): _WHITELIST

Properties [hide private]

Inherited from object: __class__