ImageSha256Checksum#

class ImageSha256Checksum(hex_digest=None, *args, **kwargs)#

Bases: object

The SHA256 checksum of an image.

Parameters:

hex_digest (required) – (hex_digest) The SHA256 digest of an image file in hexadecimal format.

property hex_digest#

The SHA256 digest of an image file in hexadecimal format.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model