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:
- property data#
The data section of the payload provided to the batch operation.
- Type:
dict(str,
object
)
- property metadata#
- Type:
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model