LegacyLookerReportResponse

Locker Advanced Report.

JSON representation
{
  "title": string,
  "firstViewName": string,
  "category": enum (LegacyAdvancedReportCategory),
  "creatorGuid": string,
  "modifier": string,
  "externalId": string,
  "includeViewOnlyUsers": boolean,
  "environments": [
    string
  ],
  "environmentsJson": string,
  "id": string,
  "tenantId": string,
  "creatorFullName": string,
  "modifierFullName": string,
  "creationTimeUnixTimeInMs": string,
  "modificationTimeUnixTimeInMs": string
}
Fields
title

string

Optional. The title of the Looker report.

firstViewName

string

Optional. The name of the first view in the Looker report.

category

enum (LegacyAdvancedReportCategory)

Optional. The category of the Looker report.

creatorGuid

string

Optional. The creator guid of the Looker report.

modifier

string

Optional. The modifier of the Looker report.

externalId

string

Optional. The external id of the Looker report.

includeViewOnlyUsers

boolean

Optional. Indicates if view only users should be included.

environments[]

string

Optional. List of environments associated with the copied advanced report.

environmentsJson

string

Optional. The JSON representation of the environments field.

id

string (int64 format)

Optional. The ID of the advanced report.

tenantId

string

Optional. The tenant id of the advanced report.

creatorFullName

string

Optional. The full name of the creator of the advanced report.

modifierFullName

string

Optional. The full name of the modifier of the advanced report.

creationTimeUnixTimeInMs

string (int64 format)

Optional. The creation time of the advanced report in Unix time in milliseconds.

modificationTimeUnixTimeInMs

string (int64 format)

Optional. The modification time of the advanced report in Unix time in milliseconds.

LegacyAdvancedReportCategory

The category of the advanced report.

Enums
DEFAULT Default.
PERSONAL Personal.
SHARED Shared.
OTHER Other.