ResourceIdentifier¶ class in JsonApiToolkit.Models.Resources Resource pointer with type and ID only (used in relationships). public class ResourceIdentifier Constructors¶ ResourceIdentifier()¶ Properties¶ Id : string¶ Unique resource identifier. Type : string¶ Resource type.