vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ListMetadataQuery<T>

    The ListMetadataQuery parameter represents a list of objects that specify which components you are interested in.

    interface ListMetadataQuery<T extends string = string> {
        folder?: string;
        type: T;
    }

    Type Parameters

    • T extends string = string
    Index

    Properties

    Properties

    folder?: string

    The folder associated with the component. This field is required for components that use folders, such as Dashboard, Document, EmailTemplate, or Report.

    type: T

    Required. The metadata type, such as CustomObject, CustomField, or ApexClass.