interface SearchIndexingConfigurationValues {
    lastModifiedAt?: string;
    lastModifiedBy?: LastModifiedBy;
    status?: string;
}

Properties

lastModifiedAt?: string

Date and time (UTC) the Project was last updated. Only present on Projects last modified after 1 February 2019.

lastModifiedBy?: LastModifiedBy

Present on resources created after 1 February 2019 except for events not tracked.

status?: string

Current status of resource indexing. Present on Projects from 1 February 2019.

Generated using TypeDoc