openapi: 3.1.0 info: title: Google Books About Get API description: API for retrieving Bookshelf and Volume resources from Google Books version: 1.0.0 contact: name: Google Books API url: https://developers.google.com/books servers: - url: https://www.googleapis.com/books/v1 description: Google Books API v1 tags: - name: Get description: Operations related to Get paths: /gmail/v1/users/{userId}/profile: get: tags: - Get summary: Google Get Profile description: The Google Gmail API's Get Profile operation retrieves the current user's Gmail profile information by making a GET request to the endpoint /gmail/v1/users/{userId}/profile, where {userId} can be either the user's email address or the special value "me" to indicate the authenticated user. This operation returns basic profile details including the user's email address, the total number of messages in their mailbox, the total number of threads, and their history ID, which is useful for tracking changes to the mailbox over time. The response provides essential metadata about the Gmail account without accessing the actual content of emails, making it a lightweight way to verify account details and obtain summary statistics. This endpoint requires appropriate OAuth 2.0 authorization scopes, typically gmail.readonly or gmail.metadata, to access the user's profile information securely. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/GmailUsersProfileGetResponse' examples: GmailUsersProfileGetResponseExample: $ref: '#/components/examples/GmailUsersProfileGetResponseExample' x-api-evangelist-processing: ChooseTags: true WriteDescription: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: GmailUsersProfileGetResponseExample /gmail/v1/users/{userId}/drafts/{id}: get: tags: - Get summary: Google Get Drafts description: Gets the specified draft. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: '{{userId}}' - name: id in: path schema: type: string required: true description: '(Required) ' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/GmailUsersDraftsGetResponse' examples: GmailUsersDraftsGetResponseExample: $ref: '#/components/examples/GmailUsersDraftsGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: GmailUsersDraftsGetResponseExample /gmail/v1/users/{userId}/messages/{id}: get: tags: - Get summary: Google Get Messages description: Gets the specified message. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: id in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/GmailUsersMessagesGetResponse1' examples: GmailUsersMessagesGetResponse1Example: $ref: '#/components/examples/GmailUsersMessagesGetResponse1Example' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: GmailUsersMessagesGetResponse1Example /gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}: get: tags: - Get summary: Google Get Attachments description: Gets the specified message attachment. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: messageId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: id in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersMessagesAttachmentsGetResponse' examples: UsersMessagesAttachmentsGetResponseExample: $ref: '#/components/examples/UsersMessagesAttachmentsGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersMessagesAttachmentsGetResponseExample /gmail/v1/users/{userId}/labels/{id}: get: tags: - Get summary: Google Get Labels description: Gets the specified label. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: id in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/GmailUsersLabelsGetResponse1' examples: GmailUsersLabelsGetResponse1Example: $ref: '#/components/examples/GmailUsersLabelsGetResponse1Example' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: GmailUsersLabelsGetResponse1Example /gmail/v1/users/{userId}/threads/{id}: get: tags: - Get summary: Google Get Threads description: Gets the specified thread. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: id in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/GmailUsersThreadsGetResponse' examples: GmailUsersThreadsGetResponseExample: $ref: '#/components/examples/GmailUsersThreadsGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: GmailUsersThreadsGetResponseExample /gmail/v1/users/{userId}/settings/imap: get: tags: - Get summary: Google GET IMAP description: Gets IMAP settings. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsImapGetResponse' examples: UsersSettingsImapGetResponseExample: $ref: '#/components/examples/UsersSettingsImapGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsImapGetResponseExample /gmail/v1/users/{userId}/settings/pop: get: tags: - Get summary: Google Get POP Settings description: Gets POP settings. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: '{{userId}}' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsPopGetResponse' examples: UsersSettingsPopGetResponseExample: $ref: '#/components/examples/UsersSettingsPopGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsPopGetResponseExample /gmail/v1/users/{userId}/settings/vacation: get: tags: - Get summary: Google Get Vacation Settings description: Gets vacation responder settings. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsVacationGetResponse' examples: UsersSettingsVacationGetResponseExample: $ref: '#/components/examples/UsersSettingsVacationGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsVacationGetResponseExample /gmail/v1/users/{userId}/settings/language: get: tags: - Get summary: Google Get Language Settings description: Gets language settings. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsLanguageGetResponse' examples: UsersSettingsLanguageGetResponseExample: $ref: '#/components/examples/UsersSettingsLanguageGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsLanguageGetResponseExample /gmail/v1/users/{userId}/settings/autoForwarding: get: tags: - Get summary: Google Get Auto Forwarding Settings description: Gets the auto-forwarding setting for the specified account. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsAutoForwardingGetResponse' examples: UsersSettingsAutoForwardingGetResponseExample: $ref: '#/components/examples/UsersSettingsAutoForwardingGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsAutoForwardingGetResponseExample /gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/smimeInfo/{id}: get: tags: - Get summary: Google Get Send As SMIME Info description: Gets the specified S/MIME config for the specified send-as alias. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: sendAsEmail in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: id in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SettingsSendAsSmimeInfoGetResponse' examples: SettingsSendAsSmimeInfoGetResponseExample: $ref: '#/components/examples/SettingsSendAsSmimeInfoGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SettingsSendAsSmimeInfoGetResponseExample /gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}: get: tags: - Get summary: Google Get Send As description: Gets the specified send-as alias. Fails with an HTTP 404 error if the specified address is not a member of the collection. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: sendAsEmail in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsSendAsGetResponse' examples: UsersSettingsSendAsGetResponseExample: $ref: '#/components/examples/UsersSettingsSendAsGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsSendAsGetResponseExample /gmail/v1/users/{userId}/settings/sendAs: get: tags: - Get summary: Google Get Send As description: Lists the send-as aliases for the specified account. The result includes the primary send-as address associated with the account as well as any custom "from" aliases. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsSendAsGetResponse1' examples: UsersSettingsSendAsGetResponse1Example: $ref: '#/components/examples/UsersSettingsSendAsGetResponse1Example' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsSendAsGetResponse1Example /gmail/v1/users/{userId}/settings/cse/keypairs/{keyPairId}: get: tags: - Get summary: Google GET CSE Keypairs description: Retrieves an existing client-side encryption key pair. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: keyPairId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SettingsCseKeypairsGetResponse' examples: SettingsCseKeypairsGetResponseExample: $ref: '#/components/examples/SettingsCseKeypairsGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SettingsCseKeypairsGetResponseExample /gmail/v1/users/{userId}/settings/cse/identities/{cseEmailAddress}: get: tags: - Get summary: Google GET CSE Idenetites description: Retrieves a client-side encryption identity configuration. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: cseEmailAddress in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SettingsCseIdentitiesGetResponse1' examples: SettingsCseIdentitiesGetResponse1Example: $ref: '#/components/examples/SettingsCseIdentitiesGetResponse1Example' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SettingsCseIdentitiesGetResponse1Example /gmail/v1/users/{userId}/settings/filters/{id}: get: tags: - Get summary: Google Get Filters description: Gets a filter. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: id in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsFiltersGetResponse' examples: UsersSettingsFiltersGetResponseExample: $ref: '#/components/examples/UsersSettingsFiltersGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsFiltersGetResponseExample /gmail/v1/users/{userId}/settings/forwardingAddresses/{forwardingEmail}: get: tags: - Get summary: Google Get Forwarding Addresses description: Gets the specified forwarding address. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: forwardingEmail in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsForwardingAddressesGetResponse' examples: UsersSettingsForwardingAddressesGetResponseExample: $ref: '#/components/examples/UsersSettingsForwardingAddressesGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsForwardingAddressesGetResponseExample /gmail/v1/users/{userId}/settings/delegates/{delegateEmail}: get: tags: - Get summary: Google Get Delegates description: Gets the specified delegate. Note that a delegate user must be referred to by their primary email address, and not an email alias. This method is only available to service account clients that have been delegated domain-wide authority. parameters: - name: Accept in: header schema: type: string example: application/json - name: userId in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i - name: delegateEmail in: path schema: type: string required: true description: '(Required) ' example: incididunt labore i responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsDelegatesGetResponse' examples: UsersSettingsDelegatesGetResponseExample: $ref: '#/components/examples/UsersSettingsDelegatesGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsDelegatesGetResponseExample /v4/spreadsheets/{spreadsheetId}/values/{range}: get: tags: - Get summary: Google Get Values description: Returns a range of values from a spreadsheet. The caller must specify the spreadsheet ID and a range. security: - oauth2Auth: [] parameters: - name: Accept in: header schema: type: string example: application/json - name: majorDimension in: query schema: type: string example: '{{majorDimension}}' - name: valueRenderOption in: query schema: type: string example: '{{valueRenderOption}}' - name: dateTimeRenderOption in: query schema: type: string example: '{{dateTimeRenderOption}}' - name: access_token in: query schema: type: string description: OAuth access token. example: '{{accessToken}}' - name: alt in: query schema: type: string description: Data format for response. example: '{{alt}}' - name: callback in: query schema: type: string description: JSONP example: '{{callback}}' - name: fields in: query schema: type: string description: Selector specifying which fields to include in a partial response. example: '{{fields}}' - name: key in: query schema: type: string description: API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. example: '{{key}}' - name: oauth_token in: query schema: type: string description: OAuth 2.0 token for the current user. example: '{{oauthToken}}' - name: prettyPrint in: query schema: type: string description: Returns response with indentations and line breaks. example: '{{prettyPrint}}' - name: quotaUser in: query schema: type: string description: Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. example: '{{quotaUser}}' - name: upload_protocol in: query schema: type: string description: Upload protocol for media (e.g. "raw", "multipart"). example: '{{uploadProtocol}}' - name: uploadType in: query schema: type: string description: Legacy upload protocol for media (e.g. "media", "multipart"). example: '{{uploadType}}' - name: $.xgafv in: query schema: type: string description: V1 error format. example: '{{.Xgafv}}' - name: spreadsheetId in: path schema: type: string required: true description: '(Required) ' example: '{{spreadsheetId}}' - name: range in: path schema: type: string required: true description: '(Required) ' example: '{{range}}' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsValuesGetResponse' examples: SpreadsheetsValuesGetResponseExample: $ref: '#/components/examples/SpreadsheetsValuesGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SpreadsheetsValuesGetResponseExample /v4/spreadsheets/{spreadsheetId}/values:batchGet: get: tags: - Get summary: Google Get Values Batch description: Returns one or more ranges of values from a spreadsheet. The caller must specify the spreadsheet ID and one or more ranges. security: - oauth2Auth: [] parameters: - name: Accept in: header schema: type: string example: application/json - name: spreadsheetId in: path schema: type: string required: true description: '(Required) ' example: '{{spreadsheetId}}' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsValuesbatchGetGetResponse' examples: SpreadsheetsValuesbatchGetGetResponseExample: $ref: '#/components/examples/SpreadsheetsValuesbatchGetGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SpreadsheetsValuesbatchGetGetResponseExample /v4/spreadsheets/{spreadsheetId}/values:batchGetByDataFilter: post: tags: - Get summary: Google Get Values By Data Filter description: Returns one or more ranges of values that match the specified data filters. The caller must specify the spreadsheet ID and one or more DataFilters. Ranges that match any of the data filters in the request will be returned. security: - oauth2Auth: [] parameters: - name: Content-Type in: header schema: type: string example: application/json - name: Accept in: header schema: type: string example: application/json - name: spreadsheetId in: path schema: type: string required: true description: '(Required) ' example: '{{spreadsheetId}}' requestBody: content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsValuesbatchGetByDataFilterPostRequest' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsValuesbatchGetByDataFilterPostResponse' examples: SpreadsheetsValuesbatchGetByDataFilterPostResponseExample: $ref: '#/components/examples/SpreadsheetsValuesbatchGetByDataFilterPostResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SpreadsheetsValuesbatchGetByDataFilterPostResponseExample /v4/spreadsheets/{spreadsheetId}: get: tags: - Get summary: Google Get Sheet description: 'Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids is not returned. You can include grid data in one of 2 ways: * Specify a [field mask](https://developers.google.com/sheets/api/guides/field-masks) listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData URL parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, as a best practice, retrieve only the specific spreadsheet fields that you want. To retrieve only subsets of spreadsheet data, use the ranges URL parameter. Ranges are specified using [A1 notation](/sheets/api/guides/concepts#cell). You can define a single cell (for example, `A1`) or multiple cells (for example, `A1:D5`). You can also get cells from other sheets within the same spreadsheet (for example, `Sheet2!A1:C4`) or retrieve multiple ranges at once (for example, `?ranges=A1:D5&ranges=Sheet2!A1:C4`). Limiting the range returns only the portions of the spreadsheet that intersect the requested ranges.' security: - oauth2Auth: [] parameters: - name: Accept in: header schema: type: string example: application/json - name: spreadsheetId in: path schema: type: string required: true description: '(Required) ' example: '{{spreadsheetId}}' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsGetResponse' examples: SpreadsheetsGetResponseExample: $ref: '#/components/examples/SpreadsheetsGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SpreadsheetsGetResponseExample /v4/spreadsheets/{spreadsheetId}:getByDataFilter: post: tags: - Get summary: Google Get Sheet by Data Filter description: 'Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified. Specifying one or more data filters returns the portions of the spreadsheet that intersect ranges matched by any of the filters. By default, data within grids is not returned. You can include grid data one of 2 ways: * Specify a [field mask](https://developers.google.com/sheets/api/guides/field-masks) listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, as a best practice, retrieve only the specific spreadsheet fields that you want.' security: - oauth2Auth: [] parameters: - name: Content-Type in: header schema: type: string example: application/json - name: Accept in: header schema: type: string example: application/json - name: spreadsheetId in: path schema: type: string required: true requestBody: content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsPostRequest2' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsPostResponse2' examples: SpreadsheetsPostResponse2Example: $ref: '#/components/examples/SpreadsheetsPostResponse2Example' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SpreadsheetsPostResponse2Example /v4/spreadsheets/{spreadsheetId}/developerMetadata/{metadataId}: get: tags: - Get summary: Google Get Developer Metadata description: Returns the developer metadata with the specified ID. The caller must specify the spreadsheet ID and the developer metadata's unique metadataId. security: - oauth2Auth: [] parameters: - name: Accept in: header schema: type: string example: application/json - name: spreadsheetId in: path schema: type: string required: true description: '(Required) ' example: '{{spreadsheetId}}' - name: metadataId in: path schema: type: string required: true description: '(Required) ' example: '{{metadataId}}' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsDeveloperMetadataGetResponse' examples: SpreadsheetsDeveloperMetadataGetResponseExample: $ref: '#/components/examples/SpreadsheetsDeveloperMetadataGetResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SpreadsheetsDeveloperMetadataGetResponseExample components: schemas: SpreadsheetsGetResponsePropertiesDefaultFormat: description: SpreadsheetsGetResponsePropertiesDefaultFormat schema type: object properties: backgroundColor: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBackgroundColor' backgroundColorStyle: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBackgroundColorStyle' borders: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBorders' horizontalAlignment: type: string hyperlinkDisplayType: type: string numberFormat: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatNumberFormat' padding: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatPadding' textDirection: type: string textFormat: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatTextFormat' textRotation: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatTextRotation' verticalAlignment: type: string wrapStrategy: type: string SpreadsheetsGetResponsePropertiesDefaultFormatTextRotation: description: SpreadsheetsGetResponsePropertiesDefaultFormatTextRotation schema type: object properties: angle: type: integer vertical: type: boolean SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeft: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeft schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeftColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeftColorStyle' style: type: string width: type: integer SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeftColorStyleRgbColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeftColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number GmailUsersDraftsGetResponse: description: GmailUsersDraftsGetResponse schema type: object properties: id: type: string message: $ref: '#/components/schemas/GmailUsersDraftsGetResponseMessage' SpreadsheetsGetResponsePropertiesDefaultFormatBordersRightColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersRightColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottomColorStyle: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottomColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottomColorStyleRgbColor' themeColor: type: string SpreadsheetsPostResponse2PropertiesIterativeCalculationSettings: description: SpreadsheetsPostResponse2PropertiesIterativeCalculationSettings schema type: object properties: convergenceThreshold: type: number maxIterations: type: integer UsersSettingsAutoForwardingGetResponse: description: UsersSettingsAutoForwardingGetResponse schema type: object properties: enabled: type: boolean emailAddress: type: string disposition: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTopColorStyle: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTopColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTopColorStyleRgbColor' themeColor: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatForegroundColorStyleRgbColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatForegroundColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRightColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRightColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number GmailUsersMessagesGetResponse1Payload: description: GmailUsersMessagesGetResponse1Payload schema type: object properties: partId: type: string mimeType: type: string filename: type: string headers: type: array items: type: object properties: name: type: string value: type: string body: $ref: '#/components/schemas/GmailUsersMessagesGetResponse1PayloadBody' parts: type: array items: type: object properties: value: type: string GmailUsersProfileGetResponse: description: GmailUsersProfileGetResponse schema type: object properties: emailAddress: type: string messagesTotal: type: integer threadsTotal: type: integer historyId: type: string SettingsSendAsSmimeInfoGetResponse: description: SettingsSendAsSmimeInfoGetResponse schema type: object properties: id: type: string issuerCn: type: string isDefault: type: boolean expiration: type: string pem: type: string pkcs12: type: string encryptedKeyPassword: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatForegroundColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatForegroundColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormat: description: SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormat schema type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatForegroundColor' foregroundColorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatForegroundColorStyle' italic: type: boolean link: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatLink' strikethrough: type: boolean underline: type: boolean GmailUsersLabelsGetResponse1: description: GmailUsersLabelsGetResponse1 schema type: object properties: id: type: string name: type: string messageListVisibility: type: string labelListVisibility: type: string type: type: string messagesTotal: type: integer messagesUnread: type: integer threadsTotal: type: integer threadsUnread: type: integer color: $ref: '#/components/schemas/GmailUsersLabelsGetResponse1Color' SpreadsheetsPostResponse2PropertiesDefaultFormatBackgroundColorStyleRgbColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBackgroundColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsGetResponsePropertiesDefaultFormatBordersTopColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersTopColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottomColorStyleRgbColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottomColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormatNumberFormat: description: SpreadsheetsPostResponse2PropertiesDefaultFormatNumberFormat schema type: object properties: pattern: type: string type: type: string SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatForegroundColorStyle: description: SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatForegroundColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatForegroundColorStyleRgbColor' themeColor: type: string SpreadsheetsGetResponsePropertiesDefaultFormatPadding: description: SpreadsheetsGetResponsePropertiesDefaultFormatPadding schema type: object properties: bottom: type: integer left: type: integer right: type: integer top: type: integer SpreadsheetsGetResponsePropertiesDefaultFormatBorders: description: SpreadsheetsGetResponsePropertiesDefaultFormatBorders schema type: object properties: bottom: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottom' left: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeft' right: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersRight' top: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersTop' UsersSettingsPopGetResponse: description: UsersSettingsPopGetResponse schema type: object properties: accessWindow: type: string disposition: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTop: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTop schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTopColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTopColorStyle' style: type: string width: type: integer SpreadsheetsPostRequest2: description: SpreadsheetsPostRequest2 schema type: object example: dataFilters: - a1Range: tempor culpa in developerMetadataLookup: locationMatchingStrategy: EXACT_LOCATION locationType: DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED metadataId: 38631502 metadataKey: nisi volupt metadataLocation: dimensionRange: dimension: DIMENSION_UNSPECIFIED endIndex: 63439729 sheetId: -25406806 startIndex: 35052771 locationType: SHEET sheetId: 11542900 spreadsheet: false metadataValue: in nostrud labore enim sint visibility: DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED gridRange: endColumnIndex: 23894477 endRowIndex: -48431467 sheetId: -4486644 startColumnIndex: 74711378 startRowIndex: 6303367 - a1Range: occaecat non consectetur developerMetadataLookup: locationMatchingStrategy: INTERSECTING_LOCATION locationType: SHEET metadataId: 43386196 metadataKey: aliqua nulla metadataLocation: dimensionRange: dimension: COLUMNS endIndex: -12105509 sheetId: 31623920 startIndex: -90047308 locationType: DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED sheetId: 66134968 spreadsheet: false metadataValue: consequat visibility: DOCUMENT gridRange: endColumnIndex: -29841116 endRowIndex: 41097577 sheetId: -38508617 startColumnIndex: -53934581 startRowIndex: 18701599 includeGridData: true SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottom: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottom schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottomColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottomColorStyle' style: type: string width: type: integer GmailUsersMessagesGetResponse1PayloadBody: description: GmailUsersMessagesGetResponse1PayloadBody schema type: object properties: attachmentId: type: string size: type: integer data: type: string SpreadsheetsValuesbatchGetByDataFilterPostResponse: description: SpreadsheetsValuesbatchGetByDataFilterPostResponse schema type: object SpreadsheetsDeveloperMetadataGetResponse: description: SpreadsheetsDeveloperMetadataGetResponse schema type: object properties: location: $ref: '#/components/schemas/SpreadsheetsDeveloperMetadataGetResponseLocation' metadataId: type: integer metadataKey: type: string metadataValue: type: string visibility: type: string UsersSettingsLanguageGetResponse: description: UsersSettingsLanguageGetResponse schema type: object properties: displayLanguage: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBordersRight: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersRight schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersRightColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersRightColorStyle' style: type: string width: type: integer UsersMessagesAttachmentsGetResponse: description: UsersMessagesAttachmentsGetResponse schema type: object properties: attachmentId: type: string size: type: integer data: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeftColorStyle: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeftColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeftColorStyleRgbColor' themeColor: type: string GmailUsersDraftsGetResponseMessage: description: GmailUsersDraftsGetResponseMessage schema type: object properties: id: type: string threadId: type: string labelIds: type: array items: type: string snippet: type: string historyId: type: string internalDate: type: string payload: $ref: '#/components/schemas/GmailUsersDraftsGetResponseMessagePayload' sizeEstimate: type: integer raw: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottomColorStyle: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottomColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottomColorStyleRgbColor' themeColor: type: string UsersSettingsFiltersGetResponseCriteria: description: UsersSettingsFiltersGetResponseCriteria schema type: object properties: from: type: string to: type: string subject: type: string query: type: string negatedQuery: type: string hasAttachment: type: boolean excludeChats: type: boolean size: type: integer sizeComparison: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeft: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeft schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeftColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeftColorStyle' style: type: string width: type: integer SpreadsheetsGetResponsePropertiesDefaultFormatTextFormat: description: SpreadsheetsGetResponsePropertiesDefaultFormatTextFormat schema type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatForegroundColor' foregroundColorStyle: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatForegroundColorStyle' italic: type: boolean link: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatLink' strikethrough: type: boolean underline: type: boolean SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTopColorStyleRgbColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTopColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsValuesbatchGetGetResponse: description: SpreadsheetsValuesbatchGetGetResponse schema type: object SpreadsheetsPostResponse2PropertiesDefaultFormatBorders: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBorders schema type: object properties: bottom: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottom' left: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeft' right: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRight' top: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTop' SpreadsheetsPostResponse2PropertiesDefaultFormatTextRotation: description: SpreadsheetsPostResponse2PropertiesDefaultFormatTextRotation schema type: object properties: angle: type: integer vertical: type: boolean SpreadsheetsGetResponsePropertiesDefaultFormatBackgroundColorStyleRgbColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBackgroundColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRightColorStyle: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRightColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRightColorStyleRgbColor' themeColor: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeftColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeftColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsGetResponsePropertiesIterativeCalculationSettings: description: SpreadsheetsGetResponsePropertiesIterativeCalculationSettings schema type: object properties: convergenceThreshold: type: number maxIterations: type: integer SpreadsheetsGetResponsePropertiesDefaultFormatBordersTopColorStyleRgbColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersTopColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SettingsCseKeypairsGetResponse: description: SettingsCseKeypairsGetResponse schema type: object properties: keyPairId: type: string pkcs7: type: string pem: type: string subjectEmailAddresses: type: array items: type: string enablementState: type: string disableTime: type: string privateKeyMetadata: type: array items: type: object properties: privateKeyMetadataId: type: string kaclsKeyMetadata: type: object properties: kaclsUri: type: string kaclsData: type: string hardwareKeyMetadata: type: object properties: description: type: string SpreadsheetsPostResponse2: description: SpreadsheetsPostResponse2 schema type: object properties: dataSourceSchedules: type: array items: type: object properties: dailySchedule: type: object properties: startTime: type: object properties: hours: type: integer minutes: type: integer nanos: type: integer seconds: type: integer enabled: type: boolean monthlySchedule: type: object properties: daysOfMonth: type: array items: type: integer startTime: type: object properties: hours: type: integer minutes: type: integer nanos: type: integer seconds: type: integer nextRun: type: object properties: endTime: type: string startTime: type: string refreshScope: type: string weeklySchedule: type: object properties: daysOfWeek: type: array items: type: string startTime: type: object properties: hours: type: integer minutes: type: integer nanos: type: integer seconds: type: integer dataSources: type: array items: type: object properties: calculatedColumns: type: array items: type: object properties: formula: type: string reference: type: object properties: name: type: string dataSourceId: type: string sheetId: type: integer spec: type: object properties: bigQuery: type: object properties: projectId: type: string querySpec: type: object properties: rawQuery: type: string tableSpec: type: object properties: datasetId: type: string tableId: type: string tableProjectId: type: string parameters: type: array items: type: object properties: name: type: string namedRangeId: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer developerMetadata: type: array items: type: object properties: location: type: object properties: dimensionRange: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer locationType: type: string sheetId: type: integer spreadsheet: type: boolean metadataId: type: integer metadataKey: type: string metadataValue: type: string visibility: type: string namedRanges: type: array items: type: object properties: name: type: string namedRangeId: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer properties: $ref: '#/components/schemas/SpreadsheetsPostResponse2Properties' sheets: type: array items: type: object properties: bandedRanges: type: array items: type: object properties: bandedRangeId: type: integer columnProperties: type: object properties: firstBandColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number firstBandColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string footerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number footerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string headerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number headerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string secondBandColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number secondBandColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer rowProperties: type: object properties: firstBandColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number firstBandColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string footerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number footerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string headerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number headerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string secondBandColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number secondBandColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string basicFilter: type: object properties: criteria: type: object properties: doloreb_: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string filterSpecs: type: array items: type: object properties: columnIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer sortSpecs: type: array items: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataSourceColumnReference: type: object properties: name: type: string dimensionIndex: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string sortOrder: type: string charts: type: array items: type: object properties: border: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string chartId: type: integer position: type: object properties: newSheet: type: boolean overlayPosition: type: object properties: anchorCell: type: object properties: columnIndex: type: integer rowIndex: type: integer sheetId: type: integer heightPixels: type: integer offsetXPixels: type: integer offsetYPixels: type: integer widthPixels: type: integer sheetId: type: integer spec: type: object properties: altText: type: string backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string basicChart: type: object properties: axis: type: array items: type: object properties: format: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean position: type: string title: type: string titleTextPosition: type: object properties: horizontalAlignment: type: string viewWindowOptions: type: object properties: viewWindowMax: type: number viewWindowMin: type: number viewWindowMode: type: string chartType: type: string compareMode: type: string domains: type: array items: type: object properties: domain: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer reversed: type: boolean headerCount: type: integer interpolateNulls: type: boolean legendPosition: type: string lineSmoothing: type: boolean series: type: array items: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataLabel: type: object properties: customLabelData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer placement: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean type: type: string lineStyle: type: object properties: type: type: string width: type: integer pointStyle: type: object properties: shape: type: string size: type: number series: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer styleOverrides: type: array items: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string index: type: integer pointStyle: type: object properties: shape: type: string size: type: number targetAxis: type: string type: type: string stackedType: type: string threeDimensional: type: boolean totalDataLabel: type: object properties: customLabelData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer placement: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean type: type: string bubbleChart: type: object properties: bubbleBorderColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number bubbleBorderColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string bubbleLabels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer bubbleMaxRadiusSize: type: integer bubbleMinRadiusSize: type: integer bubbleOpacity: type: number bubbleSizes: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer bubbleTextStyle: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean domain: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer groupIds: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer legendPosition: type: string series: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer candlestickChart: type: object properties: data: type: array items: type: object properties: closeSeries: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer highSeries: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer lowSeries: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer openSeries: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer domain: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer reversed: type: boolean dataSourceChartProperties: type: object properties: dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string filterSpecs: type: array items: type: object properties: columnIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string fontName: type: string hiddenDimensionStrategy: type: string histogramChart: type: object properties: bucketSize: type: number legendPosition: type: string outlierPercentile: type: number series: type: array items: type: object properties: barColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number barColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer showItemDividers: type: boolean maximized: type: boolean orgChart: type: object properties: labels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer nodeColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number nodeColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string nodeSize: type: string parentLabels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer selectedNodeColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number selectedNodeColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string tooltips: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer pieChart: type: object properties: domain: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer legendPosition: type: string pieHole: type: number series: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer threeDimensional: type: boolean scorecardChart: type: object properties: aggregateType: type: string baselineValueData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer baselineValueFormat: type: object properties: comparisonType: type: string description: type: string negativeColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number negativeColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string position: type: object properties: horizontalAlignment: type: string positiveColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number positiveColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean customFormatOptions: type: object properties: prefix: type: string suffix: type: string keyValueData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer keyValueFormat: type: object properties: position: type: object properties: horizontalAlignment: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean numberFormatSource: type: string scaleFactor: type: number sortSpecs: type: array items: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataSourceColumnReference: type: object properties: name: type: string dimensionIndex: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string sortOrder: type: string subtitle: type: string subtitleTextFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean subtitleTextPosition: type: object properties: horizontalAlignment: type: string title: type: string titleTextFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean titleTextPosition: type: object properties: horizontalAlignment: type: string treemapChart: type: object properties: colorData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer colorScale: type: object properties: maxValueColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number maxValueColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string midValueColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number midValueColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string minValueColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number minValueColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string noDataColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number noDataColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string headerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number headerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string hideTooltips: type: boolean hintedLevels: type: integer labels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer levels: type: integer maxValue: type: number minValue: type: number parentLabels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer sizeData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean waterfallChart: type: object properties: connectorLineStyle: type: object properties: type: type: string width: type: integer domain: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer reversed: type: boolean firstValueIsTotal: type: boolean hideConnectorLines: type: boolean series: type: array items: type: object properties: customSubtotals: type: array items: type: object properties: dataIsSubtotal: type: boolean label: type: string subtotalIndex: type: integer data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer dataLabel: type: object properties: customLabelData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer placement: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean type: type: string hideTrailingSubtotal: type: boolean negativeColumnsStyle: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string label: type: string positiveColumnsStyle: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string label: type: string subtotalColumnsStyle: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string label: type: string stackedType: type: string totalDataLabel: type: object properties: customLabelData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer placement: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean type: type: string columnGroups: type: array items: type: object properties: collapsed: type: boolean depth: type: integer range: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer conditionalFormats: type: array items: type: object properties: booleanRule: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string format: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string borders: type: object properties: bottom: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer left: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer right: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer top: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer horizontalAlignment: type: string hyperlinkDisplayType: type: string numberFormat: type: object properties: pattern: type: string type: type: string padding: type: object properties: bottom: type: integer left: type: integer right: type: integer top: type: integer textDirection: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean textRotation: type: object properties: angle: type: integer vertical: type: boolean verticalAlignment: type: string wrapStrategy: type: string gradientRule: type: object properties: maxpoint: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string type: type: string value: type: string midpoint: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string type: type: string value: type: string minpoint: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string type: type: string value: type: string ranges: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer data: type: array items: type: object properties: columnMetadata: type: array items: type: object properties: dataSourceColumnReference: type: object properties: name: type: string developerMetadata: type: array items: type: object properties: location: type: object properties: dimensionRange: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer locationType: type: string sheetId: type: integer spreadsheet: type: boolean metadataId: type: integer metadataKey: type: string metadataValue: type: string visibility: type: string hiddenByFilter: type: boolean hiddenByUser: type: boolean pixelSize: type: integer rowData: type: array items: type: object properties: values: type: array items: type: object properties: dataSourceFormula: type: object properties: dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string dataSourceTable: type: object properties: columnSelectionType: type: string columns: type: array items: type: object properties: name: type: string dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string filterSpecs: type: array items: type: object properties: columnIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string rowLimit: type: integer sortSpecs: type: array items: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataSourceColumnReference: type: object properties: name: type: string dimensionIndex: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string sortOrder: type: string dataValidation: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string inputMessage: type: string showCustomUi: type: boolean strict: type: boolean effectiveFormat: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string borders: type: object properties: bottom: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer left: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer right: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer top: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer horizontalAlignment: type: string hyperlinkDisplayType: type: string numberFormat: type: object properties: pattern: type: string type: type: string padding: type: object properties: bottom: type: integer left: type: integer right: type: integer top: type: integer textDirection: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean textRotation: type: object properties: angle: type: integer vertical: type: boolean verticalAlignment: type: string wrapStrategy: type: string effectiveValue: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string formattedValue: type: string hyperlink: type: string note: type: string pivotTable: type: object properties: columns: type: array items: type: object properties: dataSourceColumnReference: type: object properties: name: type: string groupLimit: type: object properties: applyOrder: type: integer countLimit: type: integer groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: end: type: number interval: type: number start: type: number manualRule: type: object properties: groups: type: array items: type: object properties: groupName: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string items: type: array items: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string label: type: string repeatHeadings: type: boolean showTotals: type: boolean sortOrder: type: string sourceColumnOffset: type: integer valueBucket: type: object properties: buckets: type: array items: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string valuesIndex: type: integer valueMetadata: type: array items: type: object properties: collapsed: type: boolean value: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string criteria: type: object properties: consequat_c15: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string visibleByDefault: type: boolean visibleValues: type: array items: type: string dolor_aa: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string visibleByDefault: type: boolean visibleValues: type: array items: type: string dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string filterSpecs: type: array items: type: object properties: columnOffsetIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string visibleByDefault: type: boolean visibleValues: type: array items: type: string rows: type: array items: type: object properties: dataSourceColumnReference: type: object properties: name: type: string groupLimit: type: object properties: applyOrder: type: integer countLimit: type: integer groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: end: type: number interval: type: number start: type: number manualRule: type: object properties: groups: type: array items: type: object properties: groupName: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string items: type: array items: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string label: type: string repeatHeadings: type: boolean showTotals: type: boolean sortOrder: type: string sourceColumnOffset: type: integer valueBucket: type: object properties: buckets: type: array items: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string valuesIndex: type: integer valueMetadata: type: array items: type: object properties: collapsed: type: boolean value: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string source: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer valueLayout: type: string values: type: array items: type: object properties: calculatedDisplayType: type: string dataSourceColumnReference: type: object properties: name: type: string formula: type: string name: type: string sourceColumnOffset: type: integer summarizeFunction: type: string textFormatRuns: type: array items: type: object properties: format: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean startIndex: type: integer userEnteredFormat: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string borders: type: object properties: bottom: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer left: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer right: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer top: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer horizontalAlignment: type: string hyperlinkDisplayType: type: string numberFormat: type: object properties: pattern: type: string type: type: string padding: type: object properties: bottom: type: integer left: type: integer right: type: integer top: type: integer textDirection: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean textRotation: type: object properties: angle: type: integer vertical: type: boolean verticalAlignment: type: string wrapStrategy: type: string userEnteredValue: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string rowMetadata: type: array items: type: object properties: dataSourceColumnReference: type: object properties: name: type: string developerMetadata: type: array items: type: object properties: location: type: object properties: dimensionRange: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer locationType: type: string sheetId: type: integer spreadsheet: type: boolean metadataId: type: integer metadataKey: type: string metadataValue: type: string visibility: type: string hiddenByFilter: type: boolean hiddenByUser: type: boolean pixelSize: type: integer startColumn: type: integer startRow: type: integer developerMetadata: type: array items: type: object properties: location: type: object properties: dimensionRange: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer locationType: type: string sheetId: type: integer spreadsheet: type: boolean metadataId: type: integer metadataKey: type: string metadataValue: type: string visibility: type: string filterViews: type: array items: type: object properties: criteria: type: object properties: laborum_5: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string quis_c0: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string filterSpecs: type: array items: type: object properties: columnIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string filterViewId: type: integer namedRangeId: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer sortSpecs: type: array items: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataSourceColumnReference: type: object properties: name: type: string dimensionIndex: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string sortOrder: type: string title: type: string merges: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer properties: type: object properties: dataSourceSheetProperties: type: object properties: columns: type: array items: type: object properties: formula: type: string reference: type: object properties: name: type: string dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string gridProperties: type: object properties: columnCount: type: integer columnGroupControlAfter: type: boolean frozenColumnCount: type: integer frozenRowCount: type: integer hideGridlines: type: boolean rowCount: type: integer rowGroupControlAfter: type: boolean hidden: type: boolean index: type: integer rightToLeft: type: boolean sheetId: type: integer sheetType: type: string tabColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number tabColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string title: type: string protectedRanges: type: array items: type: object properties: description: type: string editors: type: object properties: domainUsersCanEdit: type: boolean groups: type: array items: type: string users: type: array items: type: string namedRangeId: type: string protectedRangeId: type: integer range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer requestingUserCanEdit: type: boolean unprotectedRanges: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer warningOnly: type: boolean rowGroups: type: array items: type: object properties: collapsed: type: boolean depth: type: integer range: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer slicers: type: array items: type: object properties: position: type: object properties: newSheet: type: boolean overlayPosition: type: object properties: anchorCell: type: object properties: columnIndex: type: integer rowIndex: type: integer sheetId: type: integer heightPixels: type: integer offsetXPixels: type: integer offsetYPixels: type: integer widthPixels: type: integer sheetId: type: integer slicerId: type: integer spec: type: object properties: applyToPivotTables: type: boolean backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string columnIndex: type: integer dataRange: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string horizontalAlignment: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean title: type: string spreadsheetId: type: string spreadsheetUrl: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRight: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRight schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRightColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRightColorStyle' style: type: string width: type: integer SpreadsheetsPostResponse2PropertiesDefaultFormatBackgroundColorStyle: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBackgroundColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBackgroundColorStyleRgbColor' themeColor: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottomColorStyleRgbColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottomColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormat: description: SpreadsheetsPostResponse2PropertiesDefaultFormat schema type: object properties: backgroundColor: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBackgroundColor' backgroundColorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBackgroundColorStyle' borders: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBorders' horizontalAlignment: type: string hyperlinkDisplayType: type: string numberFormat: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatNumberFormat' padding: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatPadding' textDirection: type: string textFormat: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormat' textRotation: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatTextRotation' verticalAlignment: type: string wrapStrategy: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatLink: description: SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatLink schema type: object properties: uri: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottomColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottomColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeftColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersLeftColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsGetResponsePropertiesDefaultFormatBordersTopColorStyle: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersTopColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersTopColorStyleRgbColor' themeColor: type: string SpreadsheetsValuesGetResponse: description: SpreadsheetsValuesGetResponse schema type: object SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatLink: description: SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatLink schema type: object properties: uri: type: string GmailUsersDraftsGetResponseMessagePayloadBody: description: GmailUsersDraftsGetResponseMessagePayloadBody schema type: object properties: attachmentId: type: string size: type: integer data: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeftColorStyle: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeftColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeftColorStyleRgbColor' themeColor: type: string UsersSettingsSendAsGetResponse1: description: UsersSettingsSendAsGetResponse1 schema type: object properties: sendAs: type: array items: type: object properties: sendAsEmail: type: string displayName: type: string replyToAddress: type: string signature: type: string isPrimary: type: boolean isDefault: type: boolean treatAsAlias: type: boolean smtpMsa: type: object properties: host: type: string port: type: integer username: type: string password: type: string securityMode: type: string verificationStatus: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBackgroundColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBackgroundColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SettingsCseIdentitiesGetResponse1: description: SettingsCseIdentitiesGetResponse1 schema type: object properties: emailAddress: type: string primaryKeyPairId: type: string signAndEncryptKeyPairs: $ref: '#/components/schemas/SettingsCseIdentitiesGetResponse1SignAndEncryptKeyPairs' UsersSettingsFiltersGetResponse: description: UsersSettingsFiltersGetResponse schema type: object properties: id: type: string criteria: $ref: '#/components/schemas/UsersSettingsFiltersGetResponseCriteria' action: $ref: '#/components/schemas/UsersSettingsFiltersGetResponseAction' SpreadsheetsPostResponse2PropertiesDefaultFormatBackgroundColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBackgroundColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsGetResponsePropertiesDefaultFormatNumberFormat: description: SpreadsheetsGetResponsePropertiesDefaultFormatNumberFormat schema type: object properties: pattern: type: string type: type: string UsersSettingsImapGetResponse: description: UsersSettingsImapGetResponse schema type: object properties: enabled: type: boolean autoExpunge: type: boolean expungeBehavior: type: string maxFolderSize: type: integer SpreadsheetsGetResponsePropertiesSpreadsheetTheme: description: SpreadsheetsGetResponsePropertiesSpreadsheetTheme schema type: object properties: primaryFontFamily: type: string themeColors: type: array items: type: object properties: color: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string colorType: type: string SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatForegroundColorStyleRgbColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatForegroundColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormatPadding: description: SpreadsheetsPostResponse2PropertiesDefaultFormatPadding schema type: object properties: bottom: type: integer left: type: integer right: type: integer top: type: integer UsersSettingsVacationGetResponse: description: UsersSettingsVacationGetResponse schema type: object properties: enableAutoReply: type: boolean responseSubject: type: string responseBodyPlainText: type: string responseBodyHtml: type: string restrictToContacts: type: boolean restrictToDomain: type: boolean startTime: type: string endTime: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBordersRightColorStyleRgbColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersRightColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatForegroundColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatTextFormatForegroundColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsGetResponsePropertiesDefaultFormatBordersTop: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersTop schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersTopColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersTopColorStyle' style: type: string width: type: integer UsersSettingsDelegatesGetResponse: description: UsersSettingsDelegatesGetResponse schema type: object properties: delegateEmail: type: string verificationStatus: type: string SpreadsheetsDeveloperMetadataGetResponseLocation: description: SpreadsheetsDeveloperMetadataGetResponseLocation schema type: object properties: dimensionRange: $ref: '#/components/schemas/SpreadsheetsDeveloperMetadataGetResponseLocationDimensionRange' locationType: type: string sheetId: type: integer spreadsheet: type: boolean GmailUsersThreadsGetResponse: description: GmailUsersThreadsGetResponse schema type: object properties: id: type: string snippet: type: string historyId: type: string messages: type: array items: type: object properties: id: type: string threadId: type: string labelIds: type: array items: type: string snippet: type: string historyId: type: string internalDate: type: string payload: type: object properties: partId: type: string mimeType: type: string filename: type: string headers: type: array items: type: object properties: name: type: string value: type: string body: type: object properties: attachmentId: type: string size: type: integer data: type: string parts: type: array items: type: object properties: value: type: string sizeEstimate: type: integer raw: type: string UsersSettingsForwardingAddressesGetResponse: description: UsersSettingsForwardingAddressesGetResponse schema type: object properties: forwardingEmail: type: string verificationStatus: type: string SpreadsheetsDeveloperMetadataGetResponseLocationDimensionRange: description: SpreadsheetsDeveloperMetadataGetResponseLocationDimensionRange schema type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer GmailUsersMessagesGetResponse1: description: GmailUsersMessagesGetResponse1 schema type: object properties: id: type: string threadId: type: string labelIds: type: array items: type: string snippet: type: string historyId: type: string internalDate: type: string payload: $ref: '#/components/schemas/GmailUsersMessagesGetResponse1Payload' sizeEstimate: type: integer raw: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottom: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottom schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottomColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatBordersBottomColorStyle' style: type: string width: type: integer SpreadsheetsGetResponsePropertiesDefaultFormatBackgroundColorStyle: description: SpreadsheetsGetResponsePropertiesDefaultFormatBackgroundColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBackgroundColorStyleRgbColor' themeColor: type: string UsersSettingsSendAsGetResponseSmtpMsa: description: UsersSettingsSendAsGetResponseSmtpMsa schema type: object properties: host: type: string port: type: integer username: type: string password: type: string securityMode: type: string SpreadsheetsGetResponseProperties: description: SpreadsheetsGetResponseProperties schema type: object properties: autoRecalc: type: string defaultFormat: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormat' iterativeCalculationSettings: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesIterativeCalculationSettings' locale: type: string spreadsheetTheme: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesSpreadsheetTheme' timeZone: type: string title: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBordersRightColorStyle: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersRightColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsGetResponsePropertiesDefaultFormatBordersRightColorStyleRgbColor' themeColor: type: string SettingsCseIdentitiesGetResponse1SignAndEncryptKeyPairs: description: SettingsCseIdentitiesGetResponse1SignAndEncryptKeyPairs schema type: object properties: signingKeyPairId: type: string encryptionKeyPairId: type: string SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottomColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersBottomColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeftColorStyleRgbColor: description: SpreadsheetsGetResponsePropertiesDefaultFormatBordersLeftColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number UsersSettingsSendAsGetResponse: description: UsersSettingsSendAsGetResponse schema type: object properties: sendAsEmail: type: string displayName: type: string replyToAddress: type: string signature: type: string isPrimary: type: boolean isDefault: type: boolean treatAsAlias: type: boolean smtpMsa: $ref: '#/components/schemas/UsersSettingsSendAsGetResponseSmtpMsa' verificationStatus: type: string SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRightColorStyleRgbColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersRightColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTopColor: description: SpreadsheetsPostResponse2PropertiesDefaultFormatBordersTopColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsValuesbatchGetByDataFilterPostRequest: description: SpreadsheetsValuesbatchGetByDataFilterPostRequest schema type: object example: dataFilters: - a1Range: eiusmod anim enim culpa developerMetadataLookup: locationMatchingStrategy: INTERSECTING_LOCATION locationType: SPREADSHEET metadataId: -64798951 metadataKey: sint minim commodo metadataLocation: dimensionRange: dimension: ROWS endIndex: 34518543 sheetId: 68337575 startIndex: 91706381 locationType: ROW sheetId: -33783740 spreadsheet: true metadataValue: sunt visibility: DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED gridRange: endColumnIndex: -96821047 endRowIndex: -9277805 sheetId: 7522437 startColumnIndex: 85603635 startRowIndex: -31384652 - a1Range: sunt irure dolor developerMetadataLookup: locationMatchingStrategy: DEVELOPER_METADATA_LOCATION_MATCHING_STRATEGY_UNSPECIFIED locationType: SHEET metadataId: 26360577 metadataKey: in minim nulla aliquip laboris metadataLocation: dimensionRange: dimension: COLUMNS endIndex: -14426665 sheetId: 88787400 startIndex: -98846780 locationType: COLUMN sheetId: -14062757 spreadsheet: true metadataValue: proident au visibility: DOCUMENT gridRange: endColumnIndex: -11696202 endRowIndex: -87528654 sheetId: 32991035 startColumnIndex: -95148112 startRowIndex: -72465558 dateTimeRenderOption: FORMATTED_STRING majorDimension: DIMENSION_UNSPECIFIED valueRenderOption: FORMULA SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatForegroundColorStyle: description: SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatForegroundColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormatTextFormatForegroundColorStyleRgbColor' themeColor: type: string UsersSettingsFiltersGetResponseAction: description: UsersSettingsFiltersGetResponseAction schema type: object properties: addLabelIds: type: array items: type: string removeLabelIds: type: array items: type: string forward: type: string GmailUsersDraftsGetResponseMessagePayload: description: GmailUsersDraftsGetResponseMessagePayload schema type: object properties: partId: type: string mimeType: type: string filename: type: string headers: type: array items: type: object properties: name: type: string value: type: string body: $ref: '#/components/schemas/GmailUsersDraftsGetResponseMessagePayloadBody' parts: type: array items: type: object properties: value: type: string GmailUsersLabelsGetResponse1Color: description: GmailUsersLabelsGetResponse1Color schema type: object properties: textColor: type: string backgroundColor: type: string SpreadsheetsPostResponse2PropertiesSpreadsheetTheme: description: SpreadsheetsPostResponse2PropertiesSpreadsheetTheme schema type: object properties: primaryFontFamily: type: string themeColors: type: array items: type: object properties: color: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string colorType: type: string SpreadsheetsGetResponse: description: SpreadsheetsGetResponse schema type: object properties: dataSourceSchedules: type: array items: type: object properties: dailySchedule: type: object properties: startTime: type: object properties: hours: type: integer minutes: type: integer nanos: type: integer seconds: type: integer enabled: type: boolean monthlySchedule: type: object properties: daysOfMonth: type: array items: type: integer startTime: type: object properties: hours: type: integer minutes: type: integer nanos: type: integer seconds: type: integer nextRun: type: object properties: endTime: type: string startTime: type: string refreshScope: type: string weeklySchedule: type: object properties: daysOfWeek: type: array items: type: string startTime: type: object properties: hours: type: integer minutes: type: integer nanos: type: integer seconds: type: integer dataSources: type: array items: type: object properties: calculatedColumns: type: array items: type: object properties: formula: type: string reference: type: object properties: name: type: string dataSourceId: type: string sheetId: type: integer spec: type: object properties: bigQuery: type: object properties: projectId: type: string querySpec: type: object properties: rawQuery: type: string tableSpec: type: object properties: datasetId: type: string tableId: type: string tableProjectId: type: string parameters: type: array items: type: object properties: name: type: string namedRangeId: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer developerMetadata: type: array items: type: object properties: location: type: object properties: dimensionRange: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer locationType: type: string sheetId: type: integer spreadsheet: type: boolean metadataId: type: integer metadataKey: type: string metadataValue: type: string visibility: type: string namedRanges: type: array items: type: object properties: name: type: string namedRangeId: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer properties: $ref: '#/components/schemas/SpreadsheetsGetResponseProperties' sheets: type: array items: type: object properties: bandedRanges: type: array items: type: object properties: bandedRangeId: type: integer columnProperties: type: object properties: firstBandColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number firstBandColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string footerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number footerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string headerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number headerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string secondBandColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number secondBandColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer rowProperties: type: object properties: firstBandColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number firstBandColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string footerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number footerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string headerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number headerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string secondBandColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number secondBandColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string basicFilter: type: object properties: criteria: type: object properties: doloreb_: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string filterSpecs: type: array items: type: object properties: columnIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer sortSpecs: type: array items: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataSourceColumnReference: type: object properties: name: type: string dimensionIndex: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string sortOrder: type: string charts: type: array items: type: object properties: border: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string chartId: type: integer position: type: object properties: newSheet: type: boolean overlayPosition: type: object properties: anchorCell: type: object properties: columnIndex: type: integer rowIndex: type: integer sheetId: type: integer heightPixels: type: integer offsetXPixels: type: integer offsetYPixels: type: integer widthPixels: type: integer sheetId: type: integer spec: type: object properties: altText: type: string backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string basicChart: type: object properties: axis: type: array items: type: object properties: format: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean position: type: string title: type: string titleTextPosition: type: object properties: horizontalAlignment: type: string viewWindowOptions: type: object properties: viewWindowMax: type: number viewWindowMin: type: number viewWindowMode: type: string chartType: type: string compareMode: type: string domains: type: array items: type: object properties: domain: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer reversed: type: boolean headerCount: type: integer interpolateNulls: type: boolean legendPosition: type: string lineSmoothing: type: boolean series: type: array items: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataLabel: type: object properties: customLabelData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer placement: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean type: type: string lineStyle: type: object properties: type: type: string width: type: integer pointStyle: type: object properties: shape: type: string size: type: number series: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer styleOverrides: type: array items: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string index: type: integer pointStyle: type: object properties: shape: type: string size: type: number targetAxis: type: string type: type: string stackedType: type: string threeDimensional: type: boolean totalDataLabel: type: object properties: customLabelData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer placement: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean type: type: string bubbleChart: type: object properties: bubbleBorderColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number bubbleBorderColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string bubbleLabels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer bubbleMaxRadiusSize: type: integer bubbleMinRadiusSize: type: integer bubbleOpacity: type: number bubbleSizes: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer bubbleTextStyle: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean domain: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer groupIds: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer legendPosition: type: string series: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer candlestickChart: type: object properties: data: type: array items: type: object properties: closeSeries: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer highSeries: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer lowSeries: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer openSeries: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer domain: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer reversed: type: boolean dataSourceChartProperties: type: object properties: dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string filterSpecs: type: array items: type: object properties: columnIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string fontName: type: string hiddenDimensionStrategy: type: string histogramChart: type: object properties: bucketSize: type: number legendPosition: type: string outlierPercentile: type: number series: type: array items: type: object properties: barColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number barColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer showItemDividers: type: boolean maximized: type: boolean orgChart: type: object properties: labels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer nodeColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number nodeColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string nodeSize: type: string parentLabels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer selectedNodeColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number selectedNodeColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string tooltips: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer pieChart: type: object properties: domain: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer legendPosition: type: string pieHole: type: number series: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer threeDimensional: type: boolean scorecardChart: type: object properties: aggregateType: type: string baselineValueData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer baselineValueFormat: type: object properties: comparisonType: type: string description: type: string negativeColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number negativeColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string position: type: object properties: horizontalAlignment: type: string positiveColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number positiveColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean customFormatOptions: type: object properties: prefix: type: string suffix: type: string keyValueData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer keyValueFormat: type: object properties: position: type: object properties: horizontalAlignment: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean numberFormatSource: type: string scaleFactor: type: number sortSpecs: type: array items: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataSourceColumnReference: type: object properties: name: type: string dimensionIndex: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string sortOrder: type: string subtitle: type: string subtitleTextFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean subtitleTextPosition: type: object properties: horizontalAlignment: type: string title: type: string titleTextFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean titleTextPosition: type: object properties: horizontalAlignment: type: string treemapChart: type: object properties: colorData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer colorScale: type: object properties: maxValueColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number maxValueColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string midValueColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number midValueColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string minValueColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number minValueColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string noDataColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number noDataColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string headerColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number headerColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string hideTooltips: type: boolean hintedLevels: type: integer labels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer levels: type: integer maxValue: type: number minValue: type: number parentLabels: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer sizeData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean waterfallChart: type: object properties: connectorLineStyle: type: object properties: type: type: string width: type: integer domain: type: object properties: data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer reversed: type: boolean firstValueIsTotal: type: boolean hideConnectorLines: type: boolean series: type: array items: type: object properties: customSubtotals: type: array items: type: object properties: dataIsSubtotal: type: boolean label: type: string subtotalIndex: type: integer data: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer dataLabel: type: object properties: customLabelData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer placement: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean type: type: string hideTrailingSubtotal: type: boolean negativeColumnsStyle: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string label: type: string positiveColumnsStyle: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string label: type: string subtotalColumnsStyle: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string label: type: string stackedType: type: string totalDataLabel: type: object properties: customLabelData: type: object properties: aggregateType: type: string columnReference: type: object properties: name: type: string groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: intervalSize: type: number maxValue: type: number minValue: type: number sourceRange: type: object properties: sources: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer placement: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean type: type: string columnGroups: type: array items: type: object properties: collapsed: type: boolean depth: type: integer range: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer conditionalFormats: type: array items: type: object properties: booleanRule: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string format: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string borders: type: object properties: bottom: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer left: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer right: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer top: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer horizontalAlignment: type: string hyperlinkDisplayType: type: string numberFormat: type: object properties: pattern: type: string type: type: string padding: type: object properties: bottom: type: integer left: type: integer right: type: integer top: type: integer textDirection: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean textRotation: type: object properties: angle: type: integer vertical: type: boolean verticalAlignment: type: string wrapStrategy: type: string gradientRule: type: object properties: maxpoint: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string type: type: string value: type: string midpoint: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string type: type: string value: type: string minpoint: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string type: type: string value: type: string ranges: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer data: type: array items: type: object properties: columnMetadata: type: array items: type: object properties: dataSourceColumnReference: type: object properties: name: type: string developerMetadata: type: array items: type: object properties: location: type: object properties: dimensionRange: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer locationType: type: string sheetId: type: integer spreadsheet: type: boolean metadataId: type: integer metadataKey: type: string metadataValue: type: string visibility: type: string hiddenByFilter: type: boolean hiddenByUser: type: boolean pixelSize: type: integer rowData: type: array items: type: object properties: values: type: array items: type: object properties: dataSourceFormula: type: object properties: dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string dataSourceTable: type: object properties: columnSelectionType: type: string columns: type: array items: type: object properties: name: type: string dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string filterSpecs: type: array items: type: object properties: columnIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string rowLimit: type: integer sortSpecs: type: array items: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataSourceColumnReference: type: object properties: name: type: string dimensionIndex: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string sortOrder: type: string dataValidation: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string inputMessage: type: string showCustomUi: type: boolean strict: type: boolean effectiveFormat: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string borders: type: object properties: bottom: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer left: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer right: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer top: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer horizontalAlignment: type: string hyperlinkDisplayType: type: string numberFormat: type: object properties: pattern: type: string type: type: string padding: type: object properties: bottom: type: integer left: type: integer right: type: integer top: type: integer textDirection: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean textRotation: type: object properties: angle: type: integer vertical: type: boolean verticalAlignment: type: string wrapStrategy: type: string effectiveValue: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string formattedValue: type: string hyperlink: type: string note: type: string pivotTable: type: object properties: columns: type: array items: type: object properties: dataSourceColumnReference: type: object properties: name: type: string groupLimit: type: object properties: applyOrder: type: integer countLimit: type: integer groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: end: type: number interval: type: number start: type: number manualRule: type: object properties: groups: type: array items: type: object properties: groupName: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string items: type: array items: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string label: type: string repeatHeadings: type: boolean showTotals: type: boolean sortOrder: type: string sourceColumnOffset: type: integer valueBucket: type: object properties: buckets: type: array items: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string valuesIndex: type: integer valueMetadata: type: array items: type: object properties: collapsed: type: boolean value: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string criteria: type: object properties: consequat_c15: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string visibleByDefault: type: boolean visibleValues: type: array items: type: string dolor_aa: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string visibleByDefault: type: boolean visibleValues: type: array items: type: string dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string filterSpecs: type: array items: type: object properties: columnOffsetIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string visibleByDefault: type: boolean visibleValues: type: array items: type: string rows: type: array items: type: object properties: dataSourceColumnReference: type: object properties: name: type: string groupLimit: type: object properties: applyOrder: type: integer countLimit: type: integer groupRule: type: object properties: dateTimeRule: type: object properties: type: type: string histogramRule: type: object properties: end: type: number interval: type: number start: type: number manualRule: type: object properties: groups: type: array items: type: object properties: groupName: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string items: type: array items: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string label: type: string repeatHeadings: type: boolean showTotals: type: boolean sortOrder: type: string sourceColumnOffset: type: integer valueBucket: type: object properties: buckets: type: array items: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string valuesIndex: type: integer valueMetadata: type: array items: type: object properties: collapsed: type: boolean value: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string source: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer valueLayout: type: string values: type: array items: type: object properties: calculatedDisplayType: type: string dataSourceColumnReference: type: object properties: name: type: string formula: type: string name: type: string sourceColumnOffset: type: integer summarizeFunction: type: string textFormatRuns: type: array items: type: object properties: format: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean startIndex: type: integer userEnteredFormat: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string borders: type: object properties: bottom: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer left: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer right: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer top: type: object properties: color: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number colorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string style: type: string width: type: integer horizontalAlignment: type: string hyperlinkDisplayType: type: string numberFormat: type: object properties: pattern: type: string type: type: string padding: type: object properties: bottom: type: integer left: type: integer right: type: integer top: type: integer textDirection: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean textRotation: type: object properties: angle: type: integer vertical: type: boolean verticalAlignment: type: string wrapStrategy: type: string userEnteredValue: type: object properties: boolValue: type: boolean errorValue: type: object properties: message: type: string type: type: string formulaValue: type: string numberValue: type: number stringValue: type: string rowMetadata: type: array items: type: object properties: dataSourceColumnReference: type: object properties: name: type: string developerMetadata: type: array items: type: object properties: location: type: object properties: dimensionRange: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer locationType: type: string sheetId: type: integer spreadsheet: type: boolean metadataId: type: integer metadataKey: type: string metadataValue: type: string visibility: type: string hiddenByFilter: type: boolean hiddenByUser: type: boolean pixelSize: type: integer startColumn: type: integer startRow: type: integer developerMetadata: type: array items: type: object properties: location: type: object properties: dimensionRange: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer locationType: type: string sheetId: type: integer spreadsheet: type: boolean metadataId: type: integer metadataKey: type: string metadataValue: type: string visibility: type: string filterViews: type: array items: type: object properties: criteria: type: object properties: laborum_5: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string quis_c0: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string filterSpecs: type: array items: type: object properties: columnIndex: type: integer dataSourceColumnReference: type: object properties: name: type: string filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string filterViewId: type: integer namedRangeId: type: string range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer sortSpecs: type: array items: type: object properties: backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string dataSourceColumnReference: type: object properties: name: type: string dimensionIndex: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string sortOrder: type: string title: type: string merges: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer properties: type: object properties: dataSourceSheetProperties: type: object properties: columns: type: array items: type: object properties: formula: type: string reference: type: object properties: name: type: string dataExecutionStatus: type: object properties: errorCode: type: string errorMessage: type: string lastRefreshTime: type: string state: type: string dataSourceId: type: string gridProperties: type: object properties: columnCount: type: integer columnGroupControlAfter: type: boolean frozenColumnCount: type: integer frozenRowCount: type: integer hideGridlines: type: boolean rowCount: type: integer rowGroupControlAfter: type: boolean hidden: type: boolean index: type: integer rightToLeft: type: boolean sheetId: type: integer sheetType: type: string tabColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number tabColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string title: type: string protectedRanges: type: array items: type: object properties: description: type: string editors: type: object properties: domainUsersCanEdit: type: boolean groups: type: array items: type: string users: type: array items: type: string namedRangeId: type: string protectedRangeId: type: integer range: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer requestingUserCanEdit: type: boolean unprotectedRanges: type: array items: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer warningOnly: type: boolean rowGroups: type: array items: type: object properties: collapsed: type: boolean depth: type: integer range: type: object properties: dimension: type: string endIndex: type: integer sheetId: type: integer startIndex: type: integer slicers: type: array items: type: object properties: position: type: object properties: newSheet: type: boolean overlayPosition: type: object properties: anchorCell: type: object properties: columnIndex: type: integer rowIndex: type: integer sheetId: type: integer heightPixels: type: integer offsetXPixels: type: integer offsetYPixels: type: integer widthPixels: type: integer sheetId: type: integer slicerId: type: integer spec: type: object properties: applyToPivotTables: type: boolean backgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number backgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string columnIndex: type: integer dataRange: type: object properties: endColumnIndex: type: integer endRowIndex: type: integer sheetId: type: integer startColumnIndex: type: integer startRowIndex: type: integer filterCriteria: type: object properties: condition: type: object properties: type: type: string values: type: array items: type: object properties: relativeDate: type: string userEnteredValue: type: string hiddenValues: type: array items: type: string visibleBackgroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleBackgroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string visibleForegroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number visibleForegroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string horizontalAlignment: type: string textFormat: type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number foregroundColorStyle: type: object properties: rgbColor: type: object properties: alpha: type: number blue: type: number green: type: number red: type: number themeColor: type: string italic: type: boolean link: type: object properties: uri: type: string strikethrough: type: boolean underline: type: boolean title: type: string spreadsheetId: type: string spreadsheetUrl: type: string SpreadsheetsPostResponse2Properties: description: SpreadsheetsPostResponse2Properties schema type: object properties: autoRecalc: type: string defaultFormat: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesDefaultFormat' iterativeCalculationSettings: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesIterativeCalculationSettings' locale: type: string spreadsheetTheme: $ref: '#/components/schemas/SpreadsheetsPostResponse2PropertiesSpreadsheetTheme' timeZone: type: string title: type: string examples: SpreadsheetsDeveloperMetadataGetResponseExample: summary: Successful 200 response value: location: dimensionRange: dimension: ROWS endIndex: -94618933 sheetId: 54017992 startIndex: -52191558 locationType: SHEET sheetId: 33310290 spreadsheet: false metadataId: -42137085 metadataKey: proident ex metadataValue: Lorem magna minim sunt visibility: DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED SpreadsheetsValuesbatchGetByDataFilterPostResponseExample: summary: Successful 200 response value: id: example-id name: Example Name UsersMessagesAttachmentsGetResponseExample: summary: Successful 200 response value: attachmentId: pariatur velit id sint dolore size: -61751759 data: laboris eiusmod UsersSettingsSendAsGetResponse1Example: summary: Successful 200 response value: sendAs: - sendAsEmail: exercitation displayName: proident Duis replyToAddress: deserunt do ut id signature: tempor irure dolore qui dol isPrimary: false isDefault: true treatAsAlias: true smtpMsa: host: irure sit non port: -14344492 username: ipsum ad non password: proident sunt eiusmod Lorem securityMode: starttls verificationStatus: accepted - sendAsEmail: commodo et exercitatio displayName: pariatur Ut sit deserunt quis replyToAddress: in consectetur qui aliqua signature: velit fug isPrimary: false isDefault: false treatAsAlias: false smtpMsa: host: occaecat laborum magna aute port: 42884741 username: voluptate sit adipisicing password: incididunt ullamco securityMode: ssl verificationStatus: verificationStatusUnspecified SettingsCseKeypairsGetResponseExample: summary: Successful 200 response value: keyPairId: Lorem eiusmod pkcs7: ex incididunt pem: irure quis subjectEmailAddresses: - Excepteur Ut commodo aliquip - eu Lorem nulla enablementState: disabled disableTime: cill privateKeyMetadata: - privateKeyMetadataId: proident fugiat eu dolore kaclsKeyMetadata: kaclsUri: voluptate ipsum ad kaclsData: Duis laborum aute hardwareKeyMetadata: description: mollit la - privateKeyMetadataId: nulla ullamco kaclsKeyMetadata: kaclsUri: minim in kaclsData: sint eiusmod hardwareKeyMetadata: description: ut UsersSettingsAutoForwardingGetResponseExample: summary: Successful 200 response value: enabled: false emailAddress: officia ullamco Ut laboris eu disposition: trash UsersSettingsForwardingAddressesGetResponseExample: summary: Successful 200 response value: forwardingEmail: ad tempor dolor verificationStatus: pending UsersSettingsLanguageGetResponseExample: summary: Successful 200 response value: displayLanguage: occaecat adipisicing GmailUsersMessagesGetResponse1Example: summary: Successful 200 response value: id: eu incididunt laborum irure threadId: magna Ut officia labelIds: - mollit amet dolore cupidatat - cupidatat deserunt mollit snippet: ut dolor historyId: nisi tempor do internalDate: cupidatat officia anim payload: partId: dolore velit incididunt est a mimeType: sit dolor mollit filename: ea commodo dolor nisi headers: - name: quis id velit laborum value: et voluptate dolor ea - name: sit nostrud value: deserunt fugiat ex body: attachmentId: id nulla consequat size: -93837667 data: ad in occaecat parts: - value: '' - value: '' sizeEstimate: 21128811 raw: do laboris GmailUsersDraftsGetResponseExample: summary: Successful 200 response value: id: elit Lorem message: id: elit threadId: enim ut ut fugiat labelIds: - incididunt et non cupidatat - laboris deserunt do nostrud snippet: nostrud in historyId: ullamco internalDate: dolor ullamco elit fugiat payload: partId: consequat ipsum qui mimeType: enim quis dolor aliqua veniam filename: laboris ad headers: - name: labore aute nisi value: reprehenderit esse ex elit - name: sed value: anim ut veniam elit body: attachmentId: irure size: -58003592 data: officia laboris parts: - value: '' - value: '' sizeEstimate: -74092231 raw: in enim sit pariatur UsersSettingsVacationGetResponseExample: summary: Successful 200 response value: enableAutoReply: false responseSubject: ei responseBodyPlainText: veniam reprehe responseBodyHtml: id restrictToContacts: false restrictToDomain: true startTime: est mollit endTime: enim in aliqua Ut commodo SettingsCseIdentitiesGetResponse1Example: summary: Successful 200 response value: emailAddress: aliquip quis id primaryKeyPairId: in exercitation esse signAndEncryptKeyPairs: signingKeyPairId: est deserunt encryptionKeyPairId: elit nulla esse ut SpreadsheetsGetResponseExample: summary: Successful 200 response value: dataSourceSchedules: - dailySchedule: startTime: hours: -43266123 minutes: -65732454 nanos: -97450442 seconds: -41631562 enabled: false monthlySchedule: daysOfMonth: - 57977061 startTime: hours: 3999156 minutes: 89598075 nanos: -62818558 seconds: -7104959 nextRun: endTime: ut tempor laborum startTime: veniam do nisi in refreshScope: DATA_SOURCE_REFRESH_SCOPE_UNSPECIFIED weeklySchedule: daysOfWeek: - SUNDAY startTime: hours: -98244095 minutes: -4153534 nanos: -31897594 seconds: 83370707 dataSources: - calculatedColumns: - formula: nisi sunt reference: name: qui reprehenderit dataSourceId: sed dolore incididunt sheetId: -56661553 spec: bigQuery: projectId: aliqua velit querySpec: rawQuery: deserunt tableSpec: datasetId: culpa magna aliquip Duis tableId: occaecat deserunt tableProjectId: officia Duis ex in labore parameters: - name: Ut ad ipsum namedRangeId: magna range: endColumnIndex: 31885169 endRowIndex: -4040036 sheetId: -19707509 startColumnIndex: 5926358 startRowIndex: -24382075 developerMetadata: - location: dimensionRange: dimension: DIMENSION_UNSPECIFIED endIndex: 83564351 sheetId: 20161961 startIndex: -12299871 locationType: SHEET sheetId: 19412940 spreadsheet: true metadataId: -26483526 metadataKey: ad consectetur nulla metadataValue: cillum proident qui occaecat visibility: DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED namedRanges: - name: reprehenderit sed est aliquip Ut namedRangeId: amet dolore range: endColumnIndex: -29487355 endRowIndex: 28833316 sheetId: 2554752 startColumnIndex: 75795510 startRowIndex: -72526094 properties: autoRecalc: ON_CHANGE defaultFormat: backgroundColor: alpha: -22421824.691030562 blue: 90013088.65213957 green: 24974090.92647165 red: 88011821.65105522 backgroundColorStyle: rgbColor: alpha: 51433993.220397204 blue: -34599856.361609936 green: 23834312.320355803 red: 97183505.05098599 themeColor: LINK borders: bottom: color: alpha: -46461682.392919324 blue: -39600858.47643326 green: -12885677.880025923 red: 20395982.76429157 colorStyle: rgbColor: alpha: -67713553.05349366 blue: 3075128.750359297 green: 89745091.64237362 red: 65057007.37397438 themeColor: ACCENT6 style: DOUBLE width: -83132355 left: color: alpha: 7529742.843985558 blue: 11523153.264217004 green: -83789517.69852239 red: -52273453.1840499 colorStyle: rgbColor: alpha: 23413126.31362365 blue: -89783978.4406965 green: 7478744.238987163 red: 91268984.47651386 themeColor: ACCENT4 style: SOLID_THICK width: 9587363 right: color: alpha: -68478561.90889128 blue: 86635613.318176 green: -4182434.2241241187 red: -37761525.154127404 colorStyle: rgbColor: alpha: 7564148.4709581435 blue: 46817587.00993326 green: 94604103.88139793 red: -39300118.4906812 themeColor: ACCENT4 style: STYLE_UNSPECIFIED width: -68379222 top: color: alpha: -35207179.004029274 blue: 75124743.01189193 green: -79174603.1645633 red: 69525380.65581709 colorStyle: rgbColor: alpha: 13971651.645456567 blue: 79134644.33448789 green: -8214105.3416944295 red: -55694700.72815168 themeColor: ACCENT6 style: DASHED width: -47592569 horizontalAlignment: HORIZONTAL_ALIGN_UNSPECIFIED hyperlinkDisplayType: HYPERLINK_DISPLAY_TYPE_UNSPECIFIED numberFormat: pattern: mollit magna ea type: TEXT padding: bottom: 3638265 left: -10421780 right: 70673792 top: 74778750 textDirection: TEXT_DIRECTION_UNSPECIFIED textFormat: bold: false fontFamily: reprehenderit cupidatat veniam Lorem do fontSize: -28113564 foregroundColor: alpha: 22027996.78423269 blue: -28716622.048885256 green: -19625308.709902182 red: -94408017.34685133 foregroundColorStyle: rgbColor: alpha: 71419372.2264759 blue: -82168243.51208629 green: -14187866.496848583 red: -65181659.34325215 themeColor: ACCENT6 italic: true link: uri: ullamco elit strikethrough: true underline: false textRotation: angle: -56348588 vertical: true verticalAlignment: VERTICAL_ALIGN_UNSPECIFIED wrapStrategy: WRAP iterativeCalculationSettings: convergenceThreshold: -28283351.56397684 maxIterations: -12335234 locale: exercitation cillum spreadsheetTheme: primaryFontFamily: ut themeColors: - color: rgbColor: alpha: -31710249.01160507 blue: 26026986.419538647 green: -43409395.90685053 red: 92736615.8684296 themeColor: THEME_COLOR_TYPE_UNSPECIFIED colorType: ACCENT5 timeZone: dolore laborum title: pariatur consectetur enim sheets: - bandedRanges: - bandedRangeId: 43139549 columnProperties: firstBandColor: alpha: -4656388.077727273 blue: -96613087.81631872 green: 4264693.804137036 red: 15111703.323823318 firstBandColorStyle: rgbColor: alpha: 99618076.90212369 blue: -49006881.50795429 green: 40319994.66356942 red: 65200542.683243126 themeColor: ACCENT6 footerColor: alpha: -33490013.551426753 blue: 32916340.128778905 green: 45262863.20501071 red: 19556816.571504414 footerColorStyle: rgbColor: alpha: -12068084.107148275 blue: -67832617.26921017 green: 22561836.25395614 red: -12142418.295326784 themeColor: LINK headerColor: alpha: -92687886.79756828 blue: -43280044.32060295 green: -23303373.12507233 red: -780389.2770115584 headerColorStyle: rgbColor: alpha: 8336086.317506105 blue: -49729232.317501724 green: -93612445.38047923 red: 31375535.857318223 themeColor: LINK secondBandColor: alpha: 99568934.50178161 blue: -91350629.81953612 green: -92964471.4278552 red: 37608193.63273704 secondBandColorStyle: rgbColor: alpha: 8970943.769093469 blue: -88201063.90158297 green: -13429353.495263636 red: 53969915.37868002 themeColor: ACCENT5 range: endColumnIndex: 87619727 endRowIndex: 20345160 sheetId: -65789249 startColumnIndex: -45948999 startRowIndex: -91737266 rowProperties: firstBandColor: alpha: 72010730.72591546 blue: 36846314.31772801 green: -96974888.03108025 red: 15421378.969790965 firstBandColorStyle: rgbColor: alpha: -22875637.799782306 blue: -73894833.409663 green: 91215030.05576509 red: -50423962.36714643 themeColor: ACCENT5 footerColor: alpha: 29168021.166943878 blue: -73831066.69786125 green: -89420542.5069429 red: 62593032.88934922 footerColorStyle: rgbColor: alpha: 43818785.12623486 blue: -45213359.909048915 green: 82881046.86449617 red: 72695904.25279978 themeColor: THEME_COLOR_TYPE_UNSPECIFIED headerColor: alpha: -60297724.716774106 blue: -89358737.19895242 green: 9563382.870461494 red: -7656815.10466139 headerColorStyle: rgbColor: alpha: -2842718.0475878417 blue: -2902275.1736353934 green: 9050794.865266055 red: -56674654.576242566 themeColor: ACCENT1 secondBandColor: alpha: -58009568.66879341 blue: 58834392.95665088 green: 55256317.50557256 red: 75550157.79389471 secondBandColorStyle: rgbColor: alpha: -30634601.267103404 blue: 55532206.36613929 green: -36562285.06917545 red: 13711659.906762823 themeColor: THEME_COLOR_TYPE_UNSPECIFIED basicFilter: criteria: doloreb_: condition: type: DATE_ON_OR_BEFORE values: - relativeDate: YESTERDAY userEnteredValue: id minim nisi elit hiddenValues: - ullamco nisi Excepteur anim visibleBackgroundColor: alpha: -81353007.03492567 blue: -38141297.090509996 green: 69154203.18882197 red: 36035439.413398474 visibleBackgroundColorStyle: rgbColor: alpha: 91173489.24772286 blue: -89346769.05947395 green: -19404805.972366154 red: -80230975.30043045 themeColor: ACCENT1 visibleForegroundColor: alpha: 57217398.74284211 blue: 74154308.04036638 green: 73016659.72982222 red: -22213180.456824318 visibleForegroundColorStyle: rgbColor: alpha: -43145436.167499796 blue: 74653537.38607502 green: 3025279.31792067 red: 79218590.71985793 themeColor: BACKGROUND filterSpecs: - columnIndex: 78389632 dataSourceColumnReference: name: in incididunt fugiat nostrud pariatur filterCriteria: condition: type: DATE_NOT_EQ values: - relativeDate: YESTERDAY userEnteredValue: laborum consectetur sit minim hiddenValues: - nulla pariatur qui ipsum visibleBackgroundColor: alpha: -91665830.15722671 blue: -99904560.26291601 green: 65347039.68829051 red: 63151914.08808029 visibleBackgroundColorStyle: rgbColor: alpha: 499116.31694211066 blue: 68604299.30482864 green: 98759492.96351925 red: 14867204.90616484 themeColor: BACKGROUND visibleForegroundColor: alpha: 50134573.64080387 blue: -87982539.28045554 green: -54603731.334672555 red: -64824031.22209801 visibleForegroundColorStyle: rgbColor: alpha: -73656646.24134824 blue: 2700641.501126051 green: 33008212.7396079 red: 16719230.552707165 themeColor: ACCENT4 range: endColumnIndex: -43877930 endRowIndex: -8809700 sheetId: 64318214 startColumnIndex: -7032303 startRowIndex: 39815904 sortSpecs: - backgroundColor: alpha: -28651638.96061036 blue: 45673855.84156752 green: 86189187.70006451 red: -74364203.78529602 backgroundColorStyle: rgbColor: alpha: -3168584.4773793966 blue: -56626033.75210678 green: 72484110.2359632 red: 692312.8745354861 themeColor: ACCENT1 dataSourceColumnReference: name: veniam sunt velit culpa dolor dimensionIndex: 11289450 foregroundColor: alpha: 96699958.53379482 blue: 76576567.97638994 green: -97320362.404836 red: -16790174.071512222 foregroundColorStyle: rgbColor: alpha: 67120313.76985142 blue: -79175402.66751315 green: 40644773.578526884 red: 84483907.11570269 themeColor: TEXT sortOrder: DESCENDING charts: - border: color: alpha: -6806672.500234127 blue: -59007826.50270249 green: 10160147.46663165 red: -20321148.950214908 colorStyle: rgbColor: alpha: 91689568.81668949 blue: 2961191.4176778793 green: 35578319.610948086 red: -5716472.749471709 themeColor: ACCENT4 chartId: -32308995 position: newSheet: true overlayPosition: anchorCell: columnIndex: -17264157 rowIndex: 17971192 sheetId: -70644812 heightPixels: 68423649 offsetXPixels: -94619858 offsetYPixels: -40214573 widthPixels: 77699500 sheetId: 63263059 spec: altText: deserunt proident nisi velit backgroundColor: alpha: -74849362.71468747 blue: -33495356.529037237 green: -62285800.332203634 red: -71890137.92690893 backgroundColorStyle: rgbColor: alpha: -79372460.55857861 blue: -95212341.51298112 green: 89931702.92362115 red: -20165241.53386876 themeColor: THEME_COLOR_TYPE_UNSPECIFIED basicChart: axis: - format: bold: false fontFamily: minim ea deserunt sed fontSize: 97507116 foregroundColor: alpha: -38999236.44546352 blue: 40553042.374115616 green: -77531909.59799339 red: 79603930.29403087 foregroundColorStyle: rgbColor: alpha: 32307950.109844625 blue: -67183178.37236509 green: -71081574.55853146 red: 98483083.22794133 themeColor: ACCENT2 italic: false link: uri: quis veniam dolor voluptate strikethrough: false underline: true position: BOTTOM_AXIS title: cupidatat esse nisi adipisicing titleTextPosition: horizontalAlignment: RIGHT viewWindowOptions: viewWindowMax: 72069702.17549679 viewWindowMin: -22257002.843773097 viewWindowMode: PRETTY chartType: STEPPED_AREA compareMode: DATUM domains: - domain: aggregateType: SUM columnReference: name: consectetur deserunt mollit groupRule: dateTimeRule: type: YEAR_MONTH histogramRule: intervalSize: -18521355.740935206 maxValue: 90158102.40211827 minValue: 87397122.90272304 sourceRange: sources: - endColumnIndex: -22668278 endRowIndex: 36123013 sheetId: 11952739 startColumnIndex: -32135218 startRowIndex: 66789128 reversed: true headerCount: 97182168 interpolateNulls: true legendPosition: BOTTOM_LEGEND lineSmoothing: true series: - color: alpha: 55722752.437729895 blue: 64477580.13592622 green: 71676688.93817422 red: -38156417.06576298 colorStyle: rgbColor: alpha: 28247526.09445946 blue: 69221968.87022421 green: 61917915.17307904 red: -17721228.542360783 themeColor: BACKGROUND dataLabel: customLabelData: aggregateType: MEDIAN columnReference: name: occaecat consequat quis groupRule: dateTimeRule: type: DAY_OF_WEEK histogramRule: intervalSize: -3857463.495657593 maxValue: -42586732.40078985 minValue: 37051651.2186895 sourceRange: sources: - endColumnIndex: -49248867 endRowIndex: -10371941 sheetId: 401546 startColumnIndex: -58085589 startRowIndex: -90982621 placement: BELOW textFormat: bold: false fontFamily: exercita fontSize: 81004203 foregroundColor: alpha: 41517003.63395324 blue: -70330186.86511676 green: -40534404.20106273 red: -31969992.615171924 foregroundColorStyle: rgbColor: alpha: 17775650.16171652 blue: -13772557.713170916 green: 27090283.845191807 red: -90047236.70280597 themeColor: ACCENT5 italic: false link: uri: in incididunt strikethrough: true underline: false type: NONE lineStyle: type: SOLID width: -84876836 pointStyle: shape: DIAMOND size: 64452898.462776005 series: aggregateType: SUM columnReference: name: magna groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: -70261025.00131163 maxValue: -30011278.55406885 minValue: 81851518.34003606 sourceRange: sources: - endColumnIndex: 44015002 endRowIndex: -98733261 sheetId: -35067209 startColumnIndex: 86137084 startRowIndex: 3077548 styleOverrides: - color: alpha: -69183513.89384103 blue: 19485706.81396036 green: 65328186.50077203 red: 12493290.07813476 colorStyle: rgbColor: alpha: -64008295.12294073 blue: -94462392.22749741 green: 88044885.24860078 red: -8836624.99906604 themeColor: ACCENT4 index: 7171408 pointStyle: shape: STAR size: -3552381.8585395366 targetAxis: BOTTOM_AXIS type: BASIC_CHART_TYPE_UNSPECIFIED stackedType: STACKED threeDimensional: true totalDataLabel: customLabelData: aggregateType: AVERAGE columnReference: name: elit ut Duis dolor groupRule: dateTimeRule: type: YEAR histogramRule: intervalSize: -5661235.146948233 maxValue: 77926629.53448138 minValue: 95577122.05968186 sourceRange: sources: - endColumnIndex: -76126877 endRowIndex: 42365670 sheetId: -76812357 startColumnIndex: 10226550 startRowIndex: 78881618 placement: RIGHT textFormat: bold: true fontFamily: et quis fontSize: 98579648 foregroundColor: alpha: 61002974.30631539 blue: 80971733.87236923 green: 68549056.98709989 red: 15343737.815225646 foregroundColorStyle: rgbColor: alpha: -91715833.91394736 blue: -56802867.72936918 green: -87612035.17797464 red: -94011753.84827228 themeColor: ACCENT5 italic: true link: uri: nulla id strikethrough: false underline: false type: CUSTOM bubbleChart: bubbleBorderColor: alpha: -84379523.96780863 blue: -22016451.819793478 green: 75200774.78312755 red: -91103521.06502111 bubbleBorderColorStyle: rgbColor: alpha: 42567298.29471606 blue: 53253070.63489702 green: 83815850.61622888 red: 53174334.26933822 themeColor: ACCENT4 bubbleLabels: aggregateType: SUM columnReference: name: commodo laboris consequat occaecat groupRule: dateTimeRule: type: YEAR_QUARTER histogramRule: intervalSize: -47029901.33041931 maxValue: -59720934.285820305 minValue: 72796472.10031083 sourceRange: sources: - endColumnIndex: -55006695 endRowIndex: -93033674 sheetId: 76677429 startColumnIndex: 23516908 startRowIndex: 36856856 bubbleMaxRadiusSize: 41144622 bubbleMinRadiusSize: -10010743 bubbleOpacity: 27400130.72438918 bubbleSizes: aggregateType: SUM columnReference: name: fugiat Except groupRule: dateTimeRule: type: DAY_OF_MONTH histogramRule: intervalSize: 8578270.545850858 maxValue: 64391065.68835834 minValue: -39435110.542253636 sourceRange: sources: - endColumnIndex: 62598857 endRowIndex: -72355329 sheetId: -45696083 startColumnIndex: 94622500 startRowIndex: 92634679 bubbleTextStyle: bold: true fontFamily: nulla commodo dolor fontSize: -5686162 foregroundColor: alpha: -794699.0987645686 blue: -54637342.35554334 green: -36289015.903600894 red: 97876618.28661105 foregroundColorStyle: rgbColor: alpha: 92888781.71785215 blue: 39613389.316816896 green: 52472776.62823087 red: -34529769.67181028 themeColor: LINK italic: true link: uri: nisi eu aliquip strikethrough: false underline: false domain: aggregateType: SUM columnReference: name: tempor cillum qui in groupRule: dateTimeRule: type: DAY_MONTH histogramRule: intervalSize: -80130275.36145376 maxValue: -94810329.47692616 minValue: 9830111.758620098 sourceRange: sources: - endColumnIndex: 25769079 endRowIndex: 48682569 sheetId: 30218238 startColumnIndex: -91964628 startRowIndex: 42746181 groupIds: aggregateType: AVERAGE columnReference: name: est anim do voluptate groupRule: dateTimeRule: type: DAY_OF_YEAR histogramRule: intervalSize: 26899146.655878693 maxValue: -98921533.26900548 minValue: -47194232.78588408 sourceRange: sources: - endColumnIndex: 21684096 endRowIndex: 25205083 sheetId: -44306216 startColumnIndex: 97302956 startRowIndex: 14760080 legendPosition: RIGHT_LEGEND series: aggregateType: SUM columnReference: name: labore laboris in culpa groupRule: dateTimeRule: type: SECOND histogramRule: intervalSize: -75300936.9657991 maxValue: -30478658.85255146 minValue: 13559461.281764477 sourceRange: sources: - endColumnIndex: 6043259 endRowIndex: 93573702 sheetId: -97142515 startColumnIndex: 49623823 startRowIndex: 76944482 candlestickChart: data: - closeSeries: data: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: qui id groupRule: dateTimeRule: type: DAY_OF_MONTH histogramRule: intervalSize: 41125538.61625695 maxValue: 97994679.49475247 minValue: 23618954.14523758 sourceRange: sources: - endColumnIndex: 60932056 endRowIndex: 55451137 sheetId: 23662228 startColumnIndex: -89409748 startRowIndex: -88671225 highSeries: data: aggregateType: SUM columnReference: name: incididunt groupRule: dateTimeRule: type: DAY_OF_YEAR histogramRule: intervalSize: -91812004.1593093 maxValue: 16850134.692005485 minValue: 66295928.31552905 sourceRange: sources: - endColumnIndex: 52635003 endRowIndex: 98820817 sheetId: -80483510 startColumnIndex: 43736501 startRowIndex: 47086604 lowSeries: data: aggregateType: MIN columnReference: name: velit sed cupidatat groupRule: dateTimeRule: type: YEAR_MONTH_DAY histogramRule: intervalSize: 66473933.83846918 maxValue: 47613686.91368076 minValue: -28069209.676522672 sourceRange: sources: - endColumnIndex: 21335855 endRowIndex: 11458701 sheetId: 95775715 startColumnIndex: 56326513 startRowIndex: 57674274 openSeries: data: aggregateType: AVERAGE columnReference: name: nostrud amet tempor dolor groupRule: dateTimeRule: type: DAY_OF_WEEK histogramRule: intervalSize: -37794263.73271777 maxValue: -4646182.705438033 minValue: -65935054.51988828 sourceRange: sources: - endColumnIndex: 54606199 endRowIndex: -76961833 sheetId: -69341559 startColumnIndex: 49818022 startRowIndex: -46883787 domain: data: aggregateType: COUNT columnReference: name: Ut cupidatat Duis groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: 6946669.7408254 maxValue: 83943171.96904132 minValue: 93424064.16476154 sourceRange: sources: - endColumnIndex: 43409596 endRowIndex: 25613295 sheetId: 24793983 startColumnIndex: -86096266 startRowIndex: 27520739 reversed: true dataSourceChartProperties: dataExecutionStatus: errorCode: DATA_EXECUTION_ERROR_CODE_UNSPECIFIED errorMessage: aliquip consectetur anim lastRefreshTime: al state: RUNNING dataSourceId: eiusmod ut consequat filterSpecs: - columnIndex: 90546677 dataSourceColumnReference: name: aute dolor laboris filterCriteria: condition: type: NUMBER_GREATER values: - relativeDate: RELATIVE_DATE_UNSPECIFIED userEnteredValue: ea c hiddenValues: - Duis proident do et visibleBackgroundColor: alpha: -36283526.30272102 blue: -1345286.881266445 green: -12026794.19154644 red: -15180752.626320705 visibleBackgroundColorStyle: rgbColor: alpha: 45116185.141209155 blue: 45489662.91515803 green: 54509241.505173504 red: -687712.9555583447 themeColor: ACCENT3 visibleForegroundColor: alpha: -28565684.45552306 blue: 81054396.77549508 green: 80240546.97687149 red: 34993376.16041127 visibleForegroundColorStyle: rgbColor: alpha: -66222367.96892498 blue: 48585075.55200243 green: -5020969.710157797 red: -46324783.9773818 themeColor: LINK fontName: do hiddenDimensionStrategy: CHART_HIDDEN_DIMENSION_STRATEGY_UNSPECIFIED histogramChart: bucketSize: -84607370.87032846 legendPosition: RIGHT_LEGEND outlierPercentile: -55914163.013332054 series: - barColor: alpha: 55040259.75877115 blue: 69737257.65370405 green: 35399131.94407421 red: 58901591.43528417 barColorStyle: rgbColor: alpha: -42943196.55535497 blue: 67372783.7021254 green: 27349397.156058505 red: -94587978.25310077 themeColor: ACCENT5 data: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: consectetur amet groupRule: dateTimeRule: type: YEAR_MONTH histogramRule: intervalSize: -30788024.641912863 maxValue: -24732732.354569674 minValue: 4681068.022945747 sourceRange: sources: - endColumnIndex: 6881824 endRowIndex: 59193013 sheetId: -78991757 startColumnIndex: -56953158 startRowIndex: -24851839 showItemDividers: true maximized: false orgChart: labels: aggregateType: MEDIAN columnReference: name: dolore sunt groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: 87979300.06759924 maxValue: -69738481.45343556 minValue: -55802864.81927726 sourceRange: sources: - endColumnIndex: 29992841 endRowIndex: -43142118 sheetId: -28375698 startColumnIndex: -72923293 startRowIndex: -33095858 nodeColor: alpha: 63129191.538889855 blue: -35920096.32508599 green: 84152512.73405561 red: -11451214.36287035 nodeColorStyle: rgbColor: alpha: -97554231.51759884 blue: -29398256.39035356 green: 97755801.09825203 red: 34052276.84180114 themeColor: ACCENT3 nodeSize: LARGE parentLabels: aggregateType: MEDIAN columnReference: name: enim est nostrud groupRule: dateTimeRule: type: QUARTER histogramRule: intervalSize: 88870422.46986204 maxValue: 71468798.485621 minValue: -57852079.24046984 sourceRange: sources: - endColumnIndex: 17055627 endRowIndex: -57134547 sheetId: 57015075 startColumnIndex: 99690712 startRowIndex: -33788216 selectedNodeColor: alpha: -29455482.56013368 blue: -22382852.613567516 green: 8850774.5190427 red: 61466971.9064942 selectedNodeColorStyle: rgbColor: alpha: -75343847.9287142 blue: -8954102.548794523 green: -34938585.086757176 red: -19011933.398021072 themeColor: ACCENT3 tooltips: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: officia proident et Ut groupRule: dateTimeRule: type: QUARTER histogramRule: intervalSize: -94682800.43479304 maxValue: 46663800.77882236 minValue: -46526138.67756505 sourceRange: sources: - endColumnIndex: 48665731 endRowIndex: 65106729 sheetId: -86829639 startColumnIndex: -26806983 startRowIndex: -14573074 pieChart: domain: aggregateType: MAX columnReference: name: amet sunt ut groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: 67702553.569311 maxValue: -91163548.4262694 minValue: 33648414.01718235 sourceRange: sources: - endColumnIndex: 51976057 endRowIndex: 19254915 sheetId: 97191751 startColumnIndex: -18454783 startRowIndex: 33933093 legendPosition: TOP_LEGEND pieHole: -30263554.3671816 series: aggregateType: MIN columnReference: name: 'Excepteur minim ' groupRule: dateTimeRule: type: DAY_OF_MONTH histogramRule: intervalSize: -50713394.28357296 maxValue: -39606797.85202501 minValue: -11707961.734067008 sourceRange: sources: - endColumnIndex: -35582263 endRowIndex: -6114928 sheetId: 32942167 startColumnIndex: -61891345 startRowIndex: 42817793 threeDimensional: true scorecardChart: aggregateType: SUM baselineValueData: aggregateType: COUNT columnReference: name: est dol groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: -84704547.41613685 maxValue: -60029874.82360034 minValue: -85835166.9727921 sourceRange: sources: - endColumnIndex: 30967618 endRowIndex: 43348963 sheetId: 8722686 startColumnIndex: 19580190 startRowIndex: 19736578 baselineValueFormat: comparisonType: ABSOLUTE_DIFFERENCE description: exercitation ea negativeColor: alpha: 91192114.04931337 blue: 84467827.57099438 green: 13171452.879573137 red: 749918.1010410339 negativeColorStyle: rgbColor: alpha: 75322019.75364456 blue: -58339194.567314535 green: -2502404.4841341972 red: -49802225.98250763 themeColor: ACCENT4 position: horizontalAlignment: RIGHT positiveColor: alpha: 47683155.2413601 blue: -48258473.6134728 green: -79219630.28850487 red: 73135752.91313782 positiveColorStyle: rgbColor: alpha: -51811771.27181496 blue: -68431861.42049551 green: 3160043.800748363 red: -30675512.206715316 themeColor: ACCENT6 textFormat: bold: true fontFamily: aliquip culpa ut fontSize: 46805087 foregroundColor: alpha: -62924653.43184421 blue: 20943779.987398475 green: -17616130.36710909 red: -3220385.6507084817 foregroundColorStyle: rgbColor: alpha: 71779234.54589847 blue: 31177018.482527792 green: -49721861.10757293 red: 53599046.95277199 themeColor: THEME_COLOR_TYPE_UNSPECIFIED italic: false link: uri: ali strikethrough: false underline: false customFormatOptions: prefix: proident fugiat cons suffix: id aliqua keyValueData: aggregateType: COUNT columnReference: name: anim quis groupRule: dateTimeRule: type: CHART_DATE_TIME_RULE_TYPE_UNSPECIFIED histogramRule: intervalSize: 50402519.97843766 maxValue: 79630701.63392273 minValue: -72021083.7874685 sourceRange: sources: - endColumnIndex: 36860082 endRowIndex: -99459561 sheetId: -20414918 startColumnIndex: 65828 startRowIndex: 89009394 keyValueFormat: position: horizontalAlignment: HORIZONTAL_ALIGN_UNSPECIFIED textFormat: bold: false fontFamily: dolore fontSize: 58034460 foregroundColor: alpha: -89284965.90978332 blue: 87746540.76626381 green: 70359194.17464548 red: -15107432.094405621 foregroundColorStyle: rgbColor: alpha: 92624270.26585877 blue: 76408327.49501455 green: -26905631.18148361 red: -50289008.269739985 themeColor: ACCENT3 italic: false link: uri: velit mollit labore voluptate strikethrough: false underline: false numberFormatSource: CHART_NUMBER_FORMAT_SOURCE_UNDEFINED scaleFactor: -5359429.594352871 sortSpecs: - backgroundColor: alpha: -39930853.52848409 blue: 49080107.640369385 green: -8043835.338221729 red: -82586735.70494701 backgroundColorStyle: rgbColor: alpha: 91640696.8671143 blue: 26897959.743679762 green: -47879743.89375163 red: 93100312.27694032 themeColor: ACCENT6 dataSourceColumnReference: name: fugiat in Lorem occaecat dimensionIndex: -88840985 foregroundColor: alpha: -75857689.17465128 blue: 29787494.024613097 green: -84352396.56627944 red: -89930343.12985398 foregroundColorStyle: rgbColor: alpha: 34651137.4042612 blue: -930903.671572119 green: 1281339.8256363422 red: 3807791.214975789 themeColor: TEXT sortOrder: DESCENDING subtitle: magna velit subtitleTextFormat: bold: true fontFamily: veniam sit dolor aute fontSize: -45388084 foregroundColor: alpha: -52163753.82327558 blue: -10058404.811999738 green: -81965679.10336196 red: 32525819.75083393 foregroundColorStyle: rgbColor: alpha: 68603502.39416003 blue: -24690407.82358101 green: 61136506.37899554 red: 84241621.90678227 themeColor: ACCENT2 italic: true link: uri: tempor consectetur strikethrough: true underline: false subtitleTextPosition: horizontalAlignment: HORIZONTAL_ALIGN_UNSPECIFIED title: aliq titleTextFormat: bold: true fontFamily: non ullamco laboris fontSize: 73318110 foregroundColor: alpha: 30110225.536503732 blue: 38491927.4758943 green: 95094690.34997103 red: -51271996.931729145 foregroundColorStyle: rgbColor: alpha: -45286265.88793503 blue: 4883206.111387521 green: 39371167.88144383 red: -97257188.29635426 themeColor: TEXT italic: true link: uri: sed in strikethrough: true underline: true titleTextPosition: horizontalAlignment: LEFT treemapChart: colorData: aggregateType: MIN columnReference: name: est et groupRule: dateTimeRule: type: DAY_OF_YEAR histogramRule: intervalSize: -87370287.69161367 maxValue: 63694067.566963494 minValue: 65378205.29212701 sourceRange: sources: - endColumnIndex: -86832079 endRowIndex: 56378894 sheetId: 41285499 startColumnIndex: 19967088 startRowIndex: -83999042 colorScale: maxValueColor: alpha: 61322054.213629335 blue: -99123982.21827145 green: 80750735.98303589 red: 52098616.85426694 maxValueColorStyle: rgbColor: alpha: 43468410.23279801 blue: 38780059.91488701 green: 94937094.52421802 red: 5673434.052179977 themeColor: ACCENT1 midValueColor: alpha: -40893685.231944144 blue: 34050815.38297199 green: -95680096.3838476 red: -51629671.84386633 midValueColorStyle: rgbColor: alpha: 95447093.73078987 blue: -83367126.71878645 green: -58423988.25561426 red: 119657.44637519121 themeColor: ACCENT3 minValueColor: alpha: 54617885.253979415 blue: 17837783.893287316 green: 19904306.74798067 red: 61354369.22587797 minValueColorStyle: rgbColor: alpha: 47304735.15669909 blue: 82533081.71530113 green: -16093777.310446367 red: 64352116.3654238 themeColor: LINK noDataColor: alpha: 83331239.39278728 blue: -23262921.960855514 green: 65262497.94032225 red: 10048267.815709531 noDataColorStyle: rgbColor: alpha: -73179697.24343878 blue: -87528688.75965652 green: -59566691.700415395 red: -46601037.91076127 themeColor: ACCENT5 headerColor: alpha: 26994389.41218242 blue: 17093624.016673908 green: -61517646.16487689 red: 81670949.55874091 headerColorStyle: rgbColor: alpha: 2448766.8123804927 blue: -9175268.361172289 green: -69556456.81124017 red: 29179775.0721229 themeColor: ACCENT5 hideTooltips: true hintedLevels: 22972430 labels: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: tempor occa groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: -18477549.46402648 maxValue: 96611960.49759933 minValue: -64086187.69615084 sourceRange: sources: - endColumnIndex: -6007990 endRowIndex: 26304385 sheetId: 57396648 startColumnIndex: -89330295 startRowIndex: 15068429 levels: 51514916 maxValue: -24180101.332737938 minValue: 91137082.88042629 parentLabels: aggregateType: AVERAGE columnReference: name: enim ut dolore ullamco groupRule: dateTimeRule: type: YEAR histogramRule: intervalSize: 85969190.56500435 maxValue: 78955224.44921449 minValue: 79065578.98970333 sourceRange: sources: - endColumnIndex: -12853928 endRowIndex: -9638427 sheetId: -94740200 startColumnIndex: -47659673 startRowIndex: -10557056 sizeData: aggregateType: MEDIAN columnReference: name: ea elit eiusmod in groupRule: dateTimeRule: type: DAY_MONTH histogramRule: intervalSize: 43941521.313759446 maxValue: -4185782.450240046 minValue: 63424334.84402138 sourceRange: sources: - endColumnIndex: 2162496 endRowIndex: -81773720 sheetId: 62084011 startColumnIndex: 14629947 startRowIndex: -20515355 textFormat: bold: false fontFamily: ut sunt fontSize: -35201641 foregroundColor: alpha: -94278432.48688364 blue: -63588026.126646824 green: -20463414.283255383 red: 48171810.31969905 foregroundColorStyle: rgbColor: alpha: -41440237.64087299 blue: 85189591.08992493 green: -20000077.710908532 red: 15296983.031435743 themeColor: ACCENT1 italic: false link: uri: Lorem tempo strikethrough: true underline: true waterfallChart: connectorLineStyle: type: MEDIUM_DASHED width: 20320648 domain: data: aggregateType: MAX columnReference: name: deseru groupRule: dateTimeRule: type: SECOND histogramRule: intervalSize: 86760765.78905803 maxValue: 5305433.656956509 minValue: -75171557.66032615 sourceRange: sources: - endColumnIndex: 51877618 endRowIndex: 40320525 sheetId: 56359334 startColumnIndex: -5364191 startRowIndex: -62128845 reversed: true firstValueIsTotal: true hideConnectorLines: false series: - customSubtotals: - dataIsSubtotal: false label: ad sit consequat exercitation subtotalIndex: 21627474 data: aggregateType: MAX columnReference: name: fugiat groupRule: dateTimeRule: type: HOUR histogramRule: intervalSize: -86172941.4966451 maxValue: -30639866.86549498 minValue: -38795739.96309489 sourceRange: sources: - endColumnIndex: -27247840 endRowIndex: 36821519 sheetId: 77411222 startColumnIndex: 67875131 startRowIndex: 41098630 dataLabel: customLabelData: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: Duis sunt groupRule: dateTimeRule: type: HOUR_MINUTE histogramRule: intervalSize: 19564201.770708054 maxValue: -16648343.70710811 minValue: 24281608.492682233 sourceRange: sources: - endColumnIndex: 29768862 endRowIndex: -37969810 sheetId: -44087576 startColumnIndex: 35789649 startRowIndex: 33693671 placement: CENTER textFormat: bold: false fontFamily: dolor quis fontSize: -40327592 foregroundColor: alpha: -92305964.46019806 blue: 41764178.692697406 green: 4341323.698441401 red: 94530488.20776337 foregroundColorStyle: rgbColor: alpha: -25797716.605266124 blue: -33603002.378911294 green: 50854133.31138152 red: 20121345.028139308 themeColor: LINK italic: true link: uri: nostrud strikethrough: true underline: true type: DATA_LABEL_TYPE_UNSPECIFIED hideTrailingSubtotal: true negativeColumnsStyle: color: alpha: -43139445.953923024 blue: 57711416.60128677 green: 40022444.19989854 red: 46273028.2518788 colorStyle: rgbColor: alpha: 57819589.90490046 blue: 92523222.32820892 green: 1131289.751197651 red: -38793367.02818557 themeColor: ACCENT4 label: reprehenderit eiusmod ex ut positiveColumnsStyle: color: alpha: -33684473.433511466 blue: 47421967.97235504 green: 61485931.39422411 red: 86964213.93143621 colorStyle: rgbColor: alpha: -91575506.62353389 blue: 48932954.386547506 green: 87439439.0248324 red: -92230734.4690994 themeColor: ACCENT4 label: ullamco quis ipsum qui subtotalColumnsStyle: color: alpha: 15682056.821042463 blue: -10132205.608376756 green: 63461460.64753729 red: 4771751.812094882 colorStyle: rgbColor: alpha: 92124248.13654628 blue: -51944586.383404315 green: 77172108.68174008 red: 22212738.56704147 themeColor: ACCENT2 label: nostrud dolore exercitation stackedType: WATERFALL_STACKED_TYPE_UNSPECIFIED totalDataLabel: customLabelData: aggregateType: MIN columnReference: name: aliqua voluptate amet no groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: -13262467.511420175 maxValue: -40456078.32104912 minValue: -78313230.16158862 sourceRange: sources: - endColumnIndex: -79457181 endRowIndex: 15754126 sheetId: -67859274 startColumnIndex: 21830512 startRowIndex: 61101925 placement: LEFT textFormat: bold: false fontFamily: dolor fontSize: 73390401 foregroundColor: alpha: 84556313.01613939 blue: -42099750.8689013 green: 66684186.11342633 red: -5976877.88054651 foregroundColorStyle: rgbColor: alpha: -53960989.89776843 blue: -18442235.36373377 green: -55305533.3459997 red: -85411857.99655175 themeColor: ACCENT5 italic: false link: uri: ullamco dolor consectetur dolor strikethrough: true underline: false type: NONE columnGroups: - collapsed: true depth: 18374754 range: dimension: COLUMNS endIndex: 64005365 sheetId: -23981058 startIndex: -32057668 conditionalFormats: - booleanRule: condition: type: DATE_IS_VALID values: - relativeDate: PAST_YEAR userEnteredValue: nostrud sed occaecat format: backgroundColor: alpha: -33696071.38050195 blue: 15037619.425577775 green: 5387136.656987175 red: 23675355.83419293 backgroundColorStyle: rgbColor: alpha: -71452563.07219623 blue: -44775926.694522105 green: -74123652.41325536 red: 93407629.04067361 themeColor: ACCENT5 borders: bottom: color: alpha: 11713632.41502203 blue: 10612383.080546424 green: -10731370.42296195 red: 85766312.12907669 colorStyle: rgbColor: alpha: -65098789.404307134 blue: 87659842.74322918 green: 55812981.82029432 red: -69790904.97943807 themeColor: ACCENT4 style: DASHED width: 97871266 left: color: alpha: 20601198.911095336 blue: 29841479.57745242 green: 9092286.33986476 red: 40934378.194180965 colorStyle: rgbColor: alpha: -28138053.097323194 blue: -71672715.97565582 green: 25554084.377339065 red: -28855421.117769316 themeColor: ACCENT5 style: SOLID_THICK width: -69936940 right: color: alpha: 43989936.684245825 blue: 34329817.85070273 green: -97595714.19915205 red: 83020651.84483784 colorStyle: rgbColor: alpha: -69997276.90040971 blue: 36711991.453406304 green: -11937914.337869376 red: 1142599.3258616775 themeColor: ACCENT4 style: DOUBLE width: -63493261 top: color: alpha: 51867248.317953914 blue: 16173933.168091908 green: 30261508.495030716 red: 18478551.68641144 colorStyle: rgbColor: alpha: 8724031.323282585 blue: -56047238.0663839 green: 54871971.990857065 red: 74762519.29785281 themeColor: ACCENT1 style: DASHED width: 90290532 horizontalAlignment: LEFT hyperlinkDisplayType: LINKED numberFormat: pattern: Duis Lorem type: SCIENTIFIC padding: bottom: -45258047 left: 79501126 right: -88560792 top: 18715229 textDirection: LEFT_TO_RIGHT textFormat: bold: true fontFamily: laborum Lorem aute anim fontSize: -54695866 foregroundColor: alpha: -96715819.03853346 blue: 51262618.51935482 green: 47100542.15011147 red: 72744837.8586438 foregroundColorStyle: rgbColor: alpha: 5077246.416933745 blue: 94924185.87944713 green: -79044590.47108224 red: -48855092.19125601 themeColor: THEME_COLOR_TYPE_UNSPECIFIED italic: false link: uri: enim strikethrough: true underline: false textRotation: angle: 15272087 vertical: true verticalAlignment: BOTTOM wrapStrategy: WRAP_STRATEGY_UNSPECIFIED gradientRule: maxpoint: color: alpha: -44582503.76789694 blue: 84725439.36743551 green: -70597214.37194546 red: -73157025.11586607 colorStyle: rgbColor: alpha: 27296064.52745354 blue: 96221099.65039742 green: 41166760.45432234 red: -5116491.946219787 themeColor: ACCENT5 type: NUMBER value: aliquip esse exe midpoint: color: alpha: -49603195.91381302 blue: -32125023.898420498 green: -78188899.89219734 red: -57892755.206260785 colorStyle: rgbColor: alpha: -82792542.42318083 blue: -58087470.74477996 green: -82430007.61734551 red: -97877882.06454743 themeColor: BACKGROUND type: INTERPOLATION_POINT_TYPE_UNSPECIFIED value: dolor officia minpoint: color: alpha: -99629648.8521859 blue: 21301662.241155967 green: 64155347.91908571 red: -61658800.72800576 colorStyle: rgbColor: alpha: -41052112.6239356 blue: 95533010.45308128 green: -15564682.62086548 red: -21968581.755773365 themeColor: ACCENT1 type: PERCENTILE value: 'incididunt quis sint ' ranges: - endColumnIndex: 74659565 endRowIndex: -88771425 sheetId: 74303660 startColumnIndex: -21044297 startRowIndex: -18392721 data: - columnMetadata: - dataSourceColumnReference: name: labore reprehenderit culpa ad developerMetadata: - location: dimensionRange: dimension: DIMENSION_UNSPECIFIED endIndex: -87933162 sheetId: 47670262 startIndex: -47295049 locationType: SHEET sheetId: -24764939 spreadsheet: true metadataId: 76194147 metadataKey: consequat in metadataValue: mollit aliquip ad visibility: PROJECT hiddenByFilter: false hiddenByUser: true pixelSize: 88073830 rowData: - values: - dataSourceFormula: dataExecutionStatus: errorCode: DATA_EXECUTION_ERROR_CODE_UNSPECIFIED errorMessage: tempor dolore officia veniam lastRefreshTime: culpa proident dolor state: RUNNING dataSourceId: ipsum sit reprehenderit in dataSourceTable: columnSelectionType: SELECTED columns: - name: nisi in irure dataExecutionStatus: errorCode: CONCURRENT_QUERY errorMessage: nisi lastRefreshTime: irure reprehenderit state: RUNNING dataSourceId: veniam sunt aliquip sit filterSpecs: - columnIndex: -99579434 dataSourceColumnReference: name: sunt velit dolore magna filterCriteria: condition: type: NUMBER_BETWEEN values: - relativeDate: PAST_MONTH userEnteredValue: aliquip Duis hiddenValues: - deserunt sed visibleBackgroundColor: alpha: 55398560.65484887 blue: -34173072.032416485 green: -97673278.36096938 red: 67170455.83319402 visibleBackgroundColorStyle: rgbColor: alpha: -33292060.616818644 blue: 69704544.72822353 green: 63635833.17909995 red: 59984200.48429686 themeColor: ACCENT6 visibleForegroundColor: alpha: 27696114.333764046 blue: -58617972.98879745 green: 86459807.99078384 red: -28686752.592930764 visibleForegroundColorStyle: rgbColor: alpha: -60354093.75723786 blue: 73983121.74659374 green: -41247335.40207526 red: -92048880.71548022 themeColor: THEME_COLOR_TYPE_UNSPECIFIED rowLimit: 68396451 sortSpecs: - backgroundColor: alpha: 15017235.123969331 blue: -9033293.91994965 green: 77916247.7642985 red: -16689793.954687998 backgroundColorStyle: rgbColor: alpha: 69138969.14693648 blue: 86509695.95040658 green: -90003248.09829107 red: 9140276.879808739 themeColor: ACCENT4 dataSourceColumnReference: name: dolor voluptate dimensionIndex: 96521710 foregroundColor: alpha: -99202387.1050502 blue: -59191122.74421856 green: 73019757.29999626 red: -24441230.725797743 foregroundColorStyle: rgbColor: alpha: -10796247.60116689 blue: -11355089.479209468 green: -29729478.459359586 red: 49766593.97480062 themeColor: ACCENT4 sortOrder: ASCENDING dataValidation: condition: type: NUMBER_EQ values: - relativeDate: YESTERDAY userEnteredValue: et inputMessage: id Duis showCustomUi: true strict: false effectiveFormat: backgroundColor: alpha: -75165906.87639546 blue: 31437318.769427687 green: -25133229.664263457 red: -73598153.15391107 backgroundColorStyle: rgbColor: alpha: 73284162.59540677 blue: 80348581.55412823 green: 83304070.27409178 red: 28015158.098887578 themeColor: ACCENT4 borders: bottom: color: alpha: 87561132.5655073 blue: -32232656.67089477 green: -70787822.84402739 red: 76420690.66282183 colorStyle: rgbColor: alpha: 21204111.585098535 blue: -5189404.144321725 green: -28696708.174476355 red: 14501358.597405821 themeColor: ACCENT2 style: SOLID_THICK width: -21459940 left: color: alpha: -72669838.59894718 blue: 18652029.719697267 green: -77277200.42718627 red: -9658050.436916187 colorStyle: rgbColor: alpha: -9822871.180133492 blue: -45876765.68401129 green: -28517314.345187068 red: -33708821.58251196 themeColor: ACCENT5 style: NONE width: -77939700 right: color: alpha: -92112658.48853767 blue: -7633934.965055779 green: 91208642.66715351 red: 35480546.31778875 colorStyle: rgbColor: alpha: -38575607.829158634 blue: 55951475.3930189 green: 25867680.686059162 red: 20304526.938570917 themeColor: TEXT style: DASHED width: -63237809 top: color: alpha: -56954813.58897112 blue: 88612165.95023671 green: 10714099.928762838 red: 82593997.34483165 colorStyle: rgbColor: alpha: 31699946.670475304 blue: -88050254.85500804 green: 73138556.05160445 red: 90773299.82631132 themeColor: ACCENT6 style: NONE width: 9174193 horizontalAlignment: RIGHT hyperlinkDisplayType: LINKED numberFormat: pattern: 'ullamco aute ' type: PERCENT padding: bottom: 86665013 left: 48041536 right: -74666208 top: -54673629 textDirection: RIGHT_TO_LEFT textFormat: bold: false fontFamily: in amet aliqua tempor fontSize: -85109807 foregroundColor: alpha: -29969706.666835055 blue: -71459984.88710994 green: -17699409.167820737 red: -43227880.60569085 foregroundColorStyle: rgbColor: alpha: -15886756.891549066 blue: -26993248.489153564 green: 18984824.729538634 red: -27602564.702234656 themeColor: ACCENT5 italic: false link: uri: ad tempor consectet strikethrough: true underline: true textRotation: angle: -19008652 vertical: true verticalAlignment: TOP wrapStrategy: WRAP_STRATEGY_UNSPECIFIED effectiveValue: boolValue: true errorValue: message: quis Lorem dolore nostrud type: LOADING formulaValue: mollit deserunt eiusmod non numberValue: 65393364.65626028 stringValue: amet c formattedValue: minim velit hyperlink: est magna pariatur note: tem pivotTable: columns: - dataSourceColumnReference: name: in laboris groupLimit: applyOrder: 86894586 countLimit: -95189988 groupRule: dateTimeRule: type: SECOND histogramRule: end: 73388672.70205921 interval: -29611396.371270522 start: -736558.7482237965 manualRule: groups: - groupName: boolValue: false errorValue: message: aliquip eiusmod irure nisi type: NUM formulaValue: quis deserunt nulla numberValue: 65941239.132365406 stringValue: culpa mollit ipsum velit items: - boolValue: true errorValue: message: tempor elit incididunt type: DIVIDE_BY_ZERO formulaValue: Lorem proident numberValue: 85929252.08708397 stringValue: velit dolore in label: ipsum cupidat repeatHeadings: true showTotals: false sortOrder: DESCENDING sourceColumnOffset: -93231206 valueBucket: buckets: - boolValue: true errorValue: message: ut dol type: DIVIDE_BY_ZERO formulaValue: amet nisi exerc numberValue: 46380282.57440895 stringValue: enim Lorem magna valuesIndex: 81769487 valueMetadata: - collapsed: true value: boolValue: true errorValue: message: Duis type: N_A formulaValue: dolor eiusmod anim voluptate pari numberValue: -26844411.7826768 stringValue: elit occaecat criteria: consequat_c15: condition: type: ONE_OF_RANGE values: - relativeDate: YESTERDAY userEnteredValue: tempor aliqua officia visibleByDefault: false visibleValues: - quis ea deserunt in dolor_aa: condition: type: DATE_BETWEEN values: - relativeDate: PAST_YEAR userEnteredValue: sit sint visibleByDefault: true visibleValues: - dolore eiusmod elit occaecat dataExecutionStatus: errorCode: TOO_MANY_COLUMNS errorMessage: nulla ut deserunt lastRefreshTime: eiusmod fugiat dolor state: SUCCEEDED dataSourceId: Duis occaecat Lorem mollit filterSpecs: - columnOffsetIndex: 68390305 dataSourceColumnReference: name: nisi est filterCriteria: condition: type: NUMBER_NOT_EQ values: - relativeDate: PAST_MONTH userEnteredValue: Lorem officia velit aliqua visibleByDefault: false visibleValues: - Ut est rows: - dataSourceColumnReference: name: et Duis groupLimit: applyOrder: -87421783 countLimit: 97455878 groupRule: dateTimeRule: type: YEAR_MONTH histogramRule: end: -45430317.88629501 interval: 19112464.14861214 start: -601118.3269306868 manualRule: groups: - groupName: boolValue: true errorValue: message: in proident do deserunt amet type: LOADING formulaValue: ip numberValue: -78375600.73544556 stringValue: labore est voluptate officia items: - boolValue: true errorValue: message: reprehenderit ex type: ERROR formulaValue: nisi id numberValue: 87183800.10702923 stringValue: officia label: consequat ullamco aute voluptate ad repeatHeadings: true showTotals: false sortOrder: DESCENDING sourceColumnOffset: -44411710 valueBucket: buckets: - boolValue: false errorValue: message: cillum nostrud type: DIVIDE_BY_ZERO formulaValue: est anim nulla numberValue: 62541937.02901471 stringValue: non Excepteur valuesIndex: -98790945 valueMetadata: - collapsed: false value: boolValue: true errorValue: message: dolo type: ERROR_TYPE_UNSPECIFIED formulaValue: qui numberValue: 70999832.1996871 stringValue: Excepteur cillum nostrud sit source: endColumnIndex: -52966387 endRowIndex: 73464648 sheetId: 26197423 startColumnIndex: 65892321 startRowIndex: 73328951 valueLayout: HORIZONTAL values: - calculatedDisplayType: PERCENT_OF_COLUMN_TOTAL dataSourceColumnReference: name: elit veniam mollit formula: in qui u name: dolor ad magna dolor sourceColumnOffset: 37969168 summarizeFunction: STDEVP textFormatRuns: - format: bold: false fontFamily: in aute fontSize: -32005442 foregroundColor: alpha: -41451009.7751632 blue: 50352423.90654141 green: 53143325.43411711 red: -85457268.54885384 foregroundColorStyle: rgbColor: alpha: 57441892.294582576 blue: -56261494.03466365 green: -20070334.48529367 red: -44818422.94338132 themeColor: ACCENT6 italic: true link: uri: laborum mo strikethrough: false underline: true startIndex: -44697679 userEnteredFormat: backgroundColor: alpha: 16235958.11779435 blue: 72798167.68336585 green: 52013078.54701626 red: 30373130.672796294 backgroundColorStyle: rgbColor: alpha: 16486518.285981506 blue: -39751287.05494741 green: 21619706.9985601 red: -71330440.49013782 themeColor: ACCENT1 borders: bottom: color: alpha: -36555151.42781356 blue: -74208683.55784705 green: 57746540.27194807 red: 29994710.88130851 colorStyle: rgbColor: alpha: 54516165.652094096 blue: 77027668.19738951 green: 63962014.416650295 red: 70087936.93838301 themeColor: ACCENT2 style: DOUBLE width: -14473424 left: color: alpha: -39789231.24171487 blue: -89708072.39761886 green: 45571135.52069461 red: 72494046.39968094 colorStyle: rgbColor: alpha: -60007140.78625395 blue: -446046.0255649537 green: 86990245.45480078 red: 29958676.957075655 themeColor: ACCENT1 style: DOUBLE width: -30082634 right: color: alpha: -9393032.849586368 blue: -83153669.34595625 green: -71624949.31064041 red: -80968641.75605151 colorStyle: rgbColor: alpha: 71824702.21632546 blue: -35043582.97587431 green: 59238675.52873051 red: 21344980.42260109 themeColor: BACKGROUND style: STYLE_UNSPECIFIED width: 4357643 top: color: alpha: -25307587.924525306 blue: 43166994.75238925 green: -54168585.88518769 red: 30895917.19349292 colorStyle: rgbColor: alpha: -80787203.7284075 blue: -17541923.775853038 green: 6712843.9920782745 red: 25491278.090904996 themeColor: THEME_COLOR_TYPE_UNSPECIFIED style: DOUBLE width: 72172146 horizontalAlignment: LEFT hyperlinkDisplayType: LINKED numberFormat: pattern: incididunt ut type: SCIENTIFIC padding: bottom: -65902242 left: 29002485 right: 53944408 top: -31004637 textDirection: TEXT_DIRECTION_UNSPECIFIED textFormat: bold: false fontFamily: sed eu fontSize: 215982 foregroundColor: alpha: -2639320.204084024 blue: 79218091.42426041 green: -18156892.879986137 red: -9248773.390694961 foregroundColorStyle: rgbColor: alpha: 26279239.217041582 blue: 34797003.40519014 green: 80077070.73050928 red: 95727232.5388664 themeColor: THEME_COLOR_TYPE_UNSPECIFIED italic: false link: uri: ullamc strikethrough: false underline: false textRotation: angle: -55192093 vertical: false verticalAlignment: VERTICAL_ALIGN_UNSPECIFIED wrapStrategy: CLIP userEnteredValue: boolValue: false errorValue: message: culpa est id nisi type: REF formulaValue: amet est sint dolor numberValue: 65088564.28292459 stringValue: officia mollit anim rowMetadata: - dataSourceColumnReference: name: qui aliquip do developerMetadata: - location: dimensionRange: dimension: ROWS endIndex: -44951718 sheetId: 97483151 startIndex: -43420977 locationType: SHEET sheetId: -29429824 spreadsheet: false metadataId: 65352796 metadataKey: officia metadataValue: nostrud Ut visibility: PROJECT hiddenByFilter: false hiddenByUser: true pixelSize: 38087355 startColumn: 99299073 startRow: 16142545 developerMetadata: - location: dimensionRange: dimension: COLUMNS endIndex: -14106255 sheetId: 18692779 startIndex: 39297711 locationType: DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED sheetId: -96663531 spreadsheet: false metadataId: 26526962 metadataKey: labore dolor aliqua metadataValue: Excepteur consequat visibility: DOCUMENT filterViews: - criteria: laborum_5: condition: type: DATE_BETWEEN values: - relativeDate: TODAY userEnteredValue: consequat Excepteur laboris minim sed hiddenValues: - exerc visibleBackgroundColor: alpha: 26587630.051572695 blue: -46399136.4885628 green: -40440691.767909564 red: 30692845.781372428 visibleBackgroundColorStyle: rgbColor: alpha: -36273486.55584348 blue: 96392363.6100077 green: -62560571.41801041 red: -65597002.27855321 themeColor: LINK visibleForegroundColor: alpha: 29241469.066167578 blue: -30192963.9297359 green: 70180835.40378043 red: -83730703.47639975 visibleForegroundColorStyle: rgbColor: alpha: -23490395.416582018 blue: -51160629.083008 green: 13647481.536380693 red: -99523149.13434108 themeColor: ACCENT2 quis_c0: condition: type: TEXT_IS_URL values: - relativeDate: PAST_YEAR userEnteredValue: in hiddenValues: - in visibleBackgroundColor: alpha: 14028520.369448707 blue: -2007903.5193176717 green: 55691231.64105004 red: 49469530.178036004 visibleBackgroundColorStyle: rgbColor: alpha: 84001328.06996918 blue: -50333507.62282995 green: -64079464.913153216 red: 44416770.20208529 themeColor: ACCENT3 visibleForegroundColor: alpha: -12731127.634207606 blue: 41996697.90869641 green: -46579626.66862479 red: -71150296.35351284 visibleForegroundColorStyle: rgbColor: alpha: -18641126.628708497 blue: -35774654.21024848 green: -72763786.36671 red: 99095348.24340591 themeColor: LINK filterSpecs: - columnIndex: -8690044 dataSourceColumnReference: name: proident aliquip filterCriteria: condition: type: NOT_BLANK values: - relativeDate: TOMORROW userEnteredValue: officia nostrud in hiddenValues: - proident eiusmod non consectetur visibleBackgroundColor: alpha: -7995442.001775116 blue: -74968499.54806182 green: -79772789.4567942 red: -45369903.57868702 visibleBackgroundColorStyle: rgbColor: alpha: -9338751.285100594 blue: -2922536.209486857 green: -82581075.82193448 red: 39414349.65034157 themeColor: ACCENT1 visibleForegroundColor: alpha: 29826077.416628256 blue: 48191500.28130442 green: -56553429.51918874 red: 44218276.386606455 visibleForegroundColorStyle: rgbColor: alpha: -14641434.094726428 blue: 10963555.996505782 green: 17382951.727717713 red: -50522176.394069575 themeColor: ACCENT1 filterViewId: 35977611 namedRangeId: veniam sunt Excepteur anim consectetur range: endColumnIndex: -19775724 endRowIndex: 75054710 sheetId: -28503853 startColumnIndex: 19549933 startRowIndex: 1397688 sortSpecs: - backgroundColor: alpha: 22422725.21389985 blue: -88600267.43612233 green: -48137071.12259924 red: 72603692.21021366 backgroundColorStyle: rgbColor: alpha: 47557536.703449786 blue: 29954654.171645597 green: 13074032.706790864 red: 13567227.501118809 themeColor: ACCENT4 dataSourceColumnReference: name: officia Duis dimensionIndex: 64535392 foregroundColor: alpha: 9223315.989956275 blue: 43453995.384192556 green: 66577650.54409447 red: 72655687.62276167 foregroundColorStyle: rgbColor: alpha: 70826650.4811235 blue: 1195344.3883961737 green: 86670478.51519728 red: 1106016.8049707562 themeColor: BACKGROUND sortOrder: ASCENDING title: Excepteur cupidatat adipisicing ad nostrud merges: - endColumnIndex: -65646743 endRowIndex: 2370620 sheetId: 54682586 startColumnIndex: -56370214 startRowIndex: -84051334 properties: dataSourceSheetProperties: columns: - formula: sed anim Ex reference: name: non cillum in fugiat dataExecutionStatus: errorCode: TIMED_OUT errorMessage: deserunt enim pariatur sunt lastRefreshTime: ea state: NOT_STARTED dataSourceId: anim in amet cupidatat gridProperties: columnCount: -71712723 columnGroupControlAfter: true frozenColumnCount: -90124383 frozenRowCount: 74050606 hideGridlines: true rowCount: -37569744 rowGroupControlAfter: true hidden: false index: -42379632 rightToLeft: true sheetId: 88867496 sheetType: SHEET_TYPE_UNSPECIFIED tabColor: alpha: 34340021.79368842 blue: -35647903.855287574 green: 27350831.725596964 red: -29831687.798329383 tabColorStyle: rgbColor: alpha: -21095073.74059789 blue: -6546349.867675126 green: 65316494.2932547 red: 5366328.794987932 themeColor: ACCENT2 title: Excepteur pariatu protectedRanges: - description: Ut est consectetur velit in editors: domainUsersCanEdit: true groups: - velit id adipisicing users: - voluptate velit anim esse namedRangeId: ad anim ex fugiat commodo protectedRangeId: -59769653 range: endColumnIndex: 27053664 endRowIndex: 84919062 sheetId: -54029466 startColumnIndex: -17405602 startRowIndex: -92003717 requestingUserCanEdit: false unprotectedRanges: - endColumnIndex: -28613412 endRowIndex: 89307655 sheetId: 87556321 startColumnIndex: -60327341 startRowIndex: -12180076 warningOnly: false rowGroups: - collapsed: false depth: -72387551 range: dimension: COLUMNS endIndex: -78794036 sheetId: -69497049 startIndex: 61085100 slicers: - position: newSheet: false overlayPosition: anchorCell: columnIndex: 47149370 rowIndex: 27022228 sheetId: -92084491 heightPixels: 37774180 offsetXPixels: 98758649 offsetYPixels: 63656157 widthPixels: -37102689 sheetId: 31674633 slicerId: -99019864 spec: applyToPivotTables: false backgroundColor: alpha: 76611683.93311697 blue: -95457599.27911983 green: -80674015.14034791 red: 38384841.20268336 backgroundColorStyle: rgbColor: alpha: 45268035.116818696 blue: 85089391.7779136 green: -49914707.53847343 red: 12913778.751262933 themeColor: ACCENT1 columnIndex: -29725812 dataRange: endColumnIndex: 82140662 endRowIndex: -70575595 sheetId: 82466991 startColumnIndex: 94185441 startRowIndex: 7912425 filterCriteria: condition: type: TEXT_NOT_CONTAINS values: - relativeDate: RELATIVE_DATE_UNSPECIFIED userEnteredValue: in consectetur Duis Excepteur hiddenValues: - quis in ips visibleBackgroundColor: alpha: 67346716.83941466 blue: 7010293.065400258 green: -54823332.83422176 red: 43970874.32053563 visibleBackgroundColorStyle: rgbColor: alpha: 5612184.912998065 blue: 76030046.26226127 green: -34098010.12699867 red: -36420734.9640632 themeColor: ACCENT4 visibleForegroundColor: alpha: -66559976.35060133 blue: -87754127.50317453 green: 34873691.555959314 red: 62645348.243606985 visibleForegroundColorStyle: rgbColor: alpha: 74678402.3235969 blue: -59956351.77014305 green: 85501973.05161777 red: 62643824.40413025 themeColor: ACCENT3 horizontalAlignment: HORIZONTAL_ALIGN_UNSPECIFIED textFormat: bold: false fontFamily: nisi dolor commodo fontSize: 75678415 foregroundColor: alpha: 66042584.444209546 blue: -55648158.88610921 green: -9096621.078611419 red: -69355322.31732976 foregroundColorStyle: rgbColor: alpha: -55416053.26437509 blue: 84142785.79442164 green: 44930095.29360053 red: 94764366.94169018 themeColor: BACKGROUND italic: true link: uri: pariatur laboru strikethrough: true underline: true title: exercitation Lorem spreadsheetId: tempor qui laboris labore spreadsheetUrl: nisi ipsum eiusmod aliquip GmailUsersThreadsGetResponseExample: summary: Successful 200 response value: id: nostrud deserunt snippet: cillum quis historyId: id ea ad amet venia messages: - id: exercitation sint threadId: Ut sed occaecat labelIds: - in commodo - sit dolor snippet: dolor fugiat Ut historyId: Lorem quis ullamco veniam internalDate: consectetur elit dolor payload: partId: mi mimeType: elit filename: ex headers: - name: velit do voluptate value: in reprehenderit sit pariatur - name: enim value: vel body: attachmentId: e size: 62147464 data: aliquip aute in Excepteur parts: - value: '' - value: '' sizeEstimate: -33441686 raw: Ut sit - id: magna pariatur threadId: et labelIds: - est dolore - Lorem Duis amet dolore snippet: dolore est reprehender historyId: in ex veniam nulla internalDate: ut payload: partId: do consectetur tempor qui in mimeType: Excepteur in filename: reprehenderit headers: - name: nulla sed ut value: et occaecat - name: mollit elit commodo nostrud pariatur value: aliqua body: attachmentId: sit sunt occaecat size: 23654047 data: dolor ut parts: - value: '' - value: '' sizeEstimate: 2028457 raw: ipsum enim minim SpreadsheetsValuesbatchGetGetResponseExample: summary: Successful 200 response value: id: example-id name: Example Name UsersSettingsPopGetResponseExample: summary: Successful 200 response value: accessWindow: fromNowOn disposition: dispositionUnspecified UsersSettingsFiltersGetResponseExample: summary: Successful 200 response value: id: in aute anim criteria: from: nulla adipisicing veniam et mollit to: veniam commodo subject: sit exercitation query: nulla cupidatat officia commodo laborum negatedQuery: exercitation laboris hasAttachment: true excludeChats: false size: -52983385 sizeComparison: smaller action: addLabelIds: - nostrud laboris sed esse - et ad removeLabelIds: - Lorem consequat l - minim Excepteur forward: culpa do SettingsSendAsSmimeInfoGetResponseExample: summary: Successful 200 response value: id: id issuerCn: ipsum qui s isDefault: false expiration: dolore magna pem: 'cillum labore ' pkcs12: in aute et encryptedKeyPassword: cillum ut UsersSettingsDelegatesGetResponseExample: summary: Successful 200 response value: delegateEmail: Duis commodo enim irure verificationStatus: rejected GmailUsersProfileGetResponseExample: summary: Successful 200 response value: emailAddress: anim officia cillum messagesTotal: -17389993 threadsTotal: -18322134 historyId: velit deserunt commodo UsersSettingsSendAsGetResponseExample: summary: Successful 200 response value: sendAsEmail: ut nulla displayName: Excepteur replyToAddress: velit id culpa signature: officia quis adipisicing isPrimary: true isDefault: true treatAsAlias: false smtpMsa: host: in elit port: -34532702 username: aliqua laborum aliquip do password: tempor dolor velit securityMode: securityModeUnspecified verificationStatus: pending SpreadsheetsPostResponse2Example: summary: Successful 200 response value: dataSourceSchedules: - dailySchedule: startTime: hours: -43266123 minutes: -65732454 nanos: -97450442 seconds: -41631562 enabled: false monthlySchedule: daysOfMonth: - 57977061 startTime: hours: 3999156 minutes: 89598075 nanos: -62818558 seconds: -7104959 nextRun: endTime: ut tempor laborum startTime: veniam do nisi in refreshScope: DATA_SOURCE_REFRESH_SCOPE_UNSPECIFIED weeklySchedule: daysOfWeek: - SUNDAY startTime: hours: -98244095 minutes: -4153534 nanos: -31897594 seconds: 83370707 dataSources: - calculatedColumns: - formula: nisi sunt reference: name: qui reprehenderit dataSourceId: sed dolore incididunt sheetId: -56661553 spec: bigQuery: projectId: aliqua velit querySpec: rawQuery: deserunt tableSpec: datasetId: culpa magna aliquip Duis tableId: occaecat deserunt tableProjectId: officia Duis ex in labore parameters: - name: Ut ad ipsum namedRangeId: magna range: endColumnIndex: 31885169 endRowIndex: -4040036 sheetId: -19707509 startColumnIndex: 5926358 startRowIndex: -24382075 developerMetadata: - location: dimensionRange: dimension: DIMENSION_UNSPECIFIED endIndex: 83564351 sheetId: 20161961 startIndex: -12299871 locationType: SHEET sheetId: 19412940 spreadsheet: true metadataId: -26483526 metadataKey: ad consectetur nulla metadataValue: cillum proident qui occaecat visibility: DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED namedRanges: - name: reprehenderit sed est aliquip Ut namedRangeId: amet dolore range: endColumnIndex: -29487355 endRowIndex: 28833316 sheetId: 2554752 startColumnIndex: 75795510 startRowIndex: -72526094 properties: autoRecalc: ON_CHANGE defaultFormat: backgroundColor: alpha: -22421824.691030562 blue: 90013088.65213957 green: 24974090.92647165 red: 88011821.65105522 backgroundColorStyle: rgbColor: alpha: 51433993.220397204 blue: -34599856.361609936 green: 23834312.320355803 red: 97183505.05098599 themeColor: LINK borders: bottom: color: alpha: -46461682.392919324 blue: -39600858.47643326 green: -12885677.880025923 red: 20395982.76429157 colorStyle: rgbColor: alpha: -67713553.05349366 blue: 3075128.750359297 green: 89745091.64237362 red: 65057007.37397438 themeColor: ACCENT6 style: DOUBLE width: -83132355 left: color: alpha: 7529742.843985558 blue: 11523153.264217004 green: -83789517.69852239 red: -52273453.1840499 colorStyle: rgbColor: alpha: 23413126.31362365 blue: -89783978.4406965 green: 7478744.238987163 red: 91268984.47651386 themeColor: ACCENT4 style: SOLID_THICK width: 9587363 right: color: alpha: -68478561.90889128 blue: 86635613.318176 green: -4182434.2241241187 red: -37761525.154127404 colorStyle: rgbColor: alpha: 7564148.4709581435 blue: 46817587.00993326 green: 94604103.88139793 red: -39300118.4906812 themeColor: ACCENT4 style: STYLE_UNSPECIFIED width: -68379222 top: color: alpha: -35207179.004029274 blue: 75124743.01189193 green: -79174603.1645633 red: 69525380.65581709 colorStyle: rgbColor: alpha: 13971651.645456567 blue: 79134644.33448789 green: -8214105.3416944295 red: -55694700.72815168 themeColor: ACCENT6 style: DASHED width: -47592569 horizontalAlignment: HORIZONTAL_ALIGN_UNSPECIFIED hyperlinkDisplayType: HYPERLINK_DISPLAY_TYPE_UNSPECIFIED numberFormat: pattern: mollit magna ea type: TEXT padding: bottom: 3638265 left: -10421780 right: 70673792 top: 74778750 textDirection: TEXT_DIRECTION_UNSPECIFIED textFormat: bold: false fontFamily: reprehenderit cupidatat veniam Lorem do fontSize: -28113564 foregroundColor: alpha: 22027996.78423269 blue: -28716622.048885256 green: -19625308.709902182 red: -94408017.34685133 foregroundColorStyle: rgbColor: alpha: 71419372.2264759 blue: -82168243.51208629 green: -14187866.496848583 red: -65181659.34325215 themeColor: ACCENT6 italic: true link: uri: ullamco elit strikethrough: true underline: false textRotation: angle: -56348588 vertical: true verticalAlignment: VERTICAL_ALIGN_UNSPECIFIED wrapStrategy: WRAP iterativeCalculationSettings: convergenceThreshold: -28283351.56397684 maxIterations: -12335234 locale: exercitation cillum spreadsheetTheme: primaryFontFamily: ut themeColors: - color: rgbColor: alpha: -31710249.01160507 blue: 26026986.419538647 green: -43409395.90685053 red: 92736615.8684296 themeColor: THEME_COLOR_TYPE_UNSPECIFIED colorType: ACCENT5 timeZone: dolore laborum title: pariatur consectetur enim sheets: - bandedRanges: - bandedRangeId: 43139549 columnProperties: firstBandColor: alpha: -4656388.077727273 blue: -96613087.81631872 green: 4264693.804137036 red: 15111703.323823318 firstBandColorStyle: rgbColor: alpha: 99618076.90212369 blue: -49006881.50795429 green: 40319994.66356942 red: 65200542.683243126 themeColor: ACCENT6 footerColor: alpha: -33490013.551426753 blue: 32916340.128778905 green: 45262863.20501071 red: 19556816.571504414 footerColorStyle: rgbColor: alpha: -12068084.107148275 blue: -67832617.26921017 green: 22561836.25395614 red: -12142418.295326784 themeColor: LINK headerColor: alpha: -92687886.79756828 blue: -43280044.32060295 green: -23303373.12507233 red: -780389.2770115584 headerColorStyle: rgbColor: alpha: 8336086.317506105 blue: -49729232.317501724 green: -93612445.38047923 red: 31375535.857318223 themeColor: LINK secondBandColor: alpha: 99568934.50178161 blue: -91350629.81953612 green: -92964471.4278552 red: 37608193.63273704 secondBandColorStyle: rgbColor: alpha: 8970943.769093469 blue: -88201063.90158297 green: -13429353.495263636 red: 53969915.37868002 themeColor: ACCENT5 range: endColumnIndex: 87619727 endRowIndex: 20345160 sheetId: -65789249 startColumnIndex: -45948999 startRowIndex: -91737266 rowProperties: firstBandColor: alpha: 72010730.72591546 blue: 36846314.31772801 green: -96974888.03108025 red: 15421378.969790965 firstBandColorStyle: rgbColor: alpha: -22875637.799782306 blue: -73894833.409663 green: 91215030.05576509 red: -50423962.36714643 themeColor: ACCENT5 footerColor: alpha: 29168021.166943878 blue: -73831066.69786125 green: -89420542.5069429 red: 62593032.88934922 footerColorStyle: rgbColor: alpha: 43818785.12623486 blue: -45213359.909048915 green: 82881046.86449617 red: 72695904.25279978 themeColor: THEME_COLOR_TYPE_UNSPECIFIED headerColor: alpha: -60297724.716774106 blue: -89358737.19895242 green: 9563382.870461494 red: -7656815.10466139 headerColorStyle: rgbColor: alpha: -2842718.0475878417 blue: -2902275.1736353934 green: 9050794.865266055 red: -56674654.576242566 themeColor: ACCENT1 secondBandColor: alpha: -58009568.66879341 blue: 58834392.95665088 green: 55256317.50557256 red: 75550157.79389471 secondBandColorStyle: rgbColor: alpha: -30634601.267103404 blue: 55532206.36613929 green: -36562285.06917545 red: 13711659.906762823 themeColor: THEME_COLOR_TYPE_UNSPECIFIED basicFilter: criteria: doloreb_: condition: type: DATE_ON_OR_BEFORE values: - relativeDate: YESTERDAY userEnteredValue: id minim nisi elit hiddenValues: - ullamco nisi Excepteur anim visibleBackgroundColor: alpha: -81353007.03492567 blue: -38141297.090509996 green: 69154203.18882197 red: 36035439.413398474 visibleBackgroundColorStyle: rgbColor: alpha: 91173489.24772286 blue: -89346769.05947395 green: -19404805.972366154 red: -80230975.30043045 themeColor: ACCENT1 visibleForegroundColor: alpha: 57217398.74284211 blue: 74154308.04036638 green: 73016659.72982222 red: -22213180.456824318 visibleForegroundColorStyle: rgbColor: alpha: -43145436.167499796 blue: 74653537.38607502 green: 3025279.31792067 red: 79218590.71985793 themeColor: BACKGROUND filterSpecs: - columnIndex: 78389632 dataSourceColumnReference: name: in incididunt fugiat nostrud pariatur filterCriteria: condition: type: DATE_NOT_EQ values: - relativeDate: YESTERDAY userEnteredValue: laborum consectetur sit minim hiddenValues: - nulla pariatur qui ipsum visibleBackgroundColor: alpha: -91665830.15722671 blue: -99904560.26291601 green: 65347039.68829051 red: 63151914.08808029 visibleBackgroundColorStyle: rgbColor: alpha: 499116.31694211066 blue: 68604299.30482864 green: 98759492.96351925 red: 14867204.90616484 themeColor: BACKGROUND visibleForegroundColor: alpha: 50134573.64080387 blue: -87982539.28045554 green: -54603731.334672555 red: -64824031.22209801 visibleForegroundColorStyle: rgbColor: alpha: -73656646.24134824 blue: 2700641.501126051 green: 33008212.7396079 red: 16719230.552707165 themeColor: ACCENT4 range: endColumnIndex: -43877930 endRowIndex: -8809700 sheetId: 64318214 startColumnIndex: -7032303 startRowIndex: 39815904 sortSpecs: - backgroundColor: alpha: -28651638.96061036 blue: 45673855.84156752 green: 86189187.70006451 red: -74364203.78529602 backgroundColorStyle: rgbColor: alpha: -3168584.4773793966 blue: -56626033.75210678 green: 72484110.2359632 red: 692312.8745354861 themeColor: ACCENT1 dataSourceColumnReference: name: veniam sunt velit culpa dolor dimensionIndex: 11289450 foregroundColor: alpha: 96699958.53379482 blue: 76576567.97638994 green: -97320362.404836 red: -16790174.071512222 foregroundColorStyle: rgbColor: alpha: 67120313.76985142 blue: -79175402.66751315 green: 40644773.578526884 red: 84483907.11570269 themeColor: TEXT sortOrder: DESCENDING charts: - border: color: alpha: -6806672.500234127 blue: -59007826.50270249 green: 10160147.46663165 red: -20321148.950214908 colorStyle: rgbColor: alpha: 91689568.81668949 blue: 2961191.4176778793 green: 35578319.610948086 red: -5716472.749471709 themeColor: ACCENT4 chartId: -32308995 position: newSheet: true overlayPosition: anchorCell: columnIndex: -17264157 rowIndex: 17971192 sheetId: -70644812 heightPixels: 68423649 offsetXPixels: -94619858 offsetYPixels: -40214573 widthPixels: 77699500 sheetId: 63263059 spec: altText: deserunt proident nisi velit backgroundColor: alpha: -74849362.71468747 blue: -33495356.529037237 green: -62285800.332203634 red: -71890137.92690893 backgroundColorStyle: rgbColor: alpha: -79372460.55857861 blue: -95212341.51298112 green: 89931702.92362115 red: -20165241.53386876 themeColor: THEME_COLOR_TYPE_UNSPECIFIED basicChart: axis: - format: bold: false fontFamily: minim ea deserunt sed fontSize: 97507116 foregroundColor: alpha: -38999236.44546352 blue: 40553042.374115616 green: -77531909.59799339 red: 79603930.29403087 foregroundColorStyle: rgbColor: alpha: 32307950.109844625 blue: -67183178.37236509 green: -71081574.55853146 red: 98483083.22794133 themeColor: ACCENT2 italic: false link: uri: quis veniam dolor voluptate strikethrough: false underline: true position: BOTTOM_AXIS title: cupidatat esse nisi adipisicing titleTextPosition: horizontalAlignment: RIGHT viewWindowOptions: viewWindowMax: 72069702.17549679 viewWindowMin: -22257002.843773097 viewWindowMode: PRETTY chartType: STEPPED_AREA compareMode: DATUM domains: - domain: aggregateType: SUM columnReference: name: consectetur deserunt mollit groupRule: dateTimeRule: type: YEAR_MONTH histogramRule: intervalSize: -18521355.740935206 maxValue: 90158102.40211827 minValue: 87397122.90272304 sourceRange: sources: - endColumnIndex: -22668278 endRowIndex: 36123013 sheetId: 11952739 startColumnIndex: -32135218 startRowIndex: 66789128 reversed: true headerCount: 97182168 interpolateNulls: true legendPosition: BOTTOM_LEGEND lineSmoothing: true series: - color: alpha: 55722752.437729895 blue: 64477580.13592622 green: 71676688.93817422 red: -38156417.06576298 colorStyle: rgbColor: alpha: 28247526.09445946 blue: 69221968.87022421 green: 61917915.17307904 red: -17721228.542360783 themeColor: BACKGROUND dataLabel: customLabelData: aggregateType: MEDIAN columnReference: name: occaecat consequat quis groupRule: dateTimeRule: type: DAY_OF_WEEK histogramRule: intervalSize: -3857463.495657593 maxValue: -42586732.40078985 minValue: 37051651.2186895 sourceRange: sources: - endColumnIndex: -49248867 endRowIndex: -10371941 sheetId: 401546 startColumnIndex: -58085589 startRowIndex: -90982621 placement: BELOW textFormat: bold: false fontFamily: exercita fontSize: 81004203 foregroundColor: alpha: 41517003.63395324 blue: -70330186.86511676 green: -40534404.20106273 red: -31969992.615171924 foregroundColorStyle: rgbColor: alpha: 17775650.16171652 blue: -13772557.713170916 green: 27090283.845191807 red: -90047236.70280597 themeColor: ACCENT5 italic: false link: uri: in incididunt strikethrough: true underline: false type: NONE lineStyle: type: SOLID width: -84876836 pointStyle: shape: DIAMOND size: 64452898.462776005 series: aggregateType: SUM columnReference: name: magna groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: -70261025.00131163 maxValue: -30011278.55406885 minValue: 81851518.34003606 sourceRange: sources: - endColumnIndex: 44015002 endRowIndex: -98733261 sheetId: -35067209 startColumnIndex: 86137084 startRowIndex: 3077548 styleOverrides: - color: alpha: -69183513.89384103 blue: 19485706.81396036 green: 65328186.50077203 red: 12493290.07813476 colorStyle: rgbColor: alpha: -64008295.12294073 blue: -94462392.22749741 green: 88044885.24860078 red: -8836624.99906604 themeColor: ACCENT4 index: 7171408 pointStyle: shape: STAR size: -3552381.8585395366 targetAxis: BOTTOM_AXIS type: BASIC_CHART_TYPE_UNSPECIFIED stackedType: STACKED threeDimensional: true totalDataLabel: customLabelData: aggregateType: AVERAGE columnReference: name: elit ut Duis dolor groupRule: dateTimeRule: type: YEAR histogramRule: intervalSize: -5661235.146948233 maxValue: 77926629.53448138 minValue: 95577122.05968186 sourceRange: sources: - endColumnIndex: -76126877 endRowIndex: 42365670 sheetId: -76812357 startColumnIndex: 10226550 startRowIndex: 78881618 placement: RIGHT textFormat: bold: true fontFamily: et quis fontSize: 98579648 foregroundColor: alpha: 61002974.30631539 blue: 80971733.87236923 green: 68549056.98709989 red: 15343737.815225646 foregroundColorStyle: rgbColor: alpha: -91715833.91394736 blue: -56802867.72936918 green: -87612035.17797464 red: -94011753.84827228 themeColor: ACCENT5 italic: true link: uri: nulla id strikethrough: false underline: false type: CUSTOM bubbleChart: bubbleBorderColor: alpha: -84379523.96780863 blue: -22016451.819793478 green: 75200774.78312755 red: -91103521.06502111 bubbleBorderColorStyle: rgbColor: alpha: 42567298.29471606 blue: 53253070.63489702 green: 83815850.61622888 red: 53174334.26933822 themeColor: ACCENT4 bubbleLabels: aggregateType: SUM columnReference: name: commodo laboris consequat occaecat groupRule: dateTimeRule: type: YEAR_QUARTER histogramRule: intervalSize: -47029901.33041931 maxValue: -59720934.285820305 minValue: 72796472.10031083 sourceRange: sources: - endColumnIndex: -55006695 endRowIndex: -93033674 sheetId: 76677429 startColumnIndex: 23516908 startRowIndex: 36856856 bubbleMaxRadiusSize: 41144622 bubbleMinRadiusSize: -10010743 bubbleOpacity: 27400130.72438918 bubbleSizes: aggregateType: SUM columnReference: name: fugiat Except groupRule: dateTimeRule: type: DAY_OF_MONTH histogramRule: intervalSize: 8578270.545850858 maxValue: 64391065.68835834 minValue: -39435110.542253636 sourceRange: sources: - endColumnIndex: 62598857 endRowIndex: -72355329 sheetId: -45696083 startColumnIndex: 94622500 startRowIndex: 92634679 bubbleTextStyle: bold: true fontFamily: nulla commodo dolor fontSize: -5686162 foregroundColor: alpha: -794699.0987645686 blue: -54637342.35554334 green: -36289015.903600894 red: 97876618.28661105 foregroundColorStyle: rgbColor: alpha: 92888781.71785215 blue: 39613389.316816896 green: 52472776.62823087 red: -34529769.67181028 themeColor: LINK italic: true link: uri: nisi eu aliquip strikethrough: false underline: false domain: aggregateType: SUM columnReference: name: tempor cillum qui in groupRule: dateTimeRule: type: DAY_MONTH histogramRule: intervalSize: -80130275.36145376 maxValue: -94810329.47692616 minValue: 9830111.758620098 sourceRange: sources: - endColumnIndex: 25769079 endRowIndex: 48682569 sheetId: 30218238 startColumnIndex: -91964628 startRowIndex: 42746181 groupIds: aggregateType: AVERAGE columnReference: name: est anim do voluptate groupRule: dateTimeRule: type: DAY_OF_YEAR histogramRule: intervalSize: 26899146.655878693 maxValue: -98921533.26900548 minValue: -47194232.78588408 sourceRange: sources: - endColumnIndex: 21684096 endRowIndex: 25205083 sheetId: -44306216 startColumnIndex: 97302956 startRowIndex: 14760080 legendPosition: RIGHT_LEGEND series: aggregateType: SUM columnReference: name: labore laboris in culpa groupRule: dateTimeRule: type: SECOND histogramRule: intervalSize: -75300936.9657991 maxValue: -30478658.85255146 minValue: 13559461.281764477 sourceRange: sources: - endColumnIndex: 6043259 endRowIndex: 93573702 sheetId: -97142515 startColumnIndex: 49623823 startRowIndex: 76944482 candlestickChart: data: - closeSeries: data: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: qui id groupRule: dateTimeRule: type: DAY_OF_MONTH histogramRule: intervalSize: 41125538.61625695 maxValue: 97994679.49475247 minValue: 23618954.14523758 sourceRange: sources: - endColumnIndex: 60932056 endRowIndex: 55451137 sheetId: 23662228 startColumnIndex: -89409748 startRowIndex: -88671225 highSeries: data: aggregateType: SUM columnReference: name: incididunt groupRule: dateTimeRule: type: DAY_OF_YEAR histogramRule: intervalSize: -91812004.1593093 maxValue: 16850134.692005485 minValue: 66295928.31552905 sourceRange: sources: - endColumnIndex: 52635003 endRowIndex: 98820817 sheetId: -80483510 startColumnIndex: 43736501 startRowIndex: 47086604 lowSeries: data: aggregateType: MIN columnReference: name: velit sed cupidatat groupRule: dateTimeRule: type: YEAR_MONTH_DAY histogramRule: intervalSize: 66473933.83846918 maxValue: 47613686.91368076 minValue: -28069209.676522672 sourceRange: sources: - endColumnIndex: 21335855 endRowIndex: 11458701 sheetId: 95775715 startColumnIndex: 56326513 startRowIndex: 57674274 openSeries: data: aggregateType: AVERAGE columnReference: name: nostrud amet tempor dolor groupRule: dateTimeRule: type: DAY_OF_WEEK histogramRule: intervalSize: -37794263.73271777 maxValue: -4646182.705438033 minValue: -65935054.51988828 sourceRange: sources: - endColumnIndex: 54606199 endRowIndex: -76961833 sheetId: -69341559 startColumnIndex: 49818022 startRowIndex: -46883787 domain: data: aggregateType: COUNT columnReference: name: Ut cupidatat Duis groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: 6946669.7408254 maxValue: 83943171.96904132 minValue: 93424064.16476154 sourceRange: sources: - endColumnIndex: 43409596 endRowIndex: 25613295 sheetId: 24793983 startColumnIndex: -86096266 startRowIndex: 27520739 reversed: true dataSourceChartProperties: dataExecutionStatus: errorCode: DATA_EXECUTION_ERROR_CODE_UNSPECIFIED errorMessage: aliquip consectetur anim lastRefreshTime: al state: RUNNING dataSourceId: eiusmod ut consequat filterSpecs: - columnIndex: 90546677 dataSourceColumnReference: name: aute dolor laboris filterCriteria: condition: type: NUMBER_GREATER values: - relativeDate: RELATIVE_DATE_UNSPECIFIED userEnteredValue: ea c hiddenValues: - Duis proident do et visibleBackgroundColor: alpha: -36283526.30272102 blue: -1345286.881266445 green: -12026794.19154644 red: -15180752.626320705 visibleBackgroundColorStyle: rgbColor: alpha: 45116185.141209155 blue: 45489662.91515803 green: 54509241.505173504 red: -687712.9555583447 themeColor: ACCENT3 visibleForegroundColor: alpha: -28565684.45552306 blue: 81054396.77549508 green: 80240546.97687149 red: 34993376.16041127 visibleForegroundColorStyle: rgbColor: alpha: -66222367.96892498 blue: 48585075.55200243 green: -5020969.710157797 red: -46324783.9773818 themeColor: LINK fontName: do hiddenDimensionStrategy: CHART_HIDDEN_DIMENSION_STRATEGY_UNSPECIFIED histogramChart: bucketSize: -84607370.87032846 legendPosition: RIGHT_LEGEND outlierPercentile: -55914163.013332054 series: - barColor: alpha: 55040259.75877115 blue: 69737257.65370405 green: 35399131.94407421 red: 58901591.43528417 barColorStyle: rgbColor: alpha: -42943196.55535497 blue: 67372783.7021254 green: 27349397.156058505 red: -94587978.25310077 themeColor: ACCENT5 data: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: consectetur amet groupRule: dateTimeRule: type: YEAR_MONTH histogramRule: intervalSize: -30788024.641912863 maxValue: -24732732.354569674 minValue: 4681068.022945747 sourceRange: sources: - endColumnIndex: 6881824 endRowIndex: 59193013 sheetId: -78991757 startColumnIndex: -56953158 startRowIndex: -24851839 showItemDividers: true maximized: false orgChart: labels: aggregateType: MEDIAN columnReference: name: dolore sunt groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: 87979300.06759924 maxValue: -69738481.45343556 minValue: -55802864.81927726 sourceRange: sources: - endColumnIndex: 29992841 endRowIndex: -43142118 sheetId: -28375698 startColumnIndex: -72923293 startRowIndex: -33095858 nodeColor: alpha: 63129191.538889855 blue: -35920096.32508599 green: 84152512.73405561 red: -11451214.36287035 nodeColorStyle: rgbColor: alpha: -97554231.51759884 blue: -29398256.39035356 green: 97755801.09825203 red: 34052276.84180114 themeColor: ACCENT3 nodeSize: LARGE parentLabels: aggregateType: MEDIAN columnReference: name: enim est nostrud groupRule: dateTimeRule: type: QUARTER histogramRule: intervalSize: 88870422.46986204 maxValue: 71468798.485621 minValue: -57852079.24046984 sourceRange: sources: - endColumnIndex: 17055627 endRowIndex: -57134547 sheetId: 57015075 startColumnIndex: 99690712 startRowIndex: -33788216 selectedNodeColor: alpha: -29455482.56013368 blue: -22382852.613567516 green: 8850774.5190427 red: 61466971.9064942 selectedNodeColorStyle: rgbColor: alpha: -75343847.9287142 blue: -8954102.548794523 green: -34938585.086757176 red: -19011933.398021072 themeColor: ACCENT3 tooltips: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: officia proident et Ut groupRule: dateTimeRule: type: QUARTER histogramRule: intervalSize: -94682800.43479304 maxValue: 46663800.77882236 minValue: -46526138.67756505 sourceRange: sources: - endColumnIndex: 48665731 endRowIndex: 65106729 sheetId: -86829639 startColumnIndex: -26806983 startRowIndex: -14573074 pieChart: domain: aggregateType: MAX columnReference: name: amet sunt ut groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: 67702553.569311 maxValue: -91163548.4262694 minValue: 33648414.01718235 sourceRange: sources: - endColumnIndex: 51976057 endRowIndex: 19254915 sheetId: 97191751 startColumnIndex: -18454783 startRowIndex: 33933093 legendPosition: TOP_LEGEND pieHole: -30263554.3671816 series: aggregateType: MIN columnReference: name: 'Excepteur minim ' groupRule: dateTimeRule: type: DAY_OF_MONTH histogramRule: intervalSize: -50713394.28357296 maxValue: -39606797.85202501 minValue: -11707961.734067008 sourceRange: sources: - endColumnIndex: -35582263 endRowIndex: -6114928 sheetId: 32942167 startColumnIndex: -61891345 startRowIndex: 42817793 threeDimensional: true scorecardChart: aggregateType: SUM baselineValueData: aggregateType: COUNT columnReference: name: est dol groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: -84704547.41613685 maxValue: -60029874.82360034 minValue: -85835166.9727921 sourceRange: sources: - endColumnIndex: 30967618 endRowIndex: 43348963 sheetId: 8722686 startColumnIndex: 19580190 startRowIndex: 19736578 baselineValueFormat: comparisonType: ABSOLUTE_DIFFERENCE description: exercitation ea negativeColor: alpha: 91192114.04931337 blue: 84467827.57099438 green: 13171452.879573137 red: 749918.1010410339 negativeColorStyle: rgbColor: alpha: 75322019.75364456 blue: -58339194.567314535 green: -2502404.4841341972 red: -49802225.98250763 themeColor: ACCENT4 position: horizontalAlignment: RIGHT positiveColor: alpha: 47683155.2413601 blue: -48258473.6134728 green: -79219630.28850487 red: 73135752.91313782 positiveColorStyle: rgbColor: alpha: -51811771.27181496 blue: -68431861.42049551 green: 3160043.800748363 red: -30675512.206715316 themeColor: ACCENT6 textFormat: bold: true fontFamily: aliquip culpa ut fontSize: 46805087 foregroundColor: alpha: -62924653.43184421 blue: 20943779.987398475 green: -17616130.36710909 red: -3220385.6507084817 foregroundColorStyle: rgbColor: alpha: 71779234.54589847 blue: 31177018.482527792 green: -49721861.10757293 red: 53599046.95277199 themeColor: THEME_COLOR_TYPE_UNSPECIFIED italic: false link: uri: ali strikethrough: false underline: false customFormatOptions: prefix: proident fugiat cons suffix: id aliqua keyValueData: aggregateType: COUNT columnReference: name: anim quis groupRule: dateTimeRule: type: CHART_DATE_TIME_RULE_TYPE_UNSPECIFIED histogramRule: intervalSize: 50402519.97843766 maxValue: 79630701.63392273 minValue: -72021083.7874685 sourceRange: sources: - endColumnIndex: 36860082 endRowIndex: -99459561 sheetId: -20414918 startColumnIndex: 65828 startRowIndex: 89009394 keyValueFormat: position: horizontalAlignment: HORIZONTAL_ALIGN_UNSPECIFIED textFormat: bold: false fontFamily: dolore fontSize: 58034460 foregroundColor: alpha: -89284965.90978332 blue: 87746540.76626381 green: 70359194.17464548 red: -15107432.094405621 foregroundColorStyle: rgbColor: alpha: 92624270.26585877 blue: 76408327.49501455 green: -26905631.18148361 red: -50289008.269739985 themeColor: ACCENT3 italic: false link: uri: velit mollit labore voluptate strikethrough: false underline: false numberFormatSource: CHART_NUMBER_FORMAT_SOURCE_UNDEFINED scaleFactor: -5359429.594352871 sortSpecs: - backgroundColor: alpha: -39930853.52848409 blue: 49080107.640369385 green: -8043835.338221729 red: -82586735.70494701 backgroundColorStyle: rgbColor: alpha: 91640696.8671143 blue: 26897959.743679762 green: -47879743.89375163 red: 93100312.27694032 themeColor: ACCENT6 dataSourceColumnReference: name: fugiat in Lorem occaecat dimensionIndex: -88840985 foregroundColor: alpha: -75857689.17465128 blue: 29787494.024613097 green: -84352396.56627944 red: -89930343.12985398 foregroundColorStyle: rgbColor: alpha: 34651137.4042612 blue: -930903.671572119 green: 1281339.8256363422 red: 3807791.214975789 themeColor: TEXT sortOrder: DESCENDING subtitle: magna velit subtitleTextFormat: bold: true fontFamily: veniam sit dolor aute fontSize: -45388084 foregroundColor: alpha: -52163753.82327558 blue: -10058404.811999738 green: -81965679.10336196 red: 32525819.75083393 foregroundColorStyle: rgbColor: alpha: 68603502.39416003 blue: -24690407.82358101 green: 61136506.37899554 red: 84241621.90678227 themeColor: ACCENT2 italic: true link: uri: tempor consectetur strikethrough: true underline: false subtitleTextPosition: horizontalAlignment: HORIZONTAL_ALIGN_UNSPECIFIED title: aliq titleTextFormat: bold: true fontFamily: non ullamco laboris fontSize: 73318110 foregroundColor: alpha: 30110225.536503732 blue: 38491927.4758943 green: 95094690.34997103 red: -51271996.931729145 foregroundColorStyle: rgbColor: alpha: -45286265.88793503 blue: 4883206.111387521 green: 39371167.88144383 red: -97257188.29635426 themeColor: TEXT italic: true link: uri: sed in strikethrough: true underline: true titleTextPosition: horizontalAlignment: LEFT treemapChart: colorData: aggregateType: MIN columnReference: name: est et groupRule: dateTimeRule: type: DAY_OF_YEAR histogramRule: intervalSize: -87370287.69161367 maxValue: 63694067.566963494 minValue: 65378205.29212701 sourceRange: sources: - endColumnIndex: -86832079 endRowIndex: 56378894 sheetId: 41285499 startColumnIndex: 19967088 startRowIndex: -83999042 colorScale: maxValueColor: alpha: 61322054.213629335 blue: -99123982.21827145 green: 80750735.98303589 red: 52098616.85426694 maxValueColorStyle: rgbColor: alpha: 43468410.23279801 blue: 38780059.91488701 green: 94937094.52421802 red: 5673434.052179977 themeColor: ACCENT1 midValueColor: alpha: -40893685.231944144 blue: 34050815.38297199 green: -95680096.3838476 red: -51629671.84386633 midValueColorStyle: rgbColor: alpha: 95447093.73078987 blue: -83367126.71878645 green: -58423988.25561426 red: 119657.44637519121 themeColor: ACCENT3 minValueColor: alpha: 54617885.253979415 blue: 17837783.893287316 green: 19904306.74798067 red: 61354369.22587797 minValueColorStyle: rgbColor: alpha: 47304735.15669909 blue: 82533081.71530113 green: -16093777.310446367 red: 64352116.3654238 themeColor: LINK noDataColor: alpha: 83331239.39278728 blue: -23262921.960855514 green: 65262497.94032225 red: 10048267.815709531 noDataColorStyle: rgbColor: alpha: -73179697.24343878 blue: -87528688.75965652 green: -59566691.700415395 red: -46601037.91076127 themeColor: ACCENT5 headerColor: alpha: 26994389.41218242 blue: 17093624.016673908 green: -61517646.16487689 red: 81670949.55874091 headerColorStyle: rgbColor: alpha: 2448766.8123804927 blue: -9175268.361172289 green: -69556456.81124017 red: 29179775.0721229 themeColor: ACCENT5 hideTooltips: true hintedLevels: 22972430 labels: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: tempor occa groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: -18477549.46402648 maxValue: 96611960.49759933 minValue: -64086187.69615084 sourceRange: sources: - endColumnIndex: -6007990 endRowIndex: 26304385 sheetId: 57396648 startColumnIndex: -89330295 startRowIndex: 15068429 levels: 51514916 maxValue: -24180101.332737938 minValue: 91137082.88042629 parentLabels: aggregateType: AVERAGE columnReference: name: enim ut dolore ullamco groupRule: dateTimeRule: type: YEAR histogramRule: intervalSize: 85969190.56500435 maxValue: 78955224.44921449 minValue: 79065578.98970333 sourceRange: sources: - endColumnIndex: -12853928 endRowIndex: -9638427 sheetId: -94740200 startColumnIndex: -47659673 startRowIndex: -10557056 sizeData: aggregateType: MEDIAN columnReference: name: ea elit eiusmod in groupRule: dateTimeRule: type: DAY_MONTH histogramRule: intervalSize: 43941521.313759446 maxValue: -4185782.450240046 minValue: 63424334.84402138 sourceRange: sources: - endColumnIndex: 2162496 endRowIndex: -81773720 sheetId: 62084011 startColumnIndex: 14629947 startRowIndex: -20515355 textFormat: bold: false fontFamily: ut sunt fontSize: -35201641 foregroundColor: alpha: -94278432.48688364 blue: -63588026.126646824 green: -20463414.283255383 red: 48171810.31969905 foregroundColorStyle: rgbColor: alpha: -41440237.64087299 blue: 85189591.08992493 green: -20000077.710908532 red: 15296983.031435743 themeColor: ACCENT1 italic: false link: uri: Lorem tempo strikethrough: true underline: true waterfallChart: connectorLineStyle: type: MEDIUM_DASHED width: 20320648 domain: data: aggregateType: MAX columnReference: name: deseru groupRule: dateTimeRule: type: SECOND histogramRule: intervalSize: 86760765.78905803 maxValue: 5305433.656956509 minValue: -75171557.66032615 sourceRange: sources: - endColumnIndex: 51877618 endRowIndex: 40320525 sheetId: 56359334 startColumnIndex: -5364191 startRowIndex: -62128845 reversed: true firstValueIsTotal: true hideConnectorLines: false series: - customSubtotals: - dataIsSubtotal: false label: ad sit consequat exercitation subtotalIndex: 21627474 data: aggregateType: MAX columnReference: name: fugiat groupRule: dateTimeRule: type: HOUR histogramRule: intervalSize: -86172941.4966451 maxValue: -30639866.86549498 minValue: -38795739.96309489 sourceRange: sources: - endColumnIndex: -27247840 endRowIndex: 36821519 sheetId: 77411222 startColumnIndex: 67875131 startRowIndex: 41098630 dataLabel: customLabelData: aggregateType: CHART_AGGREGATE_TYPE_UNSPECIFIED columnReference: name: Duis sunt groupRule: dateTimeRule: type: HOUR_MINUTE histogramRule: intervalSize: 19564201.770708054 maxValue: -16648343.70710811 minValue: 24281608.492682233 sourceRange: sources: - endColumnIndex: 29768862 endRowIndex: -37969810 sheetId: -44087576 startColumnIndex: 35789649 startRowIndex: 33693671 placement: CENTER textFormat: bold: false fontFamily: dolor quis fontSize: -40327592 foregroundColor: alpha: -92305964.46019806 blue: 41764178.692697406 green: 4341323.698441401 red: 94530488.20776337 foregroundColorStyle: rgbColor: alpha: -25797716.605266124 blue: -33603002.378911294 green: 50854133.31138152 red: 20121345.028139308 themeColor: LINK italic: true link: uri: nostrud strikethrough: true underline: true type: DATA_LABEL_TYPE_UNSPECIFIED hideTrailingSubtotal: true negativeColumnsStyle: color: alpha: -43139445.953923024 blue: 57711416.60128677 green: 40022444.19989854 red: 46273028.2518788 colorStyle: rgbColor: alpha: 57819589.90490046 blue: 92523222.32820892 green: 1131289.751197651 red: -38793367.02818557 themeColor: ACCENT4 label: reprehenderit eiusmod ex ut positiveColumnsStyle: color: alpha: -33684473.433511466 blue: 47421967.97235504 green: 61485931.39422411 red: 86964213.93143621 colorStyle: rgbColor: alpha: -91575506.62353389 blue: 48932954.386547506 green: 87439439.0248324 red: -92230734.4690994 themeColor: ACCENT4 label: ullamco quis ipsum qui subtotalColumnsStyle: color: alpha: 15682056.821042463 blue: -10132205.608376756 green: 63461460.64753729 red: 4771751.812094882 colorStyle: rgbColor: alpha: 92124248.13654628 blue: -51944586.383404315 green: 77172108.68174008 red: 22212738.56704147 themeColor: ACCENT2 label: nostrud dolore exercitation stackedType: WATERFALL_STACKED_TYPE_UNSPECIFIED totalDataLabel: customLabelData: aggregateType: MIN columnReference: name: aliqua voluptate amet no groupRule: dateTimeRule: type: MINUTE histogramRule: intervalSize: -13262467.511420175 maxValue: -40456078.32104912 minValue: -78313230.16158862 sourceRange: sources: - endColumnIndex: -79457181 endRowIndex: 15754126 sheetId: -67859274 startColumnIndex: 21830512 startRowIndex: 61101925 placement: LEFT textFormat: bold: false fontFamily: dolor fontSize: 73390401 foregroundColor: alpha: 84556313.01613939 blue: -42099750.8689013 green: 66684186.11342633 red: -5976877.88054651 foregroundColorStyle: rgbColor: alpha: -53960989.89776843 blue: -18442235.36373377 green: -55305533.3459997 red: -85411857.99655175 themeColor: ACCENT5 italic: false link: uri: ullamco dolor consectetur dolor strikethrough: true underline: false type: NONE columnGroups: - collapsed: true depth: 18374754 range: dimension: COLUMNS endIndex: 64005365 sheetId: -23981058 startIndex: -32057668 conditionalFormats: - booleanRule: condition: type: DATE_IS_VALID values: - relativeDate: PAST_YEAR userEnteredValue: nostrud sed occaecat format: backgroundColor: alpha: -33696071.38050195 blue: 15037619.425577775 green: 5387136.656987175 red: 23675355.83419293 backgroundColorStyle: rgbColor: alpha: -71452563.07219623 blue: -44775926.694522105 green: -74123652.41325536 red: 93407629.04067361 themeColor: ACCENT5 borders: bottom: color: alpha: 11713632.41502203 blue: 10612383.080546424 green: -10731370.42296195 red: 85766312.12907669 colorStyle: rgbColor: alpha: -65098789.404307134 blue: 87659842.74322918 green: 55812981.82029432 red: -69790904.97943807 themeColor: ACCENT4 style: DASHED width: 97871266 left: color: alpha: 20601198.911095336 blue: 29841479.57745242 green: 9092286.33986476 red: 40934378.194180965 colorStyle: rgbColor: alpha: -28138053.097323194 blue: -71672715.97565582 green: 25554084.377339065 red: -28855421.117769316 themeColor: ACCENT5 style: SOLID_THICK width: -69936940 right: color: alpha: 43989936.684245825 blue: 34329817.85070273 green: -97595714.19915205 red: 83020651.84483784 colorStyle: rgbColor: alpha: -69997276.90040971 blue: 36711991.453406304 green: -11937914.337869376 red: 1142599.3258616775 themeColor: ACCENT4 style: DOUBLE width: -63493261 top: color: alpha: 51867248.317953914 blue: 16173933.168091908 green: 30261508.495030716 red: 18478551.68641144 colorStyle: rgbColor: alpha: 8724031.323282585 blue: -56047238.0663839 green: 54871971.990857065 red: 74762519.29785281 themeColor: ACCENT1 style: DASHED width: 90290532 horizontalAlignment: LEFT hyperlinkDisplayType: LINKED numberFormat: pattern: Duis Lorem type: SCIENTIFIC padding: bottom: -45258047 left: 79501126 right: -88560792 top: 18715229 textDirection: LEFT_TO_RIGHT textFormat: bold: true fontFamily: laborum Lorem aute anim fontSize: -54695866 foregroundColor: alpha: -96715819.03853346 blue: 51262618.51935482 green: 47100542.15011147 red: 72744837.8586438 foregroundColorStyle: rgbColor: alpha: 5077246.416933745 blue: 94924185.87944713 green: -79044590.47108224 red: -48855092.19125601 themeColor: THEME_COLOR_TYPE_UNSPECIFIED italic: false link: uri: enim strikethrough: true underline: false textRotation: angle: 15272087 vertical: true verticalAlignment: BOTTOM wrapStrategy: WRAP_STRATEGY_UNSPECIFIED gradientRule: maxpoint: color: alpha: -44582503.76789694 blue: 84725439.36743551 green: -70597214.37194546 red: -73157025.11586607 colorStyle: rgbColor: alpha: 27296064.52745354 blue: 96221099.65039742 green: 41166760.45432234 red: -5116491.946219787 themeColor: ACCENT5 type: NUMBER value: aliquip esse exe midpoint: color: alpha: -49603195.91381302 blue: -32125023.898420498 green: -78188899.89219734 red: -57892755.206260785 colorStyle: rgbColor: alpha: -82792542.42318083 blue: -58087470.74477996 green: -82430007.61734551 red: -97877882.06454743 themeColor: BACKGROUND type: INTERPOLATION_POINT_TYPE_UNSPECIFIED value: dolor officia minpoint: color: alpha: -99629648.8521859 blue: 21301662.241155967 green: 64155347.91908571 red: -61658800.72800576 colorStyle: rgbColor: alpha: -41052112.6239356 blue: 95533010.45308128 green: -15564682.62086548 red: -21968581.755773365 themeColor: ACCENT1 type: PERCENTILE value: 'incididunt quis sint ' ranges: - endColumnIndex: 74659565 endRowIndex: -88771425 sheetId: 74303660 startColumnIndex: -21044297 startRowIndex: -18392721 data: - columnMetadata: - dataSourceColumnReference: name: labore reprehenderit culpa ad developerMetadata: - location: dimensionRange: dimension: DIMENSION_UNSPECIFIED endIndex: -87933162 sheetId: 47670262 startIndex: -47295049 locationType: SHEET sheetId: -24764939 spreadsheet: true metadataId: 76194147 metadataKey: consequat in metadataValue: mollit aliquip ad visibility: PROJECT hiddenByFilter: false hiddenByUser: true pixelSize: 88073830 rowData: - values: - dataSourceFormula: dataExecutionStatus: errorCode: DATA_EXECUTION_ERROR_CODE_UNSPECIFIED errorMessage: tempor dolore officia veniam lastRefreshTime: culpa proident dolor state: RUNNING dataSourceId: ipsum sit reprehenderit in dataSourceTable: columnSelectionType: SELECTED columns: - name: nisi in irure dataExecutionStatus: errorCode: CONCURRENT_QUERY errorMessage: nisi lastRefreshTime: irure reprehenderit state: RUNNING dataSourceId: veniam sunt aliquip sit filterSpecs: - columnIndex: -99579434 dataSourceColumnReference: name: sunt velit dolore magna filterCriteria: condition: type: NUMBER_BETWEEN values: - relativeDate: PAST_MONTH userEnteredValue: aliquip Duis hiddenValues: - deserunt sed visibleBackgroundColor: alpha: 55398560.65484887 blue: -34173072.032416485 green: -97673278.36096938 red: 67170455.83319402 visibleBackgroundColorStyle: rgbColor: alpha: -33292060.616818644 blue: 69704544.72822353 green: 63635833.17909995 red: 59984200.48429686 themeColor: ACCENT6 visibleForegroundColor: alpha: 27696114.333764046 blue: -58617972.98879745 green: 86459807.99078384 red: -28686752.592930764 visibleForegroundColorStyle: rgbColor: alpha: -60354093.75723786 blue: 73983121.74659374 green: -41247335.40207526 red: -92048880.71548022 themeColor: THEME_COLOR_TYPE_UNSPECIFIED rowLimit: 68396451 sortSpecs: - backgroundColor: alpha: 15017235.123969331 blue: -9033293.91994965 green: 77916247.7642985 red: -16689793.954687998 backgroundColorStyle: rgbColor: alpha: 69138969.14693648 blue: 86509695.95040658 green: -90003248.09829107 red: 9140276.879808739 themeColor: ACCENT4 dataSourceColumnReference: name: dolor voluptate dimensionIndex: 96521710 foregroundColor: alpha: -99202387.1050502 blue: -59191122.74421856 green: 73019757.29999626 red: -24441230.725797743 foregroundColorStyle: rgbColor: alpha: -10796247.60116689 blue: -11355089.479209468 green: -29729478.459359586 red: 49766593.97480062 themeColor: ACCENT4 sortOrder: ASCENDING dataValidation: condition: type: NUMBER_EQ values: - relativeDate: YESTERDAY userEnteredValue: et inputMessage: id Duis showCustomUi: true strict: false effectiveFormat: backgroundColor: alpha: -75165906.87639546 blue: 31437318.769427687 green: -25133229.664263457 red: -73598153.15391107 backgroundColorStyle: rgbColor: alpha: 73284162.59540677 blue: 80348581.55412823 green: 83304070.27409178 red: 28015158.098887578 themeColor: ACCENT4 borders: bottom: color: alpha: 87561132.5655073 blue: -32232656.67089477 green: -70787822.84402739 red: 76420690.66282183 colorStyle: rgbColor: alpha: 21204111.585098535 blue: -5189404.144321725 green: -28696708.174476355 red: 14501358.597405821 themeColor: ACCENT2 style: SOLID_THICK width: -21459940 left: color: alpha: -72669838.59894718 blue: 18652029.719697267 green: -77277200.42718627 red: -9658050.436916187 colorStyle: rgbColor: alpha: -9822871.180133492 blue: -45876765.68401129 green: -28517314.345187068 red: -33708821.58251196 themeColor: ACCENT5 style: NONE width: -77939700 right: color: alpha: -92112658.48853767 blue: -7633934.965055779 green: 91208642.66715351 red: 35480546.31778875 colorStyle: rgbColor: alpha: -38575607.829158634 blue: 55951475.3930189 green: 25867680.686059162 red: 20304526.938570917 themeColor: TEXT style: DASHED width: -63237809 top: color: alpha: -56954813.58897112 blue: 88612165.95023671 green: 10714099.928762838 red: 82593997.34483165 colorStyle: rgbColor: alpha: 31699946.670475304 blue: -88050254.85500804 green: 73138556.05160445 red: 90773299.82631132 themeColor: ACCENT6 style: NONE width: 9174193 horizontalAlignment: RIGHT hyperlinkDisplayType: LINKED numberFormat: pattern: 'ullamco aute ' type: PERCENT padding: bottom: 86665013 left: 48041536 right: -74666208 top: -54673629 textDirection: RIGHT_TO_LEFT textFormat: bold: false fontFamily: in amet aliqua tempor fontSize: -85109807 foregroundColor: alpha: -29969706.666835055 blue: -71459984.88710994 green: -17699409.167820737 red: -43227880.60569085 foregroundColorStyle: rgbColor: alpha: -15886756.891549066 blue: -26993248.489153564 green: 18984824.729538634 red: -27602564.702234656 themeColor: ACCENT5 italic: false link: uri: ad tempor consectet strikethrough: true underline: true textRotation: angle: -19008652 vertical: true verticalAlignment: TOP wrapStrategy: WRAP_STRATEGY_UNSPECIFIED effectiveValue: boolValue: true errorValue: message: quis Lorem dolore nostrud type: LOADING formulaValue: mollit deserunt eiusmod non numberValue: 65393364.65626028 stringValue: amet c formattedValue: minim velit hyperlink: est magna pariatur note: tem pivotTable: columns: - dataSourceColumnReference: name: in laboris groupLimit: applyOrder: 86894586 countLimit: -95189988 groupRule: dateTimeRule: type: SECOND histogramRule: end: 73388672.70205921 interval: -29611396.371270522 start: -736558.7482237965 manualRule: groups: - groupName: boolValue: false errorValue: message: aliquip eiusmod irure nisi type: NUM formulaValue: quis deserunt nulla numberValue: 65941239.132365406 stringValue: culpa mollit ipsum velit items: - boolValue: true errorValue: message: tempor elit incididunt type: DIVIDE_BY_ZERO formulaValue: Lorem proident numberValue: 85929252.08708397 stringValue: velit dolore in label: ipsum cupidat repeatHeadings: true showTotals: false sortOrder: DESCENDING sourceColumnOffset: -93231206 valueBucket: buckets: - boolValue: true errorValue: message: ut dol type: DIVIDE_BY_ZERO formulaValue: amet nisi exerc numberValue: 46380282.57440895 stringValue: enim Lorem magna valuesIndex: 81769487 valueMetadata: - collapsed: true value: boolValue: true errorValue: message: Duis type: N_A formulaValue: dolor eiusmod anim voluptate pari numberValue: -26844411.7826768 stringValue: elit occaecat criteria: consequat_c15: condition: type: ONE_OF_RANGE values: - relativeDate: YESTERDAY userEnteredValue: tempor aliqua officia visibleByDefault: false visibleValues: - quis ea deserunt in dolor_aa: condition: type: DATE_BETWEEN values: - relativeDate: PAST_YEAR userEnteredValue: sit sint visibleByDefault: true visibleValues: - dolore eiusmod elit occaecat dataExecutionStatus: errorCode: TOO_MANY_COLUMNS errorMessage: nulla ut deserunt lastRefreshTime: eiusmod fugiat dolor state: SUCCEEDED dataSourceId: Duis occaecat Lorem mollit filterSpecs: - columnOffsetIndex: 68390305 dataSourceColumnReference: name: nisi est filterCriteria: condition: type: NUMBER_NOT_EQ values: - relativeDate: PAST_MONTH userEnteredValue: Lorem officia velit aliqua visibleByDefault: false visibleValues: - Ut est rows: - dataSourceColumnReference: name: et Duis groupLimit: applyOrder: -87421783 countLimit: 97455878 groupRule: dateTimeRule: type: YEAR_MONTH histogramRule: end: -45430317.88629501 interval: 19112464.14861214 start: -601118.3269306868 manualRule: groups: - groupName: boolValue: true errorValue: message: in proident do deserunt amet type: LOADING formulaValue: ip numberValue: -78375600.73544556 stringValue: labore est voluptate officia items: - boolValue: true errorValue: message: reprehenderit ex type: ERROR formulaValue: nisi id numberValue: 87183800.10702923 stringValue: officia label: consequat ullamco aute voluptate ad repeatHeadings: true showTotals: false sortOrder: DESCENDING sourceColumnOffset: -44411710 valueBucket: buckets: - boolValue: false errorValue: message: cillum nostrud type: DIVIDE_BY_ZERO formulaValue: est anim nulla numberValue: 62541937.02901471 stringValue: non Excepteur valuesIndex: -98790945 valueMetadata: - collapsed: false value: boolValue: true errorValue: message: dolo type: ERROR_TYPE_UNSPECIFIED formulaValue: qui numberValue: 70999832.1996871 stringValue: Excepteur cillum nostrud sit source: endColumnIndex: -52966387 endRowIndex: 73464648 sheetId: 26197423 startColumnIndex: 65892321 startRowIndex: 73328951 valueLayout: HORIZONTAL values: - calculatedDisplayType: PERCENT_OF_COLUMN_TOTAL dataSourceColumnReference: name: elit veniam mollit formula: in qui u name: dolor ad magna dolor sourceColumnOffset: 37969168 summarizeFunction: STDEVP textFormatRuns: - format: bold: false fontFamily: in aute fontSize: -32005442 foregroundColor: alpha: -41451009.7751632 blue: 50352423.90654141 green: 53143325.43411711 red: -85457268.54885384 foregroundColorStyle: rgbColor: alpha: 57441892.294582576 blue: -56261494.03466365 green: -20070334.48529367 red: -44818422.94338132 themeColor: ACCENT6 italic: true link: uri: laborum mo strikethrough: false underline: true startIndex: -44697679 userEnteredFormat: backgroundColor: alpha: 16235958.11779435 blue: 72798167.68336585 green: 52013078.54701626 red: 30373130.672796294 backgroundColorStyle: rgbColor: alpha: 16486518.285981506 blue: -39751287.05494741 green: 21619706.9985601 red: -71330440.49013782 themeColor: ACCENT1 borders: bottom: color: alpha: -36555151.42781356 blue: -74208683.55784705 green: 57746540.27194807 red: 29994710.88130851 colorStyle: rgbColor: alpha: 54516165.652094096 blue: 77027668.19738951 green: 63962014.416650295 red: 70087936.93838301 themeColor: ACCENT2 style: DOUBLE width: -14473424 left: color: alpha: -39789231.24171487 blue: -89708072.39761886 green: 45571135.52069461 red: 72494046.39968094 colorStyle: rgbColor: alpha: -60007140.78625395 blue: -446046.0255649537 green: 86990245.45480078 red: 29958676.957075655 themeColor: ACCENT1 style: DOUBLE width: -30082634 right: color: alpha: -9393032.849586368 blue: -83153669.34595625 green: -71624949.31064041 red: -80968641.75605151 colorStyle: rgbColor: alpha: 71824702.21632546 blue: -35043582.97587431 green: 59238675.52873051 red: 21344980.42260109 themeColor: BACKGROUND style: STYLE_UNSPECIFIED width: 4357643 top: color: alpha: -25307587.924525306 blue: 43166994.75238925 green: -54168585.88518769 red: 30895917.19349292 colorStyle: rgbColor: alpha: -80787203.7284075 blue: -17541923.775853038 green: 6712843.9920782745 red: 25491278.090904996 themeColor: THEME_COLOR_TYPE_UNSPECIFIED style: DOUBLE width: 72172146 horizontalAlignment: LEFT hyperlinkDisplayType: LINKED numberFormat: pattern: incididunt ut type: SCIENTIFIC padding: bottom: -65902242 left: 29002485 right: 53944408 top: -31004637 textDirection: TEXT_DIRECTION_UNSPECIFIED textFormat: bold: false fontFamily: sed eu fontSize: 215982 foregroundColor: alpha: -2639320.204084024 blue: 79218091.42426041 green: -18156892.879986137 red: -9248773.390694961 foregroundColorStyle: rgbColor: alpha: 26279239.217041582 blue: 34797003.40519014 green: 80077070.73050928 red: 95727232.5388664 themeColor: THEME_COLOR_TYPE_UNSPECIFIED italic: false link: uri: ullamc strikethrough: false underline: false textRotation: angle: -55192093 vertical: false verticalAlignment: VERTICAL_ALIGN_UNSPECIFIED wrapStrategy: CLIP userEnteredValue: boolValue: false errorValue: message: culpa est id nisi type: REF formulaValue: amet est sint dolor numberValue: 65088564.28292459 stringValue: officia mollit anim rowMetadata: - dataSourceColumnReference: name: qui aliquip do developerMetadata: - location: dimensionRange: dimension: ROWS endIndex: -44951718 sheetId: 97483151 startIndex: -43420977 locationType: SHEET sheetId: -29429824 spreadsheet: false metadataId: 65352796 metadataKey: officia metadataValue: nostrud Ut visibility: PROJECT hiddenByFilter: false hiddenByUser: true pixelSize: 38087355 startColumn: 99299073 startRow: 16142545 developerMetadata: - location: dimensionRange: dimension: COLUMNS endIndex: -14106255 sheetId: 18692779 startIndex: 39297711 locationType: DEVELOPER_METADATA_LOCATION_TYPE_UNSPECIFIED sheetId: -96663531 spreadsheet: false metadataId: 26526962 metadataKey: labore dolor aliqua metadataValue: Excepteur consequat visibility: DOCUMENT filterViews: - criteria: laborum_5: condition: type: DATE_BETWEEN values: - relativeDate: TODAY userEnteredValue: consequat Excepteur laboris minim sed hiddenValues: - exerc visibleBackgroundColor: alpha: 26587630.051572695 blue: -46399136.4885628 green: -40440691.767909564 red: 30692845.781372428 visibleBackgroundColorStyle: rgbColor: alpha: -36273486.55584348 blue: 96392363.6100077 green: -62560571.41801041 red: -65597002.27855321 themeColor: LINK visibleForegroundColor: alpha: 29241469.066167578 blue: -30192963.9297359 green: 70180835.40378043 red: -83730703.47639975 visibleForegroundColorStyle: rgbColor: alpha: -23490395.416582018 blue: -51160629.083008 green: 13647481.536380693 red: -99523149.13434108 themeColor: ACCENT2 quis_c0: condition: type: TEXT_IS_URL values: - relativeDate: PAST_YEAR userEnteredValue: in hiddenValues: - in visibleBackgroundColor: alpha: 14028520.369448707 blue: -2007903.5193176717 green: 55691231.64105004 red: 49469530.178036004 visibleBackgroundColorStyle: rgbColor: alpha: 84001328.06996918 blue: -50333507.62282995 green: -64079464.913153216 red: 44416770.20208529 themeColor: ACCENT3 visibleForegroundColor: alpha: -12731127.634207606 blue: 41996697.90869641 green: -46579626.66862479 red: -71150296.35351284 visibleForegroundColorStyle: rgbColor: alpha: -18641126.628708497 blue: -35774654.21024848 green: -72763786.36671 red: 99095348.24340591 themeColor: LINK filterSpecs: - columnIndex: -8690044 dataSourceColumnReference: name: proident aliquip filterCriteria: condition: type: NOT_BLANK values: - relativeDate: TOMORROW userEnteredValue: officia nostrud in hiddenValues: - proident eiusmod non consectetur visibleBackgroundColor: alpha: -7995442.001775116 blue: -74968499.54806182 green: -79772789.4567942 red: -45369903.57868702 visibleBackgroundColorStyle: rgbColor: alpha: -9338751.285100594 blue: -2922536.209486857 green: -82581075.82193448 red: 39414349.65034157 themeColor: ACCENT1 visibleForegroundColor: alpha: 29826077.416628256 blue: 48191500.28130442 green: -56553429.51918874 red: 44218276.386606455 visibleForegroundColorStyle: rgbColor: alpha: -14641434.094726428 blue: 10963555.996505782 green: 17382951.727717713 red: -50522176.394069575 themeColor: ACCENT1 filterViewId: 35977611 namedRangeId: veniam sunt Excepteur anim consectetur range: endColumnIndex: -19775724 endRowIndex: 75054710 sheetId: -28503853 startColumnIndex: 19549933 startRowIndex: 1397688 sortSpecs: - backgroundColor: alpha: 22422725.21389985 blue: -88600267.43612233 green: -48137071.12259924 red: 72603692.21021366 backgroundColorStyle: rgbColor: alpha: 47557536.703449786 blue: 29954654.171645597 green: 13074032.706790864 red: 13567227.501118809 themeColor: ACCENT4 dataSourceColumnReference: name: officia Duis dimensionIndex: 64535392 foregroundColor: alpha: 9223315.989956275 blue: 43453995.384192556 green: 66577650.54409447 red: 72655687.62276167 foregroundColorStyle: rgbColor: alpha: 70826650.4811235 blue: 1195344.3883961737 green: 86670478.51519728 red: 1106016.8049707562 themeColor: BACKGROUND sortOrder: ASCENDING title: Excepteur cupidatat adipisicing ad nostrud merges: - endColumnIndex: -65646743 endRowIndex: 2370620 sheetId: 54682586 startColumnIndex: -56370214 startRowIndex: -84051334 properties: dataSourceSheetProperties: columns: - formula: sed anim Ex reference: name: non cillum in fugiat dataExecutionStatus: errorCode: TIMED_OUT errorMessage: deserunt enim pariatur sunt lastRefreshTime: ea state: NOT_STARTED dataSourceId: anim in amet cupidatat gridProperties: columnCount: -71712723 columnGroupControlAfter: true frozenColumnCount: -90124383 frozenRowCount: 74050606 hideGridlines: true rowCount: -37569744 rowGroupControlAfter: true hidden: false index: -42379632 rightToLeft: true sheetId: 88867496 sheetType: SHEET_TYPE_UNSPECIFIED tabColor: alpha: 34340021.79368842 blue: -35647903.855287574 green: 27350831.725596964 red: -29831687.798329383 tabColorStyle: rgbColor: alpha: -21095073.74059789 blue: -6546349.867675126 green: 65316494.2932547 red: 5366328.794987932 themeColor: ACCENT2 title: Excepteur pariatu protectedRanges: - description: Ut est consectetur velit in editors: domainUsersCanEdit: true groups: - velit id adipisicing users: - voluptate velit anim esse namedRangeId: ad anim ex fugiat commodo protectedRangeId: -59769653 range: endColumnIndex: 27053664 endRowIndex: 84919062 sheetId: -54029466 startColumnIndex: -17405602 startRowIndex: -92003717 requestingUserCanEdit: false unprotectedRanges: - endColumnIndex: -28613412 endRowIndex: 89307655 sheetId: 87556321 startColumnIndex: -60327341 startRowIndex: -12180076 warningOnly: false rowGroups: - collapsed: false depth: -72387551 range: dimension: COLUMNS endIndex: -78794036 sheetId: -69497049 startIndex: 61085100 slicers: - position: newSheet: false overlayPosition: anchorCell: columnIndex: 47149370 rowIndex: 27022228 sheetId: -92084491 heightPixels: 37774180 offsetXPixels: 98758649 offsetYPixels: 63656157 widthPixels: -37102689 sheetId: 31674633 slicerId: -99019864 spec: applyToPivotTables: false backgroundColor: alpha: 76611683.93311697 blue: -95457599.27911983 green: -80674015.14034791 red: 38384841.20268336 backgroundColorStyle: rgbColor: alpha: 45268035.116818696 blue: 85089391.7779136 green: -49914707.53847343 red: 12913778.751262933 themeColor: ACCENT1 columnIndex: -29725812 dataRange: endColumnIndex: 82140662 endRowIndex: -70575595 sheetId: 82466991 startColumnIndex: 94185441 startRowIndex: 7912425 filterCriteria: condition: type: TEXT_NOT_CONTAINS values: - relativeDate: RELATIVE_DATE_UNSPECIFIED userEnteredValue: in consectetur Duis Excepteur hiddenValues: - quis in ips visibleBackgroundColor: alpha: 67346716.83941466 blue: 7010293.065400258 green: -54823332.83422176 red: 43970874.32053563 visibleBackgroundColorStyle: rgbColor: alpha: 5612184.912998065 blue: 76030046.26226127 green: -34098010.12699867 red: -36420734.9640632 themeColor: ACCENT4 visibleForegroundColor: alpha: -66559976.35060133 blue: -87754127.50317453 green: 34873691.555959314 red: 62645348.243606985 visibleForegroundColorStyle: rgbColor: alpha: 74678402.3235969 blue: -59956351.77014305 green: 85501973.05161777 red: 62643824.40413025 themeColor: ACCENT3 horizontalAlignment: HORIZONTAL_ALIGN_UNSPECIFIED textFormat: bold: false fontFamily: nisi dolor commodo fontSize: 75678415 foregroundColor: alpha: 66042584.444209546 blue: -55648158.88610921 green: -9096621.078611419 red: -69355322.31732976 foregroundColorStyle: rgbColor: alpha: -55416053.26437509 blue: 84142785.79442164 green: 44930095.29360053 red: 94764366.94169018 themeColor: BACKGROUND italic: true link: uri: pariatur laboru strikethrough: true underline: true title: exercitation Lorem spreadsheetId: tempor qui laboris labore spreadsheetUrl: nisi ipsum eiusmod aliquip UsersSettingsImapGetResponseExample: summary: Successful 200 response value: enabled: false autoExpunge: false expungeBehavior: deleteForever maxFolderSize: -49364914 SpreadsheetsValuesGetResponseExample: summary: Successful 200 response value: id: example-id name: Example Name GmailUsersLabelsGetResponse1Example: summary: Successful 200 response value: id: nostrud officia pariatur name: esse nulla occaecat messageListVisibility: show labelListVisibility: labelShow type: system messagesTotal: -34033607 messagesUnread: 96181517 threadsTotal: 7293200 threadsUnread: 86726755 color: textColor: sunt fugiat ut voluptate backgroundColor: commodo est cupidatat in sed securitySchemes: OAuth2: type: oauth2 description: OAuth 2.0 authentication for Google Books API flows: authorizationCode: authorizationUrl: https://accounts.google.com/o/oauth2/v2/auth tokenUrl: https://oauth2.googleapis.com/token scopes: https://www.googleapis.com/auth/books: Manage your Google Books library