2026/03/31 - Amazon QuickSight - 2 new19 updated api methods
Changes Adds StartAutomationJob and DescribeAutomationJob APIs for automation jobs. Adds three custom permission capabilities that allow admins to control whether users can manage Spaces and chat agents. Adds an OAuthClientCredentials structure to provide OAuth 2.0 client credentials inline to data sources.
Starts a new job for a specified automation. The job runs the automation with the provided input payload.
See also: AWS API Documentation
Request Syntax
client.start_automation_job(
AwsAccountId='string',
AutomationGroupId='string',
AutomationId='string',
InputPayload='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the automation.
string
[REQUIRED]
The ID of the automation group that contains the automation to run.
string
[REQUIRED]
The ID of the automation to run.
string
The input payload for the automation job, provided as a JSON string.
dict
Response Syntax
{
'Arn': 'string',
'JobId': 'string',
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the automation job.
JobId (string) --
The ID of the automation job that was started.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Retrieves the status and details of a specified automation job, including its status and outputs.
See also: AWS API Documentation
Request Syntax
client.describe_automation_job(
AwsAccountId='string',
AutomationGroupId='string',
AutomationId='string',
IncludeInputPayload=True|False,
IncludeOutputPayload=True|False,
JobId='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the automation job.
string
[REQUIRED]
The ID of the automation group that contains the automation.
string
[REQUIRED]
The ID of the automation that the job belongs to.
boolean
A Boolean value that indicates whether to include the input payload in the response. If set to true, the input payload will be included. If set to false, the input payload will be returned as null.
boolean
A Boolean value that indicates whether to include the output payload in the response. If set to true, the output payload will be included. If set to false, the output payload will be returned as null.
string
[REQUIRED]
The ID of the automation job to describe.
dict
Response Syntax
{
'Arn': 'string',
'CreatedAt': datetime(2015, 1, 1),
'StartedAt': datetime(2015, 1, 1),
'EndedAt': datetime(2015, 1, 1),
'JobStatus': 'FAILED'|'RUNNING'|'SUCCEEDED'|'QUEUED'|'STOPPED',
'InputPayload': 'string',
'OutputPayload': 'string',
'RequestId': 'string'
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the automation job.
CreatedAt (datetime) --
The time that the automation job was created.
StartedAt (datetime) --
The time that the automation job started running.
EndedAt (datetime) --
The time that the automation job finished running.
JobStatus (string) --
The current status of the automation job.
InputPayload (string) --
The input payload that was provided when the automation job was started. This field is only included when IncludeInputPayload is set to true in the request.
OutputPayload (string) --
The output payload that was generated by the automation job. This field is only included when IncludeOutputPayload is set to true in the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'Sheets': {'Visuals': {'BarChartVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'BoxPlotVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'ComboChartVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'FilledMapVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'FunnelChartVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'GaugeChartVisual': {'ChartConfiguration': {'TooltipOptions': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'GeospatialMapVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'HeatMapVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'HistogramVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}}},
'LineChartVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'PieChartVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'PivotTableVisual': {'ChartConfiguration': {'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ScatterPlotVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}},
'TableVisual': {'ChartConfiguration': {'TableInlineVisualizations': {'Sparklines': {'AllPointsMarker': {'MarkerColor': 'string',
'MarkerShape': 'CIRCLE '
'| '
'TRIANGLE '
'| '
'SQUARE '
'| '
'DIAMOND '
'| '
'ROUNDED_SQUARE',
'MarkerSize': 'string',
'MarkerVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldId': 'string',
'LineColor': 'string',
'LineInterpolation': 'LINEAR '
'| '
'SMOOTH '
'| '
'STEPPED',
'MaxValueMarker': {'MarkerColor': 'string',
'MarkerShape': 'CIRCLE '
'| '
'TRIANGLE '
'| '
'SQUARE '
'| '
'DIAMOND '
'| '
'ROUNDED_SQUARE',
'MarkerSize': 'string',
'MarkerVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'MinValueMarker': {'MarkerColor': 'string',
'MarkerShape': 'CIRCLE '
'| '
'TRIANGLE '
'| '
'SQUARE '
'| '
'DIAMOND '
'| '
'ROUNDED_SQUARE',
'MarkerSize': 'string',
'MarkerVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualType': 'LINE '
'| '
'AREA_LINE',
'XAxisField': {'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}},
'YAxisBehavior': 'SHARED '
'| '
'INDEPENDENT'}},
'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'TreeMapVisual': {'ChartConfiguration': {'Tooltip': {'SelectedTooltipType': {'SHEET'},
'SheetTooltip': {'SheetId': 'string'}}}}}},
'TooltipSheets': [{'Images': [{'Actions': [{'ActionOperations': [{'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'CLICK '
'| '
'MENU'}],
'ImageContentAltText': 'string',
'Interactions': {'ImageMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'Scaling': {'ScalingType': 'SCALE_TO_WIDTH '
'| '
'SCALE_TO_HEIGHT '
'| '
'SCALE_TO_CONTAINER '
'| '
'SCALE_NONE'},
'SheetImageId': 'string',
'Source': {'SheetImageStaticFileSource': {'StaticFileId': 'string'}},
'Tooltip': {'TooltipText': {'PlainText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'Layouts': [{'Configuration': {'FreeFormLayout': {'CanvasSizeOptions': {'ScreenCanvasSizeOptions': {'OptimizedViewPortWidth': 'string'}},
'Elements': [{'BackgroundStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'BorderRadius': 'string',
'BorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'ElementId': 'string',
'ElementType': 'VISUAL '
'| '
'FILTER_CONTROL '
'| '
'PARAMETER_CONTROL '
'| '
'TEXT_BOX '
'| '
'IMAGE',
'Height': 'string',
'LoadingAnimation': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Padding': 'string',
'RenderingRules': [{'ConfigurationOverrides': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Expression': 'string'}],
'SelectedBorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string',
'XAxisLocation': 'string',
'YAxisLocation': 'string'}],
'Groups': [{'Id': 'string',
'Members': [{'Id': 'string',
'Type': 'ELEMENT '
'| '
'GROUP'}]}]},
'GridLayout': {'CanvasSizeOptions': {'ScreenCanvasSizeOptions': {'OptimizedViewPortWidth': 'string',
'ResizeOption': 'FIXED '
'| '
'RESPONSIVE'}},
'Elements': [{'BackgroundStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'BorderRadius': 'string',
'BorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'ColumnIndex': 'integer',
'ColumnSpan': 'integer',
'ElementId': 'string',
'ElementType': 'VISUAL '
'| '
'FILTER_CONTROL '
'| '
'PARAMETER_CONTROL '
'| '
'TEXT_BOX '
'| '
'IMAGE',
'LoadingAnimation': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Padding': 'string',
'RowIndex': 'integer',
'RowSpan': 'integer',
'SelectedBorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'}}]},
'SectionBasedLayout': {'BodySections': [{'Content': {'Layout': {'FreeFormLayout': {'Elements': [{'BackgroundStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'BorderRadius': 'string',
'BorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'ElementId': 'string',
'ElementType': 'VISUAL '
'| '
'FILTER_CONTROL '
'| '
'PARAMETER_CONTROL '
'| '
'TEXT_BOX '
'| '
'IMAGE',
'Height': 'string',
'LoadingAnimation': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Padding': 'string',
'RenderingRules': [{'ConfigurationOverrides': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Expression': 'string'}],
'SelectedBorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string',
'XAxisLocation': 'string',
'YAxisLocation': 'string'}]}}},
'PageBreakConfiguration': {'After': {'Status': 'ENABLED '
'| '
'DISABLED'}},
'RepeatConfiguration': {'DimensionConfigurations': [{'DynamicCategoryDimensionConfiguration': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Limit': 'integer',
'SortByMetrics': [{'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}}]},
'DynamicNumericDimensionConfiguration': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Limit': 'integer',
'SortByMetrics': [{'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}}]}}],
'NonRepeatingVisuals': ['string'],
'PageBreakConfiguration': {'After': {'Status': 'ENABLED '
'| '
'DISABLED'}}},
'SectionId': 'string',
'Style': {'Height': 'string',
'Padding': {'Bottom': 'string',
'Left': 'string',
'Right': 'string',
'Top': 'string'}}}],
'CanvasSizeOptions': {'PaperCanvasSizeOptions': {'PaperMargin': {'Bottom': 'string',
'Left': 'string',
'Right': 'string',
'Top': 'string'},
'PaperOrientation': 'PORTRAIT '
'| '
'LANDSCAPE',
'PaperSize': 'US_LETTER '
'| '
'US_LEGAL '
'| '
'US_TABLOID_LEDGER '
'| '
'A0 '
'| '
'A1 '
'| '
'A2 '
'| '
'A3 '
'| '
'A4 '
'| '
'A5 '
'| '
'JIS_B4 '
'| '
'JIS_B5'}},
'FooterSections': [{'Layout': {'FreeFormLayout': {'Elements': [{'BackgroundStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'BorderRadius': 'string',
'BorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'ElementId': 'string',
'ElementType': 'VISUAL '
'| '
'FILTER_CONTROL '
'| '
'PARAMETER_CONTROL '
'| '
'TEXT_BOX '
'| '
'IMAGE',
'Height': 'string',
'LoadingAnimation': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Padding': 'string',
'RenderingRules': [{'ConfigurationOverrides': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Expression': 'string'}],
'SelectedBorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string',
'XAxisLocation': 'string',
'YAxisLocation': 'string'}]}},
'SectionId': 'string',
'Style': {'Height': 'string',
'Padding': {'Bottom': 'string',
'Left': 'string',
'Right': 'string',
'Top': 'string'}}}],
'HeaderSections': [{'Layout': {'FreeFormLayout': {'Elements': [{'BackgroundStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'BorderRadius': 'string',
'BorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'ElementId': 'string',
'ElementType': 'VISUAL '
'| '
'FILTER_CONTROL '
'| '
'PARAMETER_CONTROL '
'| '
'TEXT_BOX '
'| '
'IMAGE',
'Height': 'string',
'LoadingAnimation': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Padding': 'string',
'RenderingRules': [{'ConfigurationOverrides': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Expression': 'string'}],
'SelectedBorderStyle': {'Color': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string',
'XAxisLocation': 'string',
'YAxisLocation': 'string'}]}},
'SectionId': 'string',
'Style': {'Height': 'string',
'Padding': {'Bottom': 'string',
'Left': 'string',
'Right': 'string',
'Top': 'string'}}}]}}}],
'Name': 'string',
'SheetId': 'string',
'TextBoxes': [{'Content': 'string',
'Interactions': {'TextBoxMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'SheetTextBoxId': 'string'}],
'Visuals': [{'BarChartVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'BarsArrangement': 'CLUSTERED '
'| '
'STACKED '
'| '
'STACKED_PERCENT',
'CategoryAxis': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'CategoryLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ColorLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ContributionAnalysisDefaults': [{'ContributorDimensions': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'MeasureFieldId': 'string'}],
'DataLabels': {'CategoryLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'DataLabelTypes': [{'DataPathLabelType': {'FieldId': 'string',
'FieldValue': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldLabelType': {'FieldId': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MaximumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MinimumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RangeEndsLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'LabelColor': 'string',
'LabelContent': 'VALUE '
'| '
'PERCENT '
'| '
'VALUE_AND_PERCENT',
'LabelFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'MeasureLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Overlap': 'DISABLE_OVERLAP '
'| '
'ENABLE_OVERLAP',
'Position': 'INSIDE '
'| '
'OUTSIDE '
'| '
'LEFT '
'| '
'TOP '
'| '
'BOTTOM '
'| '
'RIGHT',
'TotalsVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'DefaultSeriesSettings': {'BorderSettings': {'BorderColor': 'string',
'BorderVisibility': 'HIDDEN '
'| '
'VISIBLE',
'BorderWidth': 'string'},
'DecalSettings': {'DecalColor': 'string',
'DecalPatternType': 'SOLID '
'| '
'DIAGONAL_MEDIUM '
'| '
'CIRCLE_MEDIUM '
'| '
'DIAMOND_GRID_MEDIUM '
'| '
'CHECKERBOARD_MEDIUM '
'| '
'TRIANGLE_MEDIUM '
'| '
'DIAGONAL_OPPOSITE_MEDIUM '
'| '
'DIAMOND_MEDIUM '
'| '
'DIAGONAL_LARGE '
'| '
'CIRCLE_LARGE '
'| '
'DIAMOND_GRID_LARGE '
'| '
'CHECKERBOARD_LARGE '
'| '
'TRIANGLE_LARGE '
'| '
'DIAGONAL_OPPOSITE_LARGE '
'| '
'DIAMOND_LARGE '
'| '
'DIAGONAL_SMALL '
'| '
'CIRCLE_SMALL '
'| '
'DIAMOND_GRID_SMALL '
'| '
'CHECKERBOARD_SMALL '
'| '
'TRIANGLE_SMALL '
'| '
'DIAGONAL_OPPOSITE_SMALL '
'| '
'DIAMOND_SMALL',
'DecalStyleType': 'Manual '
'| '
'Auto',
'DecalVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ElementValue': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Colors': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'SmallMultiples': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Values': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}]}},
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'Legend': {'Height': 'string',
'Position': 'AUTO '
'| '
'RIGHT '
'| '
'BOTTOM '
'| '
'TOP',
'Title': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ValueFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'Orientation': 'HORIZONTAL '
'| '
'VERTICAL',
'ReferenceLines': [{'DataConfiguration': {'AxisBinding': 'PRIMARY_YAXIS '
'| '
'SECONDARY_YAXIS',
'DynamicConfiguration': {'Calculation': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'MeasureAggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}}},
'SeriesType': 'BAR '
'| '
'LINE',
'StaticConfiguration': {'Value': 'double'}},
'LabelConfiguration': {'CustomLabelConfiguration': {'CustomLabel': 'string'},
'FontColor': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'HorizontalPosition': 'LEFT '
'| '
'CENTER '
'| '
'RIGHT',
'ValueLabelConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}},
'RelativePosition': 'BEFORE_CUSTOM_LABEL '
'| '
'AFTER_CUSTOM_LABEL'},
'VerticalPosition': 'ABOVE '
'| '
'BELOW'},
'Status': 'ENABLED '
'| '
'DISABLED',
'StyleConfiguration': {'Color': 'string',
'Pattern': 'SOLID '
'| '
'DASHED '
'| '
'DOTTED'}}],
'Series': [{'DataFieldBarSeriesItem': {'FieldId': 'string',
'FieldValue': 'string',
'Settings': {'BorderSettings': {'BorderColor': 'string',
'BorderVisibility': 'HIDDEN '
'| '
'VISIBLE',
'BorderWidth': 'string'},
'DecalSettings': {'DecalColor': 'string',
'DecalPatternType': 'SOLID '
'| '
'DIAGONAL_MEDIUM '
'| '
'CIRCLE_MEDIUM '
'| '
'DIAMOND_GRID_MEDIUM '
'| '
'CHECKERBOARD_MEDIUM '
'| '
'TRIANGLE_MEDIUM '
'| '
'DIAGONAL_OPPOSITE_MEDIUM '
'| '
'DIAMOND_MEDIUM '
'| '
'DIAGONAL_LARGE '
'| '
'CIRCLE_LARGE '
'| '
'DIAMOND_GRID_LARGE '
'| '
'CHECKERBOARD_LARGE '
'| '
'TRIANGLE_LARGE '
'| '
'DIAGONAL_OPPOSITE_LARGE '
'| '
'DIAMOND_LARGE '
'| '
'DIAGONAL_SMALL '
'| '
'CIRCLE_SMALL '
'| '
'DIAMOND_GRID_SMALL '
'| '
'CHECKERBOARD_SMALL '
'| '
'TRIANGLE_SMALL '
'| '
'DIAGONAL_OPPOSITE_SMALL '
'| '
'DIAMOND_SMALL',
'DecalStyleType': 'Manual '
'| '
'Auto',
'DecalVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ElementValue': 'string'}}},
'FieldBarSeriesItem': {'FieldId': 'string',
'Settings': {'BorderSettings': {'BorderColor': 'string',
'BorderVisibility': 'HIDDEN '
'| '
'VISIBLE',
'BorderWidth': 'string'},
'DecalSettings': {'DecalColor': 'string',
'DecalPatternType': 'SOLID '
'| '
'DIAGONAL_MEDIUM '
'| '
'CIRCLE_MEDIUM '
'| '
'DIAMOND_GRID_MEDIUM '
'| '
'CHECKERBOARD_MEDIUM '
'| '
'TRIANGLE_MEDIUM '
'| '
'DIAGONAL_OPPOSITE_MEDIUM '
'| '
'DIAMOND_MEDIUM '
'| '
'DIAGONAL_LARGE '
'| '
'CIRCLE_LARGE '
'| '
'DIAMOND_GRID_LARGE '
'| '
'CHECKERBOARD_LARGE '
'| '
'TRIANGLE_LARGE '
'| '
'DIAGONAL_OPPOSITE_LARGE '
'| '
'DIAMOND_LARGE '
'| '
'DIAGONAL_SMALL '
'| '
'CIRCLE_SMALL '
'| '
'DIAMOND_GRID_SMALL '
'| '
'CHECKERBOARD_SMALL '
'| '
'TRIANGLE_SMALL '
'| '
'DIAGONAL_OPPOSITE_SMALL '
'| '
'DIAMOND_SMALL',
'DecalStyleType': 'Manual '
'| '
'Auto',
'DecalVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ElementValue': 'string'}}}}],
'SmallMultiplesOptions': {'MaxVisibleColumns': 'long',
'MaxVisibleRows': 'long',
'PanelConfiguration': {'BackgroundColor': 'string',
'BackgroundVisibility': 'HIDDEN '
'| '
'VISIBLE',
'BorderColor': 'string',
'BorderStyle': 'SOLID '
'| '
'DASHED '
'| '
'DOTTED',
'BorderThickness': 'string',
'BorderVisibility': 'HIDDEN '
'| '
'VISIBLE',
'GutterSpacing': 'string',
'GutterVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': {'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'HorizontalTextAlignment': 'LEFT '
'| '
'CENTER '
'| '
'RIGHT '
'| '
'AUTO',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'XAxis': {'Placement': 'OUTSIDE '
'| '
'INSIDE',
'Scale': 'SHARED '
'| '
'INDEPENDENT'},
'YAxis': {'Placement': 'OUTSIDE '
'| '
'INSIDE',
'Scale': 'SHARED '
'| '
'INDEPENDENT'}},
'SortConfiguration': {'CategoryItemsLimit': {'ItemsLimit': 'long',
'OtherCategories': 'INCLUDE '
'| '
'EXCLUDE'},
'CategorySort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}],
'ColorItemsLimit': {'ItemsLimit': 'long',
'OtherCategories': 'INCLUDE '
'| '
'EXCLUDE'},
'ColorSort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}],
'SmallMultiplesLimitConfiguration': {'ItemsLimit': 'long',
'OtherCategories': 'INCLUDE '
'| '
'EXCLUDE'},
'SmallMultiplesSort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}]},
'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'ValueAxis': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'ValueLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualPalette': {'ChartColor': 'string',
'ColorMap': [{'Color': 'string',
'Element': {'DataPathType': {'PivotTableDataPathType': 'HIERARCHY_ROWS_LAYOUT_COLUMN '
'| '
'MULTIPLE_ROW_METRICS_COLUMN '
'| '
'EMPTY_COLUMN_HEADER '
'| '
'COUNT_METRIC_COLUMN'},
'FieldId': 'string',
'FieldValue': 'string'},
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}]}},
'ColumnHierarchies': [{'DateTimeHierarchy': {'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'ExplicitHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'PredefinedHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'}}],
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'BoxPlotVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'BoxPlotOptions': {'AllDataPointsVisibility': 'HIDDEN '
'| '
'VISIBLE',
'OutlierVisibility': 'HIDDEN '
'| '
'VISIBLE',
'StyleOptions': {'FillStyle': 'SOLID '
'| '
'TRANSPARENT'}},
'CategoryAxis': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'CategoryLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Values': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}]}},
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'Legend': {'Height': 'string',
'Position': 'AUTO '
'| '
'RIGHT '
'| '
'BOTTOM '
'| '
'TOP',
'Title': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ValueFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'PrimaryYAxisDisplayOptions': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ReferenceLines': [{'DataConfiguration': {'AxisBinding': 'PRIMARY_YAXIS '
'| '
'SECONDARY_YAXIS',
'DynamicConfiguration': {'Calculation': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'MeasureAggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}}},
'SeriesType': 'BAR '
'| '
'LINE',
'StaticConfiguration': {'Value': 'double'}},
'LabelConfiguration': {'CustomLabelConfiguration': {'CustomLabel': 'string'},
'FontColor': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'HorizontalPosition': 'LEFT '
'| '
'CENTER '
'| '
'RIGHT',
'ValueLabelConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}},
'RelativePosition': 'BEFORE_CUSTOM_LABEL '
'| '
'AFTER_CUSTOM_LABEL'},
'VerticalPosition': 'ABOVE '
'| '
'BELOW'},
'Status': 'ENABLED '
'| '
'DISABLED',
'StyleConfiguration': {'Color': 'string',
'Pattern': 'SOLID '
'| '
'DASHED '
'| '
'DOTTED'}}],
'SortConfiguration': {'CategorySort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}],
'PaginationConfiguration': {'PageNumber': 'long',
'PageSize': 'long'}},
'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualPalette': {'ChartColor': 'string',
'ColorMap': [{'Color': 'string',
'Element': {'DataPathType': {'PivotTableDataPathType': 'HIERARCHY_ROWS_LAYOUT_COLUMN '
'| '
'MULTIPLE_ROW_METRICS_COLUMN '
'| '
'EMPTY_COLUMN_HEADER '
'| '
'COUNT_METRIC_COLUMN'},
'FieldId': 'string',
'FieldValue': 'string'},
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}]}},
'ColumnHierarchies': [{'DateTimeHierarchy': {'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'ExplicitHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'PredefinedHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'}}],
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'ComboChartVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'BarDataLabels': {'CategoryLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'DataLabelTypes': [{'DataPathLabelType': {'FieldId': 'string',
'FieldValue': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldLabelType': {'FieldId': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MaximumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MinimumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RangeEndsLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'LabelColor': 'string',
'LabelContent': 'VALUE '
'| '
'PERCENT '
'| '
'VALUE_AND_PERCENT',
'LabelFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'MeasureLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Overlap': 'DISABLE_OVERLAP '
'| '
'ENABLE_OVERLAP',
'Position': 'INSIDE '
'| '
'OUTSIDE '
'| '
'LEFT '
'| '
'TOP '
'| '
'BOTTOM '
'| '
'RIGHT',
'TotalsVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'BarsArrangement': 'CLUSTERED '
'| '
'STACKED '
'| '
'STACKED_PERCENT',
'CategoryAxis': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'CategoryLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ColorLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'DefaultSeriesSettings': {'BorderSettings': {'BorderColor': 'string',
'BorderVisibility': 'HIDDEN '
'| '
'VISIBLE',
'BorderWidth': 'string'},
'DecalSettings': {'DecalColor': 'string',
'DecalPatternType': 'SOLID '
'| '
'DIAGONAL_MEDIUM '
'| '
'CIRCLE_MEDIUM '
'| '
'DIAMOND_GRID_MEDIUM '
'| '
'CHECKERBOARD_MEDIUM '
'| '
'TRIANGLE_MEDIUM '
'| '
'DIAGONAL_OPPOSITE_MEDIUM '
'| '
'DIAMOND_MEDIUM '
'| '
'DIAGONAL_LARGE '
'| '
'CIRCLE_LARGE '
'| '
'DIAMOND_GRID_LARGE '
'| '
'CHECKERBOARD_LARGE '
'| '
'TRIANGLE_LARGE '
'| '
'DIAGONAL_OPPOSITE_LARGE '
'| '
'DIAMOND_LARGE '
'| '
'DIAGONAL_SMALL '
'| '
'CIRCLE_SMALL '
'| '
'DIAMOND_GRID_SMALL '
'| '
'CHECKERBOARD_SMALL '
'| '
'TRIANGLE_SMALL '
'| '
'DIAGONAL_OPPOSITE_SMALL '
'| '
'DIAMOND_SMALL',
'DecalStyleType': 'Manual '
'| '
'Auto',
'DecalVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ElementValue': 'string'},
'LineStyleSettings': {'LineInterpolation': 'LINEAR '
'| '
'SMOOTH '
'| '
'STEPPED',
'LineStyle': 'SOLID '
'| '
'DOTTED '
'| '
'DASHED',
'LineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'LineWidth': 'string'},
'MarkerStyleSettings': {'MarkerColor': 'string',
'MarkerShape': 'CIRCLE '
'| '
'TRIANGLE '
'| '
'SQUARE '
'| '
'DIAMOND '
'| '
'ROUNDED_SQUARE',
'MarkerSize': 'string',
'MarkerVisibility': 'HIDDEN '
'| '
'VISIBLE'}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}],
'Category': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Colors': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'LineValues': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}]}},
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'Legend': {'Height': 'string',
'Position': 'AUTO '
'| '
'RIGHT '
'| '
'BOTTOM '
'| '
'TOP',
'Title': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ValueFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'LineDataLabels': {'CategoryLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'DataLabelTypes': [{'DataPathLabelType': {'FieldId': 'string',
'FieldValue': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldLabelType': {'FieldId': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MaximumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MinimumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RangeEndsLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'LabelColor': 'string',
'LabelContent': 'VALUE '
'| '
'PERCENT '
'| '
'VALUE_AND_PERCENT',
'LabelFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'MeasureLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Overlap': 'DISABLE_OVERLAP '
'| '
'ENABLE_OVERLAP',
'Position': 'INSIDE '
'| '
'OUTSIDE '
'| '
'LEFT '
'| '
'TOP '
'| '
'BOTTOM '
'| '
'RIGHT',
'TotalsVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'PrimaryYAxisDisplayOptions': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ReferenceLines': [{'DataConfiguration': {'AxisBinding': 'PRIMARY_YAXIS '
'| '
'SECONDARY_YAXIS',
'DynamicConfiguration': {'Calculation': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'MeasureAggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}}},
'SeriesType': 'BAR '
'| '
'LINE',
'StaticConfiguration': {'Value': 'double'}},
'LabelConfiguration': {'CustomLabelConfiguration': {'CustomLabel': 'string'},
'FontColor': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'HorizontalPosition': 'LEFT '
'| '
'CENTER '
'| '
'RIGHT',
'ValueLabelConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}},
'RelativePosition': 'BEFORE_CUSTOM_LABEL '
'| '
'AFTER_CUSTOM_LABEL'},
'VerticalPosition': 'ABOVE '
'| '
'BELOW'},
'Status': 'ENABLED '
'| '
'DISABLED',
'StyleConfiguration': {'Color': 'string',
'Pattern': 'SOLID '
'| '
'DASHED '
'| '
'DOTTED'}}],
'SecondaryYAxisDisplayOptions': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Series': [{'DataFieldComboSeriesItem': {'FieldId': 'string',
'FieldValue': 'string',
'Settings': {'BorderSettings': {'BorderColor': 'string',
'BorderVisibility': 'HIDDEN '
'| '
'VISIBLE',
'BorderWidth': 'string'},
'DecalSettings': {'DecalColor': 'string',
'DecalPatternType': 'SOLID '
'| '
'DIAGONAL_MEDIUM '
'| '
'CIRCLE_MEDIUM '
'| '
'DIAMOND_GRID_MEDIUM '
'| '
'CHECKERBOARD_MEDIUM '
'| '
'TRIANGLE_MEDIUM '
'| '
'DIAGONAL_OPPOSITE_MEDIUM '
'| '
'DIAMOND_MEDIUM '
'| '
'DIAGONAL_LARGE '
'| '
'CIRCLE_LARGE '
'| '
'DIAMOND_GRID_LARGE '
'| '
'CHECKERBOARD_LARGE '
'| '
'TRIANGLE_LARGE '
'| '
'DIAGONAL_OPPOSITE_LARGE '
'| '
'DIAMOND_LARGE '
'| '
'DIAGONAL_SMALL '
'| '
'CIRCLE_SMALL '
'| '
'DIAMOND_GRID_SMALL '
'| '
'CHECKERBOARD_SMALL '
'| '
'TRIANGLE_SMALL '
'| '
'DIAGONAL_OPPOSITE_SMALL '
'| '
'DIAMOND_SMALL',
'DecalStyleType': 'Manual '
'| '
'Auto',
'DecalVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ElementValue': 'string'},
'LineStyleSettings': {'LineInterpolation': 'LINEAR '
'| '
'SMOOTH '
'| '
'STEPPED',
'LineStyle': 'SOLID '
'| '
'DOTTED '
'| '
'DASHED',
'LineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'LineWidth': 'string'},
'MarkerStyleSettings': {'MarkerColor': 'string',
'MarkerShape': 'CIRCLE '
'| '
'TRIANGLE '
'| '
'SQUARE '
'| '
'DIAMOND '
'| '
'ROUNDED_SQUARE',
'MarkerSize': 'string',
'MarkerVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'FieldComboSeriesItem': {'FieldId': 'string',
'Settings': {'BorderSettings': {'BorderColor': 'string',
'BorderVisibility': 'HIDDEN '
'| '
'VISIBLE',
'BorderWidth': 'string'},
'DecalSettings': {'DecalColor': 'string',
'DecalPatternType': 'SOLID '
'| '
'DIAGONAL_MEDIUM '
'| '
'CIRCLE_MEDIUM '
'| '
'DIAMOND_GRID_MEDIUM '
'| '
'CHECKERBOARD_MEDIUM '
'| '
'TRIANGLE_MEDIUM '
'| '
'DIAGONAL_OPPOSITE_MEDIUM '
'| '
'DIAMOND_MEDIUM '
'| '
'DIAGONAL_LARGE '
'| '
'CIRCLE_LARGE '
'| '
'DIAMOND_GRID_LARGE '
'| '
'CHECKERBOARD_LARGE '
'| '
'TRIANGLE_LARGE '
'| '
'DIAGONAL_OPPOSITE_LARGE '
'| '
'DIAMOND_LARGE '
'| '
'DIAGONAL_SMALL '
'| '
'CIRCLE_SMALL '
'| '
'DIAMOND_GRID_SMALL '
'| '
'CHECKERBOARD_SMALL '
'| '
'TRIANGLE_SMALL '
'| '
'DIAGONAL_OPPOSITE_SMALL '
'| '
'DIAMOND_SMALL',
'DecalStyleType': 'Manual '
'| '
'Auto',
'DecalVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ElementValue': 'string'},
'LineStyleSettings': {'LineInterpolation': 'LINEAR '
'| '
'SMOOTH '
'| '
'STEPPED',
'LineStyle': 'SOLID '
'| '
'DOTTED '
'| '
'DASHED',
'LineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'LineWidth': 'string'},
'MarkerStyleSettings': {'MarkerColor': 'string',
'MarkerShape': 'CIRCLE '
'| '
'TRIANGLE '
'| '
'SQUARE '
'| '
'DIAMOND '
'| '
'ROUNDED_SQUARE',
'MarkerSize': 'string',
'MarkerVisibility': 'HIDDEN '
'| '
'VISIBLE'}}}}],
'SingleAxisOptions': {'YAxisOptions': {'YAxis': 'PRIMARY_Y_AXIS'}},
'SortConfiguration': {'CategoryItemsLimit': {'ItemsLimit': 'long',
'OtherCategories': 'INCLUDE '
'| '
'EXCLUDE'},
'CategorySort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}],
'ColorItemsLimit': {'ItemsLimit': 'long',
'OtherCategories': 'INCLUDE '
'| '
'EXCLUDE'},
'ColorSort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}]},
'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualPalette': {'ChartColor': 'string',
'ColorMap': [{'Color': 'string',
'Element': {'DataPathType': {'PivotTableDataPathType': 'HIERARCHY_ROWS_LAYOUT_COLUMN '
'| '
'MULTIPLE_ROW_METRICS_COLUMN '
'| '
'EMPTY_COLUMN_HEADER '
'| '
'COUNT_METRIC_COLUMN'},
'FieldId': 'string',
'FieldValue': 'string'},
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}]}},
'ColumnHierarchies': [{'DateTimeHierarchy': {'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'ExplicitHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'PredefinedHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'}}],
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'CustomContentVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'ContentType': 'IMAGE '
'| '
'OTHER_EMBEDDED_CONTENT',
'ContentUrl': 'string',
'ImageScaling': 'FIT_TO_HEIGHT '
'| '
'FIT_TO_WIDTH '
'| '
'DO_NOT_SCALE '
'| '
'SCALE_TO_VISUAL',
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}}},
'DataSetIdentifier': 'string',
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'EmptyVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'DataSetIdentifier': 'string',
'VisualId': 'string'},
'FilledMapVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Values': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}]}},
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'Legend': {'Height': 'string',
'Position': 'AUTO '
'| '
'RIGHT '
'| '
'BOTTOM '
'| '
'TOP',
'Title': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ValueFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'MapStyleOptions': {'BaseMapStyle': 'LIGHT_GRAY '
'| '
'DARK_GRAY '
'| '
'STREET '
'| '
'IMAGERY'},
'SortConfiguration': {'CategorySort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}]},
'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'WindowOptions': {'Bounds': {'East': 'double',
'North': 'double',
'South': 'double',
'West': 'double'},
'MapZoomMode': 'AUTO '
'| '
'MANUAL'}},
'ColumnHierarchies': [{'DateTimeHierarchy': {'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'ExplicitHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'PredefinedHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'}}],
'ConditionalFormatting': {'ConditionalFormattingOptions': [{'Shape': {'FieldId': 'string',
'Format': {'BackgroundColor': {'Gradient': {'Color': {'Stops': [{'Color': 'string',
'DataValue': 'double',
'GradientOffset': 'double'}]},
'Expression': 'string'},
'Solid': {'Color': 'string',
'Expression': 'string'}}}}}]},
'GeocodingPreferences': [{'Preference': {'Coordinate': {'Latitude': 'double',
'Longitude': 'double'},
'GeocoderHierarchy': {'City': 'string',
'Country': 'string',
'County': 'string',
'PostCode': 'string',
'State': 'string'}},
'RequestKey': {'City': 'string',
'Country': 'string',
'County': 'string',
'PostCode': 'string',
'State': 'string'}}],
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'FunnelChartVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'DataLabelOptions': {'CategoryLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'LabelColor': 'string',
'LabelFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'MeasureDataLabelStyle': 'VALUE_ONLY '
'| '
'PERCENTAGE_BY_FIRST_STAGE '
'| '
'PERCENTAGE_BY_PREVIOUS_STAGE '
'| '
'VALUE_AND_PERCENTAGE_BY_FIRST_STAGE '
'| '
'VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE',
'MeasureLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Position': 'INSIDE '
'| '
'OUTSIDE '
'| '
'LEFT '
'| '
'TOP '
'| '
'BOTTOM '
'| '
'RIGHT',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Values': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}]}},
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'SortConfiguration': {'CategoryItemsLimit': {'ItemsLimit': 'long',
'OtherCategories': 'INCLUDE '
'| '
'EXCLUDE'},
'CategorySort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}]},
'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'ValueLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualPalette': {'ChartColor': 'string',
'ColorMap': [{'Color': 'string',
'Element': {'DataPathType': {'PivotTableDataPathType': 'HIERARCHY_ROWS_LAYOUT_COLUMN '
'| '
'MULTIPLE_ROW_METRICS_COLUMN '
'| '
'EMPTY_COLUMN_HEADER '
'| '
'COUNT_METRIC_COLUMN'},
'FieldId': 'string',
'FieldValue': 'string'},
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}]}},
'ColumnHierarchies': [{'DateTimeHierarchy': {'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'ExplicitHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'PredefinedHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'}}],
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'GaugeChartVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'ColorConfiguration': {'BackgroundColor': 'string',
'ForegroundColor': 'string'},
'DataLabels': {'CategoryLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'DataLabelTypes': [{'DataPathLabelType': {'FieldId': 'string',
'FieldValue': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldLabelType': {'FieldId': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MaximumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MinimumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RangeEndsLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'LabelColor': 'string',
'LabelContent': 'VALUE '
'| '
'PERCENT '
'| '
'VALUE_AND_PERCENT',
'LabelFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'MeasureLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Overlap': 'DISABLE_OVERLAP '
'| '
'ENABLE_OVERLAP',
'Position': 'INSIDE '
'| '
'OUTSIDE '
'| '
'LEFT '
'| '
'TOP '
'| '
'BOTTOM '
'| '
'RIGHT',
'TotalsVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldWells': {'TargetValues': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}],
'Values': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}]},
'GaugeChartOptions': {'Arc': {'ArcAngle': 'double',
'ArcThickness': 'SMALL '
'| '
'MEDIUM '
'| '
'LARGE'},
'ArcAxis': {'Range': {'Max': 'double',
'Min': 'double'},
'ReserveRange': 'integer'},
'Comparison': {'ComparisonFormat': {'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}},
'ComparisonMethod': 'DIFFERENCE '
'| '
'PERCENT_DIFFERENCE '
'| '
'PERCENT'},
'PrimaryValueDisplayType': 'HIDDEN '
'| '
'COMPARISON '
'| '
'ACTUAL',
'PrimaryValueFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}},
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'TooltipOptions': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualPalette': {'ChartColor': 'string',
'ColorMap': [{'Color': 'string',
'Element': {'DataPathType': {'PivotTableDataPathType': 'HIERARCHY_ROWS_LAYOUT_COLUMN '
'| '
'MULTIPLE_ROW_METRICS_COLUMN '
'| '
'EMPTY_COLUMN_HEADER '
'| '
'COUNT_METRIC_COLUMN'},
'FieldId': 'string',
'FieldValue': 'string'},
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}]}},
'ConditionalFormatting': {'ConditionalFormattingOptions': [{'Arc': {'ForegroundColor': {'Gradient': {'Color': {'Stops': [{'Color': 'string',
'DataValue': 'double',
'GradientOffset': 'double'}]},
'Expression': 'string'},
'Solid': {'Color': 'string',
'Expression': 'string'}}},
'PrimaryValue': {'Icon': {'CustomCondition': {'Color': 'string',
'DisplayConfiguration': {'IconDisplayOption': 'ICON_ONLY'},
'Expression': 'string',
'IconOptions': {'Icon': 'CARET_UP '
'| '
'CARET_DOWN '
'| '
'PLUS '
'| '
'MINUS '
'| '
'ARROW_UP '
'| '
'ARROW_DOWN '
'| '
'ARROW_LEFT '
'| '
'ARROW_UP_LEFT '
'| '
'ARROW_DOWN_LEFT '
'| '
'ARROW_RIGHT '
'| '
'ARROW_UP_RIGHT '
'| '
'ARROW_DOWN_RIGHT '
'| '
'FACE_UP '
'| '
'FACE_DOWN '
'| '
'FACE_FLAT '
'| '
'ONE_BAR '
'| '
'TWO_BAR '
'| '
'THREE_BAR '
'| '
'CIRCLE '
'| '
'TRIANGLE '
'| '
'SQUARE '
'| '
'FLAG '
'| '
'THUMBS_UP '
'| '
'THUMBS_DOWN '
'| '
'CHECKMARK '
'| '
'X',
'UnicodeIcon': 'string'}},
'IconSet': {'Expression': 'string',
'IconSetType': 'PLUS_MINUS '
'| '
'CHECK_X '
'| '
'THREE_COLOR_ARROW '
'| '
'THREE_GRAY_ARROW '
'| '
'CARET_UP_MINUS_DOWN '
'| '
'THREE_SHAPE '
'| '
'THREE_CIRCLE '
'| '
'FLAGS '
'| '
'BARS '
'| '
'FOUR_COLOR_ARROW '
'| '
'FOUR_GRAY_ARROW'}},
'TextColor': {'Gradient': {'Color': {'Stops': [{'Color': 'string',
'DataValue': 'double',
'GradientOffset': 'double'}]},
'Expression': 'string'},
'Solid': {'Color': 'string',
'Expression': 'string'}}}}]},
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'GeospatialMapVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Geospatial': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Values': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}]}},
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'Legend': {'Height': 'string',
'Position': 'AUTO '
'| '
'RIGHT '
'| '
'BOTTOM '
'| '
'TOP',
'Title': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ValueFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'MapStyleOptions': {'BaseMapStyle': 'LIGHT_GRAY '
'| '
'DARK_GRAY '
'| '
'STREET '
'| '
'IMAGERY'},
'PointStyleOptions': {'ClusterMarkerConfiguration': {'ClusterMarker': {'SimpleClusterMarker': {'Color': 'string'}}},
'HeatmapConfiguration': {'HeatmapColor': {'Colors': [{'Color': 'string'}]}},
'SelectedPointStyle': 'POINT '
'| '
'CLUSTER '
'| '
'HEATMAP'},
'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualPalette': {'ChartColor': 'string',
'ColorMap': [{'Color': 'string',
'Element': {'DataPathType': {'PivotTableDataPathType': 'HIERARCHY_ROWS_LAYOUT_COLUMN '
'| '
'MULTIPLE_ROW_METRICS_COLUMN '
'| '
'EMPTY_COLUMN_HEADER '
'| '
'COUNT_METRIC_COLUMN'},
'FieldId': 'string',
'FieldValue': 'string'},
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}]},
'WindowOptions': {'Bounds': {'East': 'double',
'North': 'double',
'South': 'double',
'West': 'double'},
'MapZoomMode': 'AUTO '
'| '
'MANUAL'}},
'ColumnHierarchies': [{'DateTimeHierarchy': {'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'ExplicitHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'PredefinedHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'}}],
'GeocodingPreferences': [{'Preference': {'Coordinate': {'Latitude': 'double',
'Longitude': 'double'},
'GeocoderHierarchy': {'City': 'string',
'Country': 'string',
'County': 'string',
'PostCode': 'string',
'State': 'string'}},
'RequestKey': {'City': 'string',
'Country': 'string',
'County': 'string',
'PostCode': 'string',
'State': 'string'}}],
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'HeatMapVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'ColorScale': {'ColorFillType': 'DISCRETE '
'| '
'GRADIENT',
'Colors': [{'Color': 'string',
'DataValue': 'double'}],
'NullValueColor': {'Color': 'string',
'DataValue': 'double'}},
'ColumnAxisDisplayOptions': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'ColumnLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'DataLabels': {'CategoryLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'DataLabelTypes': [{'DataPathLabelType': {'FieldId': 'string',
'FieldValue': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldLabelType': {'FieldId': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MaximumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MinimumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RangeEndsLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'LabelColor': 'string',
'LabelContent': 'VALUE '
'| '
'PERCENT '
'| '
'VALUE_AND_PERCENT',
'LabelFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'MeasureLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Overlap': 'DISABLE_OVERLAP '
'| '
'ENABLE_OVERLAP',
'Position': 'INSIDE '
'| '
'OUTSIDE '
'| '
'LEFT '
'| '
'TOP '
'| '
'BOTTOM '
'| '
'RIGHT',
'TotalsVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Rows': [{'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}],
'Values': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}]}},
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'Legend': {'Height': 'string',
'Position': 'AUTO '
'| '
'RIGHT '
'| '
'BOTTOM '
'| '
'TOP',
'Title': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'ValueFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'Width': 'string'},
'RowAxisDisplayOptions': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'RowLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'SortConfiguration': {'HeatMapColumnItemsLimitConfiguration': {'ItemsLimit': 'long',
'OtherCategories': 'INCLUDE '
'| '
'EXCLUDE'},
'HeatMapColumnSort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}],
'HeatMapRowItemsLimitConfiguration': {'ItemsLimit': 'long',
'OtherCategories': 'INCLUDE '
'| '
'EXCLUDE'},
'HeatMapRowSort': [{'ColumnSort': {'AggregationFunction': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Direction': 'ASC '
'| '
'DESC',
'SortBy': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'FieldSort': {'Direction': 'ASC '
'| '
'DESC',
'FieldId': 'string'}}]},
'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'}},
'ColumnHierarchies': [{'DateTimeHierarchy': {'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'ExplicitHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'},
'PredefinedHierarchy': {'Columns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'DrillDownFilters': [{'CategoryFilter': {'CategoryValues': ['string'],
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Value': 'double'},
'TimeRangeFilter': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'RangeMaximum': 'timestamp',
'RangeMinimum': 'timestamp',
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}}],
'HierarchyId': 'string'}}],
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'HistogramVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'ChartConfiguration': {'BinOptions': {'BinCount': {'Value': 'integer'},
'BinWidth': {'BinCountLimit': 'long',
'Value': 'double'},
'SelectedBinType': 'BIN_COUNT '
'| '
'BIN_WIDTH',
'StartValue': 'double'},
'DataLabels': {'CategoryLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'DataLabelTypes': [{'DataPathLabelType': {'FieldId': 'string',
'FieldValue': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldLabelType': {'FieldId': 'string',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MaximumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'MinimumLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RangeEndsLabelType': {'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'LabelColor': 'string',
'LabelContent': 'VALUE '
'| '
'PERCENT '
'| '
'VALUE_AND_PERCENT',
'LabelFontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'MeasureLabelVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Overlap': 'DISABLE_OVERLAP '
'| '
'ENABLE_OVERLAP',
'Position': 'INSIDE '
'| '
'OUTSIDE '
'| '
'LEFT '
'| '
'TOP '
'| '
'BOTTOM '
'| '
'RIGHT',
'TotalsVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldWells': {'HistogramAggregatedFieldWells': {'Values': [{'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}]}},
'Interactions': {'ContextMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'},
'VisualMenuOption': {'AvailabilityStatus': 'ENABLED '
'| '
'DISABLED'}},
'Tooltip': {'FieldBasedTooltip': {'AggregationVisibility': 'HIDDEN '
'| '
'VISIBLE',
'TooltipFields': [{'ColumnTooltipItem': {'Aggregation': {'AttributeAggregationFunction': {'SimpleAttributeAggregation': 'UNIQUE_VALUE',
'ValueForMultipleValues': 'string'},
'CategoricalAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'DateAggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'NumericalAggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'}},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'FieldTooltipItem': {'FieldId': 'string',
'Label': 'string',
'TooltipTarget': 'BOTH '
'| '
'BAR '
'| '
'LINE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}}],
'TooltipTitleType': 'NONE '
'| '
'PRIMARY_VALUE'},
'SelectedTooltipType': 'BASIC '
'| '
'DETAILED '
'| '
'SHEET',
'SheetTooltip': {'SheetId': 'string'},
'TooltipVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualPalette': {'ChartColor': 'string',
'ColorMap': [{'Color': 'string',
'Element': {'DataPathType': {'PivotTableDataPathType': 'HIERARCHY_ROWS_LAYOUT_COLUMN '
'| '
'MULTIPLE_ROW_METRICS_COLUMN '
'| '
'EMPTY_COLUMN_HEADER '
'| '
'COUNT_METRIC_COLUMN'},
'FieldId': 'string',
'FieldValue': 'string'},
'TimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND'}]},
'XAxisDisplayOptions': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}},
'XAxisLabelOptions': {'AxisLabelOptions': [{'ApplyTo': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string'},
'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}}}],
'SortIconVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'YAxisDisplayOptions': {'AxisLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'AxisOffset': 'string',
'DataOptions': {'DateAxisOptions': {'MissingDateVisibility': 'HIDDEN '
'| '
'VISIBLE'},
'NumericAxisOptions': {'Range': {'DataDriven': {},
'MinMax': {'Maximum': 'double',
'Minimum': 'double'}},
'Scale': {'Linear': {'StepCount': 'integer',
'StepSize': 'double'},
'Logarithmic': {'Base': 'double'}}}},
'GridLineVisibility': 'HIDDEN '
'| '
'VISIBLE',
'ScrollbarOptions': {'Visibility': 'HIDDEN '
'| '
'VISIBLE',
'VisibleRange': {'PercentRange': {'From': 'double',
'To': 'double'}}},
'TickLabelOptions': {'LabelOptions': {'CustomLabel': 'string',
'FontConfiguration': {'FontColor': 'string',
'FontDecoration': 'UNDERLINE '
'| '
'NONE',
'FontFamily': 'string',
'FontSize': {'Absolute': 'string',
'Relative': 'EXTRA_SMALL '
'| '
'SMALL '
'| '
'MEDIUM '
'| '
'LARGE '
'| '
'EXTRA_LARGE'},
'FontStyle': 'NORMAL '
'| '
'ITALIC',
'FontWeight': {'Name': 'NORMAL '
'| '
'BOLD'}},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'RotationAngle': 'double'}}},
'Subtitle': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'Title': {'FormatText': {'PlainText': 'string',
'RichText': 'string'},
'Visibility': 'HIDDEN '
'| '
'VISIBLE'},
'VisualContentAltText': 'string',
'VisualId': 'string'},
'InsightVisual': {'Actions': [{'ActionOperations': [{'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': [{'ColumnName': 'string',
'DataSetIdentifier': 'string'}],
'SelectedFieldOptions': 'ALL_FIELDS',
'SelectedFields': ['string']},
'TargetVisualsConfiguration': {'SameSheetTargetVisualConfiguration': {'TargetVisualOptions': 'ALL_VISUALS',
'TargetVisuals': ['string']}}},
'NavigationOperation': {'LocalNavigationConfiguration': {'TargetSheetId': 'string'}},
'SetParametersOperation': {'ParameterValueConfigurations': [{'DestinationParameterName': 'string',
'Value': {'CustomValuesConfiguration': {'CustomValues': {'DateTimeValues': ['timestamp'],
'DecimalValues': ['double'],
'IntegerValues': ['long'],
'StringValues': ['string']},
'IncludeNullValue': 'boolean'},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceColumn': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'SourceField': 'string',
'SourceParameterName': 'string'}}]},
'URLOperation': {'URLTarget': 'NEW_TAB '
'| '
'NEW_WINDOW '
'| '
'SAME_TAB',
'URLTemplate': 'string'}}],
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED '
'| '
'DISABLED',
'Trigger': 'DATA_POINT_CLICK '
'| '
'DATA_POINT_MENU'}],
'DataSetIdentifier': 'string',
'InsightConfiguration': {'Computations': [{'Forecast': {'ComputationId': 'string',
'CustomSeasonalityValue': 'integer',
'LowerBoundary': 'double',
'Name': 'string',
'PeriodsBackward': 'integer',
'PeriodsForward': 'integer',
'PredictionInterval': 'integer',
'Seasonality': 'AUTOMATIC '
'| '
'CUSTOM',
'Time': {'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}},
'UpperBoundary': 'double',
'Value': {'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}},
'GrowthRate': {'ComputationId': 'string',
'Name': 'string',
'PeriodSize': 'integer',
'Time': {'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}},
'Value': {'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}},
'MaximumMinimum': {'ComputationId': 'string',
'Name': 'string',
'Time': {'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}},
'Type': 'MAXIMUM '
'| '
'MINIMUM',
'Value': {'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}},
'MetricComparison': {'ComputationId': 'string',
'FromValue': {'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}},
'Name': 'string',
'TargetValue': {'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}},
'Time': {'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}}},
'PeriodOverPeriod': {'ComputationId': 'string',
'Name': 'string',
'Time': {'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}},
'Value': {'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}},
'PeriodToDate': {'ComputationId': 'string',
'Name': 'string',
'PeriodTimeGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'Time': {'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}},
'Value': {'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}},
'ComputationId': 'string',
'MoverSize': 'integer',
'Name': 'string',
'SortOrder': 'PERCENT_DIFFERENCE '
'| '
'ABSOLUTE_DIFFERENCE',
'Time': {'CategoricalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'DateDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'DateGranularity': 'YEAR '
'| '
'QUARTER '
'| '
'MONTH '
'| '
'WEEK '
'| '
'DAY '
'| '
'HOUR '
'| '
'MINUTE '
'| '
'SECOND '
'| '
'MILLISECOND',
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'},
'NumericalDimensionField': {'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}},
'HierarchyId': 'string'}},
'Type': 'TOP '
'| '
'BOTTOM',
'Value': {'CalculatedMeasureField': {'Expression': 'string',
'FieldId': 'string'},
'CategoricalMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'DateMeasureField': {'AggregationFunction': 'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'MIN '
'| '
'MAX',
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'DateTimeFormat': 'string',
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'},
'PercentageDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string'}}}},
'NumericalMeasureField': {'AggregationFunction': {'PercentileAggregation': {'PercentileValue': 'double'},
'SimpleNumericalAggregation': 'SUM '
'| '
'AVERAGE '
'| '
'MIN '
'| '
'MAX '
'| '
'COUNT '
'| '
'DISTINCT_COUNT '
'| '
'VAR '
'| '
'VARP '
'| '
'STDEV '
'| '
'STDEVP '
'| '
'MEDIAN'},
'Column': {'ColumnName': 'string',
'DataSetIdentifier': 'string'},
'FieldId': 'string',
'FormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'HIDDEN '
'| '
'VISIBLE'}},
'Suffix': 'string',
'Symbol': 'string'},
'NumberDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
'| '
'NEGATIVE'},
'NullValueFormatConfiguration': {'NullString': 'string'},
'NumberScale': 'NONE '
'| '
'AUTO '
'| '
'THOUSANDS '
'| '
'MILLIONS '
'| '
'BILLIONS '
'| '
'TRILLIONS '
'| '
'LAKHS '
'| '
'CRORES',
'Prefix': 'string',
'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'ThousandsSeparator': {'GroupingStyle': 'DEFAULT '
'| '
'LAKHS',
'Symbol': 'COMMA '
'| '
'DOT '
'| '
'SPACE',
'Visibility': 'H