Google Apps Script API
    Preparing search index...
    interface EntityUsageReportsCollection {
        get(entityType: string, entityKey: string, date: string): UsageReports;
        get(
            entityType: string,
            entityKey: string,
            date: string,
            optionalArgs: object,
        ): UsageReports;
    }
    Index

    Methods

    Methods