Interface ResourceToDataOptions

interface ResourceToDataOptions {
    name?: string;
    type?: string;
}

Properties

Properties

name?: string

New name of the data source.

type?: string

New type of the data source.