LegacyGetLookerReportsResponse

Response for getting the Looker reports.

JSON representation
{
  "reports": [
    {
      object (LegacyLookerReportResponse)
    }
  ],
  "isConnectionError": boolean,
  "connectionErrorMessage": string,
  "isConfigured": boolean
}
Fields
reports[]

object (LegacyLookerReportResponse)

Optional. The list of Looker reports.

isConnectionError

boolean

Optional. Indicates if there is a connection error.

connectionErrorMessage

string

Optional. The connection error message.

isConfigured

boolean

Optional. Indicates if the advanced report is configured.