You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entry size in bytes. Null for directories, symlinks, and other non-file entries.
Example
fromhostinger_api.models.hosting_v1_files_files_resource_items_innerimportHostingV1FilesFilesResourceItemsInner# TODO update the JSON string belowjson="{}"# create an instance of HostingV1FilesFilesResourceItemsInner from a JSON stringhosting_v1_files_files_resource_items_inner_instance=HostingV1FilesFilesResourceItemsInner.from_json(json)
# print the JSON string representation of the objectprint(HostingV1FilesFilesResourceItemsInner.to_json())
# convert the object into a dicthosting_v1_files_files_resource_items_inner_dict=hosting_v1_files_files_resource_items_inner_instance.to_dict()
# create an instance of HostingV1FilesFilesResourceItemsInner from a dicthosting_v1_files_files_resource_items_inner_from_dict=HostingV1FilesFilesResourceItemsInner.from_dict(hosting_v1_files_files_resource_items_inner_dict)