ResourceObject¶
class in JsonApiToolkit.Models.Resources
Resource object with id, type, attributes, relationships, and links.
Constructors¶
ResourceObject()¶
Properties¶
Id : string¶
Unique resource identifier.
Type : string¶
Resource type (e.g., "articles", "people").
Attributes : Dictionary¶
Resource attributes (properties).
Relationships : Dictionary¶
Relationships to other resources.
Links : Links¶
Links related to this resource.