Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 686 Bytes

AssetDto.md

File metadata and controls

12 lines (9 loc) · 686 Bytes

AssetDto

Properties

Name Type Description Notes
Digest string The digest of the asset, will be null if the asset content is missing. [optional] [default to null]
Id string The identifier of the asset. [optional] [default to null]
MissingContent bool Indicates if the content of the asset is missing. [optional] [default to null]
Name string The name of the asset. [optional] [default to null]

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