ActiveLicenseMetadata Model
ActiveLicenseMetadata Model documentation for Python SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| filename | str | [optional] | |
| sha256 | str | [optional] | |
| size_bytes | int | ||
| modified_at | datetime | [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