Skip to main content

ResourceSearchItem

Description: Resource class for search results.

Attributes

NameTypeDescription
idStrictStr
file_idStrictStr
file_revision_idStrictStr
type_nameResourceType
created_by_idStrictStr
archive_statusArchiveStatusName
createddatetime.datetime
updateddatetime.datetime
nameOptional[StrictStr]
extensionOptional[StrictStr]
sizeOptional[StrictInt]
mimeOptional[StrictStr]
descriptionOptional[StrictStr]
version_nameOptional[StrictStr]
external_identifierOptional[StrictStr]
display_nameOptional[StrictStr]

Methods

NameDescription
to_strReturns the string representation of the model using alias
to_jsonReturns the JSON representation of the model using alias
from_jsonCreate an instance of ResourceSearchItem from a JSON string
to_dictReturn the dictionary representation of the model using alias.
from_dictCreate an instance of ResourceSearchItem from a dict