CollectionsItemsPutItemBodyContent

class pydelfini.delfini_core.models.collections_items_put_item_body_content.CollectionsItemsPutItemBodyContent(data, checksum=Unset, is_base_64_encoded=False)[source]

Bases: object

CollectionsItemsPutItemBodyContent model

Parameters:
data
Type:

str

checksum
Type:

Union[Unset, CollectionsItemsPutItemBodyContentChecksum]

is_base_64_encoded

Default: False.

Type:

Union[Unset, bool]

Attributes

data

checksum

is_base_64_encoded

classmethod from_dict(src_dict)[source]

Create an instance of CollectionsItemsPutItemBodyContent from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]