BatchSpecPayload#

class BatchSpecPayload(metadata=None, data=None, *args, **kwargs)#

Bases: object

The specification corresponding to the actual payload provided as an input to the batch operation.

Parameters:
  • metadata – (metadata)

  • data – (data) The data section of the payload provided to the batch operation.

property data#

The data section of the payload provided to the batch operation.

Type:

dict(str, object)

property metadata#
Type:

BatchSpecPayloadMetadata

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model