ChildResourceOutput interface
Proxy resource representation.
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| id | Resource ID. |
| name | Resource name. |
| type | Resource type. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
id
Resource ID.
id?: string
Property Value
string
name
Resource name.
name?: string
Property Value
string
type
Resource type.
type?: string
Property Value
string