Package version:

Interface PirResource

The Resource model definition.

interface PirResource {
    location?: string;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

location?: string

Resource location NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.