openapi: 3.1.0 info: title: Google Books About Create 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: Create description: Operations related to Create paths: /gmail/v1/users/{userId}/drafts: post: tags: - Create summary: Google Create Drafts description: Creates a new draft with the `DRAFT` label. parameters: - name: Content-Type in: header schema: type: string example: application/json - 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 requestBody: content: application/json: schema: $ref: '#/components/schemas/GmailUsersDraftsPostRequest' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/GmailUsersDraftsPostResponse' examples: GmailUsersDraftsPostResponseExample: $ref: '#/components/examples/GmailUsersDraftsPostResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: GmailUsersDraftsPostResponseExample /gmail/v1/users/{userId}/labels: post: tags: - Create summary: Google Create Labels description: Creates a new label. parameters: - name: Content-Type in: header schema: type: string example: application/json - 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 requestBody: content: application/json: schema: $ref: '#/components/schemas/GmailUsersLabelsPostRequest' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/GmailUsersLabelsPostResponse' examples: GmailUsersLabelsPostResponseExample: $ref: '#/components/examples/GmailUsersLabelsPostResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: GmailUsersLabelsPostResponseExample /gmail/v1/users/{userId}/settings/sendAs: post: tags: - Create summary: Google Create Send As description: Creates a custom "from" send-as alias. If an SMTP MSA is specified, Gmail will attempt to connect to the SMTP service to validate the configuration before creating the alias. If ownership verification is required for the alias, a message will be sent to the email address and the resource's verification status will be set to `pending`; otherwise, the resource will be created with verification status set to `accepted`. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias. This method is only available to service account clients that have been delegated domain-wide authority. parameters: - name: Content-Type in: header schema: type: string example: application/json - 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 requestBody: content: application/json: schema: $ref: '#/components/schemas/UsersSettingsSendAsPostRequest' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsSendAsPostResponse' examples: UsersSettingsSendAsPostResponseExample: $ref: '#/components/examples/UsersSettingsSendAsPostResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsSendAsPostResponseExample /gmail/v1/users/{userId}/settings/cse/keypairs: post: tags: - Create summary: Google Create CSE Keypairs description: Creates and uploads a client-side encryption S/MIME public key certificate chain and private key metadata for the authenticated user. parameters: - name: Content-Type in: header schema: type: string example: application/json - 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 requestBody: content: application/json: schema: $ref: '#/components/schemas/SettingsCseKeypairsPostRequest3' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SettingsCseKeypairsPostResponse2' examples: SettingsCseKeypairsPostResponse2Example: $ref: '#/components/examples/SettingsCseKeypairsPostResponse2Example' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SettingsCseKeypairsPostResponse2Example /gmail/v1/users/{userId}/settings/cse/identities: post: tags: - Create summary: Google Create CSE Identites description: Creates and configures a client-side encryption identity that's authorized to send mail from the user account. Google publishes the S/MIME certificate to a shared domain-wide directory so that people within a Google Workspace organization can encrypt and send mail to the identity. parameters: - name: Content-Type in: header schema: type: string example: application/json - 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 requestBody: content: application/json: schema: $ref: '#/components/schemas/SettingsCseIdentitiesPostRequest' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SettingsCseIdentitiesPostResponse' examples: SettingsCseIdentitiesPostResponseExample: $ref: '#/components/examples/SettingsCseIdentitiesPostResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SettingsCseIdentitiesPostResponseExample /gmail/v1/users/{userId}/settings/filters: post: tags: - Create summary: Google Create Filters description: 'Creates a filter. Note: you can only create a maximum of 1,000 filters.' parameters: - name: Content-Type in: header schema: type: string example: application/json - 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 requestBody: content: application/json: schema: $ref: '#/components/schemas/UsersSettingsFiltersPostRequest' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsFiltersPostResponse' examples: UsersSettingsFiltersPostResponseExample: $ref: '#/components/examples/UsersSettingsFiltersPostResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsFiltersPostResponseExample /gmail/v1/users/{userId}/settings/forwardingAddresses: post: tags: - Create summary: Google Create Forwarding Address description: Creates a forwarding address. If ownership verification is required, a message will be sent to the recipient and the resource's verification status will be set to `pending`; otherwise, the resource will be created with verification status set to `accepted`. This method is only available to service account clients that have been delegated domain-wide authority. parameters: - name: Content-Type in: header schema: type: string example: application/json - 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 requestBody: content: application/json: schema: $ref: '#/components/schemas/UsersSettingsForwardingAddressesPostRequest' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsForwardingAddressesPostResponse' examples: UsersSettingsForwardingAddressesPostResponseExample: $ref: '#/components/examples/UsersSettingsForwardingAddressesPostResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsForwardingAddressesPostResponseExample /gmail/v1/users/{userId}/settings/delegates: post: tags: - Create summary: Google Create Delegates description: Adds a delegate with its verification status set directly to `accepted`, without sending any verification email. The delegate user must be a member of the same Google Workspace organization as the delegator user. Gmail imposes limitations on the number of delegates and delegators each user in a Google Workspace organization can have. These limits depend on your organization, but in general each user can have up to 25 delegates and up to 10 delegators. Note that a delegate user must be referred to by their primary email address, and not an email alias. Also note that when a new delegate is created, there may be up to a one minute delay before the new delegate is available for use. This method is only available to service account clients that have been delegated domain-wide authority. parameters: - name: Content-Type in: header schema: type: string example: application/json - 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 requestBody: content: application/json: schema: $ref: '#/components/schemas/UsersSettingsDelegatesPostRequest' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/UsersSettingsDelegatesPostResponse' examples: UsersSettingsDelegatesPostResponseExample: $ref: '#/components/examples/UsersSettingsDelegatesPostResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: UsersSettingsDelegatesPostResponseExample /v4/spreadsheets: post: tags: - Create summary: Google Create Sheet description: Creates a spreadsheet, returning the newly created spreadsheet. security: - oauth2Auth: [] parameters: - name: Content-Type in: header schema: type: string example: application/json - name: Accept in: header schema: type: string example: application/json requestBody: content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsPostRequest' responses: '200': description: OK headers: Content-Type: schema: type: string example: application/json content: application/json: schema: $ref: '#/components/schemas/SpreadsheetsPostResponse' examples: SpreadsheetsPostResponseExample: $ref: '#/components/examples/SpreadsheetsPostResponseExample' x-api-evangelist-processing: ChooseTags: true x-microcks-operation: delay: 100 dispatcher: FALLBACK dispatcherRules: SpreadsheetsPostResponseExample components: schemas: SpreadsheetsPostResponsePropertiesDefaultFormatBordersTopColorStyleRgbColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersTopColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColorStyleRgbColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number UsersSettingsDelegatesPostRequest: description: UsersSettingsDelegatesPostRequest schema type: object example: delegateEmail: Duis commodo enim irure verificationStatus: rejected UsersSettingsSendAsPostResponseSmtpMsa: description: UsersSettingsSendAsPostResponseSmtpMsa schema type: object properties: host: type: string port: type: integer username: type: string password: type: string securityMode: type: string UsersSettingsFiltersPostResponseAction: description: UsersSettingsFiltersPostResponseAction schema type: object properties: addLabelIds: type: array items: type: string removeLabelIds: type: array items: type: string forward: type: string SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeft: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeft schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColorStyle' style: type: string width: type: integer SpreadsheetsPostResponseProperties: description: SpreadsheetsPostResponseProperties schema type: object properties: autoRecalc: type: string defaultFormat: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormat' iterativeCalculationSettings: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesIterativeCalculationSettings' locale: type: string spreadsheetTheme: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesSpreadsheetTheme' timeZone: type: string title: type: string SettingsCseIdentitiesPostRequest: description: SettingsCseIdentitiesPostRequest schema type: object example: emailAddress: aliquip quis id primaryKeyPairId: in exercitation esse signAndEncryptKeyPairs: signingKeyPairId: est deserunt encryptionKeyPairId: elit nulla esse ut SpreadsheetsPostResponsePropertiesDefaultFormatBordersRightColorStyle: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersRightColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersRightColorStyleRgbColor' themeColor: type: string SpreadsheetsPostResponsePropertiesDefaultFormatTextFormat: description: SpreadsheetsPostResponsePropertiesDefaultFormatTextFormat schema type: object properties: bold: type: boolean fontFamily: type: string fontSize: type: integer foregroundColor: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatForegroundColor' foregroundColorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatForegroundColorStyle' italic: type: boolean link: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatLink' strikethrough: type: boolean underline: type: boolean GmailUsersDraftsPostResponseMessagePayloadBody: description: GmailUsersDraftsPostResponseMessagePayloadBody schema type: object properties: attachmentId: type: string size: type: integer data: type: string GmailUsersDraftsPostResponse: description: GmailUsersDraftsPostResponse schema type: object properties: id: type: string message: $ref: '#/components/schemas/GmailUsersDraftsPostResponseMessage' SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponsePropertiesDefaultFormatBordersTopColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersTopColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number UsersSettingsForwardingAddressesPostRequest: description: UsersSettingsForwardingAddressesPostRequest schema type: object example: forwardingEmail: ad tempor dolor verificationStatus: pending SettingsCseIdentitiesPostResponse: description: SettingsCseIdentitiesPostResponse schema type: object properties: emailAddress: type: string primaryKeyPairId: type: string signAndEncryptKeyPairs: $ref: '#/components/schemas/SettingsCseIdentitiesPostResponseSignAndEncryptKeyPairs' SpreadsheetsPostResponse: description: SpreadsheetsPostResponse 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/SpreadsheetsPostResponseProperties' 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 UsersSettingsFiltersPostRequest: description: UsersSettingsFiltersPostRequest schema type: object example: 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 SettingsCseKeypairsPostRequest3: description: SettingsCseKeypairsPostRequest3 schema type: object example: 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 SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatForegroundColorStyleRgbColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatForegroundColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SettingsCseKeypairsPostResponse2: description: SettingsCseKeypairsPostResponse2 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 SpreadsheetsPostResponsePropertiesDefaultFormatBordersTopColorStyle: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersTopColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersTopColorStyleRgbColor' themeColor: type: string SpreadsheetsPostResponsePropertiesDefaultFormatBackgroundColorStyleRgbColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBackgroundColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponsePropertiesDefaultFormatNumberFormat: description: SpreadsheetsPostResponsePropertiesDefaultFormatNumberFormat schema type: object properties: pattern: type: string type: type: string SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatLink: description: SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatLink schema type: object properties: uri: type: string UsersSettingsSendAsPostRequest: description: UsersSettingsSendAsPostRequest schema type: object example: 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 SpreadsheetsPostResponsePropertiesIterativeCalculationSettings: description: SpreadsheetsPostResponsePropertiesIterativeCalculationSettings schema type: object properties: convergenceThreshold: type: number maxIterations: type: integer SpreadsheetsPostResponsePropertiesDefaultFormatBackgroundColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBackgroundColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponsePropertiesDefaultFormatBordersTop: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersTop schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersTopColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersTopColorStyle' style: type: string width: type: integer UsersSettingsFiltersPostResponseCriteria: description: UsersSettingsFiltersPostResponseCriteria 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 SpreadsheetsPostResponsePropertiesDefaultFormatBackgroundColorStyle: description: SpreadsheetsPostResponsePropertiesDefaultFormatBackgroundColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBackgroundColorStyleRgbColor' themeColor: type: string SpreadsheetsPostResponsePropertiesDefaultFormatBordersRight: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersRight schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersRightColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersRightColorStyle' style: type: string width: type: integer SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColorStyle: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColorStyleRgbColor' themeColor: type: string SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColorStyle: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColorStyleRgbColor' themeColor: type: string GmailUsersDraftsPostRequest: description: GmailUsersDraftsPostRequest schema type: object example: raw: '{{encodedMessage}}' SettingsCseIdentitiesPostResponseSignAndEncryptKeyPairs: description: SettingsCseIdentitiesPostResponseSignAndEncryptKeyPairs schema type: object properties: signingKeyPairId: type: string encryptionKeyPairId: type: string UsersSettingsSendAsPostResponse: description: UsersSettingsSendAsPostResponse 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/UsersSettingsSendAsPostResponseSmtpMsa' verificationStatus: type: string GmailUsersLabelsPostResponse: description: GmailUsersLabelsPostResponse 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/GmailUsersLabelsPostResponseColor' SpreadsheetsPostResponsePropertiesDefaultFormatBorders: description: SpreadsheetsPostResponsePropertiesDefaultFormatBorders schema type: object properties: bottom: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottom' left: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeft' right: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersRight' top: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersTop' SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersLeftColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number GmailUsersDraftsPostResponseMessage: description: GmailUsersDraftsPostResponseMessage 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/GmailUsersDraftsPostResponseMessagePayload' sizeEstimate: type: integer raw: type: string GmailUsersLabelsPostRequest: description: GmailUsersLabelsPostRequest schema type: object example: 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 SpreadsheetsPostResponsePropertiesDefaultFormatTextRotation: description: SpreadsheetsPostResponsePropertiesDefaultFormatTextRotation schema type: object properties: angle: type: integer vertical: type: boolean UsersSettingsForwardingAddressesPostResponse: description: UsersSettingsForwardingAddressesPostResponse schema type: object properties: forwardingEmail: type: string verificationStatus: type: string SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatForegroundColorStyle: description: SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatForegroundColorStyle schema type: object properties: rgbColor: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatForegroundColorStyleRgbColor' themeColor: type: string SpreadsheetsPostResponsePropertiesDefaultFormatBordersRightColorStyleRgbColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersRightColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number UsersSettingsDelegatesPostResponse: description: UsersSettingsDelegatesPostResponse schema type: object properties: delegateEmail: type: string verificationStatus: type: string SpreadsheetsPostResponsePropertiesDefaultFormat: description: SpreadsheetsPostResponsePropertiesDefaultFormat schema type: object properties: backgroundColor: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBackgroundColor' backgroundColorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBackgroundColorStyle' borders: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBorders' horizontalAlignment: type: string hyperlinkDisplayType: type: string numberFormat: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatNumberFormat' padding: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatPadding' textDirection: type: string textFormat: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatTextFormat' textRotation: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatTextRotation' verticalAlignment: type: string wrapStrategy: type: string SpreadsheetsPostRequest: description: SpreadsheetsPostRequest schema type: object example: 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 SpreadsheetsPostResponsePropertiesDefaultFormatBordersRightColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersRightColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottom: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottom schema type: object properties: color: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColor' colorStyle: $ref: '#/components/schemas/SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColorStyle' style: type: string width: type: integer SpreadsheetsPostResponsePropertiesSpreadsheetTheme: description: SpreadsheetsPostResponsePropertiesSpreadsheetTheme 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 UsersSettingsFiltersPostResponse: description: UsersSettingsFiltersPostResponse schema type: object properties: id: type: string criteria: $ref: '#/components/schemas/UsersSettingsFiltersPostResponseCriteria' action: $ref: '#/components/schemas/UsersSettingsFiltersPostResponseAction' SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColorStyleRgbColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatBordersBottomColorStyleRgbColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatForegroundColor: description: SpreadsheetsPostResponsePropertiesDefaultFormatTextFormatForegroundColor schema type: object properties: alpha: type: number blue: type: number green: type: number red: type: number GmailUsersLabelsPostResponseColor: description: GmailUsersLabelsPostResponseColor schema type: object properties: textColor: type: string backgroundColor: type: string SpreadsheetsPostResponsePropertiesDefaultFormatPadding: description: SpreadsheetsPostResponsePropertiesDefaultFormatPadding schema type: object properties: bottom: type: integer left: type: integer right: type: integer top: type: integer GmailUsersDraftsPostResponseMessagePayload: description: GmailUsersDraftsPostResponseMessagePayload 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/GmailUsersDraftsPostResponseMessagePayloadBody' parts: type: array items: type: object properties: value: type: string examples: UsersSettingsForwardingAddressesPostResponseExample: summary: Successful 200 response value: forwardingEmail: ad tempor dolor verificationStatus: pending SettingsCseIdentitiesPostResponseExample: summary: Successful 200 response value: emailAddress: aliquip quis id primaryKeyPairId: in exercitation esse signAndEncryptKeyPairs: signingKeyPairId: est deserunt encryptionKeyPairId: elit nulla esse ut SpreadsheetsPostResponseExample: 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 UsersSettingsFiltersPostResponseExample: 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 GmailUsersDraftsPostResponseExample: 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 UsersSettingsSendAsPostResponseExample: 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 SettingsCseKeypairsPostResponse2Example: 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 GmailUsersLabelsPostResponseExample: 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 UsersSettingsDelegatesPostResponseExample: summary: Successful 200 response value: delegateEmail: Duis commodo enim irure verificationStatus: rejected 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