interface ReadResult {
    id?: string;
    inputs?: any;
    props?: any;
}

Properties

Properties

id?: string

The ID of the resource ready back (or blank if missing).

inputs?: any

The inputs that would lead to the current resource state when importing it.

props?: any

The current property state read from the live environment.

Generated using TypeDoc