Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 940 Bytes

AssetFileMetadata.md

File metadata and controls

17 lines (13 loc) · 940 Bytes

HubSpot.NET.Model.AssetFileMetadata

The object metadata of a file.

Properties

Name Type Description Notes
Id string The path of the file in the CMS Developer File System.
Name string The name of the file.
Folder bool Determines whether or not this path points to a folder.
Children List<string> If the object is a folder, contains the filenames of the files within the folder. [optional]
UpdatedAt int Timestamp of when the object was last updated.
CreatedAt int Timestamp of when the object was first created.
ArchivedAt long Timestamp of when the object was archived (deleted). [optional]

[Back to Model list] [Back to API list] [Back to README]