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

    Interface DescribeMetadataResult

    interface DescribeMetadataResult {
        metadataObjects: DescribeMetadataObject[];
        organizationNamespace: string;
        partialSaveAllowed: boolean;
        testRequired: boolean;
    }
    Index

    Properties

    metadataObjects: DescribeMetadataObject[]

    One or more metadata components and their attributes.

    organizationNamespace: string

    The namespace of the organization. Specify only for Developer Edition organizations that can contain a managed package. The managed package has a namespace specified when it is created.

    partialSaveAllowed: boolean

    Indicates whether rollbackOnError is allowed (true) or not (false). * This value is always:

    • false in production organizations.
    • the opposite of testRequired.
    testRequired: boolean

    Indicates whether tests are required (true) or not (false). This value is always the opposite of partialSaveAllowed.