BatchSpecPayloadMetadataHeader#

class BatchSpecPayloadMetadataHeader(name=None, value=None, *args, **kwargs)#

Bases: object

The metadata section on the input specification for performing the batch operation.

Parameters:
  • name (required max=256 chars) – (name) The name of the header parameter.

  • value (required) – (value) The value of the header parameter.

property name#

The name of the header parameter.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property value#

The value of the header parameter.

Type:

str