For the complete documentation index, see llms.txt. This page is also available as Markdown.

ResourceMetadataDto

The metadata of the resource.

Properties

Name
Type
Description
Notes

etag

string

The entity tag of the resource, as defined in http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11. The entity tag is also added as an 'ETag' response header to requests that do not use the 'depth' parameter.

[optional] [readonly] [default to undefined]

createdDate

string

The date the resource was created.

[optional] [readonly] [default to undefined]

createdBy

string

The user who created the resource.

[optional] [readonly] [default to undefined]

createdByUserId

string

The ID of the user who created the resource.

[optional] [readonly] [default to undefined]

lastModifiedDate

string

The date when the resource was last modified.

[optional] [readonly] [default to undefined]

lastModifiedBy

string

The user who last modified the resource.

[optional] [readonly] [default to undefined]

lastModifiedByUserId

string

The ID of the user who last modified the resource.

[optional] [readonly] [default to undefined]

state

string

The resource state.

[optional] [default to undefined]

Last updated

Was this helpful?