interface Resource {
    identifier: ResourceIdentifier;
    representation: Representation;
}

Properties

identifier: ResourceIdentifier
representation: Representation