DppResource interface
Resource class
Properties
| id | Resource Id represents the complete path to the resource. |
| name | Resource name associated with the resource. |
| system |
Metadata pertaining to creation and last modification of the resource. |
| type | Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... |
Property Details
id
Resource Id represents the complete path to the resource.
id?: string
Property Value
string
name
Resource name associated with the resource.
name?: string
Property Value
string
systemData
Metadata pertaining to creation and last modification of the resource.
systemData?: SystemData
Property Value
type
Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
type?: string
Property Value
string