File

src/resource/ref-filter.ts

Description

Filter a ResourceRef listing using either id or name.

Index

Properties

Properties

id
id: string
Type : string

The ID of the ResourceRef

name
name: string
Type : string

The Name of the ResourceRef

export interface IRefFilter {
    /** The ID of the ResourceRef */
    id?:   string;
    /** The Name of the ResourceRef */
    name?: string;
}

results matching ""

    No results matching ""