GoodMem
ReferenceClient SDKsPython SDKModels

ActiveLicenseMetadata Model

ActiveLicenseMetadata Model documentation for Python SDK

Properties

NameTypeDescriptionNotes
filenamestr[optional]
sha256str[optional]
size_bytesint
modified_atdatetime[optional]

Example

from goodmem_client.models.active_license_metadata import ActiveLicenseMetadata

# TODO update the JSON string below
json = "{}"
# create an instance of ActiveLicenseMetadata from a JSON string
active_license_metadata_instance = ActiveLicenseMetadata.from_json(json)
# print the JSON string representation of the object
print(ActiveLicenseMetadata.to_json())

# convert the object into a dict
active_license_metadata_dict = active_license_metadata_instance.to_dict()
# create an instance of ActiveLicenseMetadata from a dict
active_license_metadata_from_dict = ActiveLicenseMetadata.from_dict(active_license_metadata_dict)

↑ Back to Python SDK ↑ Back to Python SDK ↑ Back to Python SDK

On this page