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

    Interface FileProperties

    interface FileProperties {
        createdById: string;
        createdByName: string;
        createdDate: string;
        fileName: string;
        fullName: string;
        id: string;
        lastModifiedById: string;
        lastModifiedByName: string;
        lastModifiedDate: string;
        manageableState?: ManageableState;
        namespacePrefix?: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdById: string

    ID of the user who created the file.

    createdByName: string

    Name of the user who created the file.

    createdDate: string

    Name of the file.

    fileName: string

    Name of the file.

    fullName: string

    Required. The file developer name used as a unique identifier for API access. The value is based on the fileName but the characters allowed are more restrictive. The fullName can contain only underscores and alphanumeric characters. It must be unique, begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores.

    id: string
    lastModifiedById: string

    ID of the user who last modified the file.

    lastModifiedByName: string

    Name of the user who last modified the file.

    lastModifiedDate: string

    Date and time that the file was last modified.

    manageableState?: ManageableState
    namespacePrefix?: string

    If any, the namespace prefix of the component.

    type: string

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