Amazon QuickSight

2024/11/22 - Amazon QuickSight - 3 new15 updated api methods

Changes  This release includes: Update APIs to support Image, Layer Map, font customization, and Plugin Visual. Add Identity center related information in ListNamsespace API. Update API for restrictedFolder support in topics and add API for SearchTopics, Describe/Update DashboardsQA Configration.

DescribeDashboardsQAConfiguration (new) Link ¶

Describes an existing dashboard QA configuration.

See also: AWS API Documentation

Request Syntax

client.describe_dashboards_qa_configuration(
    AwsAccountId='string'
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want described.

rtype:

dict

returns:

Response Syntax

{
    'DashboardsQAStatus': 'ENABLED'|'DISABLED',
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) --

    • DashboardsQAStatus (string) --

      The status of dashboards QA configuration that you want described.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

    • Status (integer) --

      The HTTP status of the request.

UpdateDashboardsQAConfiguration (new) Link ¶

Updates a Dashboard QA configuration.

See also: AWS API Documentation

Request Syntax

client.update_dashboards_qa_configuration(
    AwsAccountId='string',
    DashboardsQAStatus='ENABLED'|'DISABLED'
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update.

type DashboardsQAStatus:

string

param DashboardsQAStatus:

[REQUIRED]

The status of dashboards QA configuration that you want to update.

rtype:

dict

returns:

Response Syntax

{
    'DashboardsQAStatus': 'ENABLED'|'DISABLED',
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) --

    • DashboardsQAStatus (string) --

      A value that indicates whether the dashboard QA configuration is enabled or not.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

    • Status (integer) --

      The HTTP status of the request.

SearchTopics (new) Link ¶

Searches for any Q topic that exists in an Amazon QuickSight account.

See also: AWS API Documentation

Request Syntax

client.search_topics(
    AwsAccountId='string',
    Filters=[
        {
            'Operator': 'StringEquals'|'StringLike',
            'Name': 'QUICKSIGHT_USER'|'QUICKSIGHT_VIEWER_OR_OWNER'|'DIRECT_QUICKSIGHT_VIEWER_OR_OWNER'|'QUICKSIGHT_OWNER'|'DIRECT_QUICKSIGHT_OWNER'|'DIRECT_QUICKSIGHT_SOLE_OWNER'|'TOPIC_NAME',
            'Value': 'string'
        },
    ],
    NextToken='string',
    MaxResults=123
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that contains the topic that you want to find.

type Filters:

list

param Filters:

[REQUIRED]

The filters that you want to use to search for the topic.

  • (dict) --

    The filter that is used to search for a topic.

    • Operator (string) -- [REQUIRED]

      The operator like equals or like.

    • Name (string) -- [REQUIRED]

      The name of the topic search filter.

    • Value (string) -- [REQUIRED]

      The value of the topic search filter.

type NextToken:

string

param NextToken:

The token for the next set of results, or null if there are no more results.

type MaxResults:

integer

param MaxResults:

The maximum number of results to be returned per request.

rtype:

dict

returns:

Response Syntax

{
    'TopicSummaryList': [
        {
            'Arn': 'string',
            'TopicId': 'string',
            'Name': 'string',
            'UserExperienceVersion': 'LEGACY'|'NEW_READER_EXPERIENCE'
        },
    ],
    'NextToken': 'string',
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • TopicSummaryList (list) --

      A list of topic summaries that is returned by the search topic request.

      • (dict) --

        A topic summary.

        • Arn (string) --

          The Amazon Resource Name (ARN) of the topic.

        • TopicId (string) --

          The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        • Name (string) --

          The name of the topic.

        • UserExperienceVersion (string) --

          The user experience version of the topic.

    • NextToken (string) --

      The token for the next set of results, or null if there are no more results.

    • Status (integer) --

      The HTTP status of the request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

CreateAnalysis (updated) Link ¶
Changes (request)
{'Definition': {'FilterGroups': {'Filters': {'CategoryFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NestedFilter': {'InnerFilter': {'CategoryInnerFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}}}},
                                             'NumericEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NumericRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'RelativeDatesFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                         'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TopBottomFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}}}},
                'Sheets': {'FilterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                              'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                              'RelativeDateTime': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                              'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                              'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                           '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': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'SectionBasedLayout': {'BodySections': {'Content': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}},
                                                                                'FooterSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                                                                                'HeaderSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}}}},
                           'ParameterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                 'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                 'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                         'FontSize': {'Absolute': 'string'}}}}}},
                           'SheetControlLayouts': {'Configuration': {'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                           'Visuals': {'BarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'BoxPlotVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'ComboChartVisual': {'ChartConfiguration': {'BarDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                   'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}},
                                                                                   'LineDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                   'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                   'SecondaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'CustomContentVisual': {'VisualContentAltText': 'string'},
                                       'FilledMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}}},
                                                           'VisualContentAltText': 'string'},
                                       'FunnelChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                    'DataLabelOptions': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                    'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'GaugeChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                   'GaugeChartOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'GeospatialMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                 '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'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'HeatMapVisual': {'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'RowLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'HistogramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                  'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'InsightVisual': {'VisualContentAltText': 'string'},
                                       'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}},
                                                                                           'SecondaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}}},
                                                     'VisualContentAltText': 'string'},
                                       'LayerMapVisual': {'ChartConfiguration': {'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'},
                                                                                 'MapLayers': [{'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'}],
                                                                                                'DataSource': {'StaticFileDataSource': {'StaticFileId': 'string'}},
                                                                                                'JoinDefinition': {'ColorField': {'ColorDimensionsFields': [{'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',
                                                                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                                                                                    'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                                  'VISIBLE'}},
                                                                                                                                                                                                                                                                                  'Suffix': 'string'}}},
                                                                                                                                                                                         'HierarchyId': 'string'}}],
                                                                                                                                  'ColorValuesFields': [{'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',
                                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                        'Prefix': 'string',
                                                                                                                                                                                                                                                                        'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'DOT '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'SPACE',
                                                                                                                                                                                                                                                                                                   'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                              'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                                                                            'VISIBLE'}},
                                                                                                                                                                                                                                                                            'Suffix': 'string'}}}}}]},
                                                                                                                   'DatasetKeyField': {'Column': {'ColumnName': 'string',
                                                                                                                                                  'DataSetIdentifier': 'string'},
                                                                                                                                       'FieldId': 'string',
                                                                                                                                       'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                               'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                     'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                   'NEGATIVE'},
                                                                                                                                                                                                                                                                     'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                     'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'AUTO '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'THOUSANDS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'MILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'BILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'TRILLIONS',
                                                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                                                                                         'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                                       'VISIBLE'}},
                                                                                                                                                                                                                                                                       'Suffix': 'string'}}},
                                                                                                                                                               'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                            'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                          'NEGATIVE'},
                                                                                                                                                                                                                                                            'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                            'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'AUTO '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'THOUSANDS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'MILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'BILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'TRILLIONS',
                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                                                                'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                              'VISIBLE'}},
                                                                                                                                                                                                                                                              'Suffix': 'string'}}},
                                                                                                                                                               'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                             'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                   'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'NEGATIVE'},
                                                                                                                                                                                                                                                                   'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                   'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'AUTO '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'THOUSANDS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'MILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'BILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'TRILLIONS',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                                       'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                                                                     'VISIBLE'}},
                                                                                                                                                                                                                                                                     'Suffix': 'string'}}}}},
                                                                                                                   'ShapeKeyField': 'string'},
                                                                                                'Label': 'string',
                                                                                                'LayerDefinition': {'LineLayer': {'Style': {'LineSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                      'DataValue': 'string'}],
                                                                                                                                                                                              'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE'},
                                                                                                                                                                              'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                           'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                'StrokeColor': 'string',
                                                                                                                                                                                                                                'StrokeWidth': 'double'}},
                                                                                                                                                                                           'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                 'VISIBLE',
                                                                                                                                                                                           'StepColors': [{'Color': 'string',
                                                                                                                                                                                                           'DataValue': 'double'}]},
                                                                                                                                                                              'Solid': {'Color': 'string',
                                                                                                                                                                                        'State': 'ENABLED '
                                                                                                                                                                                                 '| '
                                                                                                                                                                                                 'DISABLED'}},
                                                                                                                                                                'LineWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PointLayer': {'Style': {'CircleSymbolStyle': {'CircleRadius': {'Radius': 'double'},
                                                                                                                                                                   'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                         'DataValue': 'string'}],
                                                                                                                                                                                                 'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE'},
                                                                                                                                                                                 'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE',
                                                                                                                                                                                              'StepColors': [{'Color': 'string',
                                                                                                                                                                                                              'DataValue': 'double'}]},
                                                                                                                                                                                 'Solid': {'Color': 'string',
                                                                                                                                                                                           'State': 'ENABLED '
                                                                                                                                                                                                    '| '
                                                                                                                                                                                                    'DISABLED'}},
                                                                                                                                                                   'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                           'DataValue': 'string'}],
                                                                                                                                                                                                   'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE'},
                                                                                                                                                                                   'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                     'StrokeColor': 'string',
                                                                                                                                                                                                                                     'StrokeWidth': 'double'}},
                                                                                                                                                                                                'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                      'VISIBLE',
                                                                                                                                                                                                'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                'DataValue': 'double'}]},
                                                                                                                                                                                   'Solid': {'Color': 'string',
                                                                                                                                                                                             'State': 'ENABLED '
                                                                                                                                                                                                      '| '
                                                                                                                                                                                                      'DISABLED'}},
                                                                                                                                                                   'StrokeWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PolygonLayer': {'Style': {'PolygonSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                            'DataValue': 'string'}],
                                                                                                                                                                                                    'DefaultOpacity': 'double',
                                                                                                                                                                                                    'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                         'StrokeColor': 'string',
                                                                                                                                                                                                                                         'StrokeWidth': 'double'}},
                                                                                                                                                                                                    'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                          'VISIBLE'},
                                                                                                                                                                                    'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE',
                                                                                                                                                                                                 'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                 'DataValue': 'double'}]},
                                                                                                                                                                                    'Solid': {'Color': 'string',
                                                                                                                                                                                              'State': 'ENABLED '
                                                                                                                                                                                                       '| '
                                                                                                                                                                                                       'DISABLED'}},
                                                                                                                                                                      'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                              'DataValue': 'string'}],
                                                                                                                                                                                                      'DefaultOpacity': 'double',
                                                                                                                                                                                                      'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                           'StrokeColor': 'string',
                                                                                                                                                                                                                                           'StrokeWidth': 'double'}},
                                                                                                                                                                                                      'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                            'VISIBLE'},
                                                                                                                                                                                      'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE',
                                                                                                                                                                                                   'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                   'DataValue': 'double'}]},
                                                                                                                                                                                      'Solid': {'Color': 'string',
                                                                                                                                                                                                'State': 'ENABLED '
                                                                                                                                                                                                         '| '
                                                                                                                                                                                                         'DISABLED'}},
                                                                                                                                                                      'StrokeWidth': {'LineWidth': 'double'}}}}},
                                                                                                'LayerId': 'string',
                                                                                                'LayerType': 'POINT '
                                                                                                             '| '
                                                                                                             'LINE '
                                                                                                             '| '
                                                                                                             'POLYGON',
                                                                                                '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',
                                                                                                            'TooltipVisibility': 'HIDDEN '
                                                                                                                                 '| '
                                                                                                                                 'VISIBLE'},
                                                                                                'Visibility': 'HIDDEN '
                                                                                                              '| '
                                                                                                              'VISIBLE'}],
                                                                                 'MapState': {'Bounds': {'East': 'double',
                                                                                                         'North': 'double',
                                                                                                         'South': 'double',
                                                                                                         'West': 'double'},
                                                                                              'MapNavigation': 'ENABLED '
                                                                                                               '| '
                                                                                                               'DISABLED'},
                                                                                 'MapStyle': {'BackgroundColor': 'string',
                                                                                              'BaseMapStyle': 'LIGHT_GRAY '
                                                                                                              '| '
                                                                                                              'DARK_GRAY '
                                                                                                              '| '
                                                                                                              'STREET '
                                                                                                              '| '
                                                                                                              'IMAGERY',
                                                                                              'BaseMapVisibility': 'HIDDEN '
                                                                                                                   '| '
                                                                                                                   'VISIBLE'}},
                                                          'DataSetIdentifier': 'string',
                                                          'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                      'RichText': 'string'},
                                                                       'Visibility': 'HIDDEN '
                                                                                     '| '
                                                                                     'VISIBLE'},
                                                          'Title': {'FormatText': {'PlainText': 'string',
                                                                                   'RichText': 'string'},
                                                                    'Visibility': 'HIDDEN '
                                                                                  '| '
                                                                                  'VISIBLE'},
                                                          'VisualContentAltText': 'string',
                                                          'VisualId': 'string'},
                                       'LineChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SecondaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'PieChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'PivotTableVisual': {'ChartConfiguration': {'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                    'ColumnHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowFieldNamesStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                             'FontSize': {'Absolute': 'string'}}}},
                                                                                   'TotalOptions': {'ColumnSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'ColumnTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'PluginVisual': {'ChartConfiguration': {'FieldWells': [{'AxisName': 'GROUP_BY '
                                                                                                           '| '
                                                                                                           'VALUE',
                                                                                               'Dimensions': [{'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                      'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'VISIBLE'}},
                                                                                                                                                                                                                                    'Suffix': 'string'}}},
                                                                                                                                           'HierarchyId': 'string'}}],
                                                                                               'Measures': [{'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',
                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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',
                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                                  'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'VISIBLE'}},
                                                                                                                                                                                                                                'Suffix': 'string'}}}}}],
                                                                                               'Unaggregated': [{'Column': {'ColumnName': 'string',
                                                                                                                            'DataSetIdentifier': 'string'},
                                                                                                                 'FieldId': 'string',
                                                                                                                 'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                         'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                         'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                               'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                             'NEGATIVE'},
                                                                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                               'NumberScale': 'NONE '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'AUTO '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'THOUSANDS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'MILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'BILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'TRILLIONS',
                                                                                                                                                                                                                                               'Prefix': 'string',
                                                                                                                                                                                                                                               'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                          'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                   'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'VISIBLE'}},
                                                                                                                                                                                                                                                 'Suffix': 'string'}}},
                                                                                                                                         'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                      'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'NEGATIVE'},
                                                                                                                                                                                                                                      'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                      'NumberScale': 'NONE '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'AUTO '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'THOUSANDS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'MILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'BILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'TRILLIONS',
                                                                                                                                                                                                                                      'Prefix': 'string',
                                                                                                                                                                                                                                      'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'DOT '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'SPACE',
                                                                                                                                                                                                                                                                 'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                          'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                        'VISIBLE'}},
                                                                                                                                                                                                                                        'Suffix': 'string'}}},
                                                                                                                                         'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                       'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                             'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                           'NEGATIVE'},
                                                                                                                                                                                                                                             'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                             'NumberScale': 'NONE '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'AUTO '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'THOUSANDS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'MILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'BILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'TRILLIONS',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                 'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                               'VISIBLE'}},
                                                                                                                                                                                                                                               'Suffix': 'string'}}}}}]}],
                                                                               'SortConfiguration': {'PluginVisualTableQuerySort': {'ItemsLimitConfiguration': {'ItemsLimit': 'long'},
                                                                                                                                    'RowSort': [{'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'}}]}},
                                                                               'VisualOptions': {'VisualProperties': [{'Name': 'string',
                                                                                                                       'Value': 'string'}]}},
                                                        'PluginArn': 'string',
                                                        'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                    'RichText': 'string'},
                                                                     'Visibility': 'HIDDEN '
                                                                                   '| '
                                                                                   'VISIBLE'},
                                                        'Title': {'FormatText': {'PlainText': 'string',
                                                                                 'RichText': 'string'},
                                                                  'Visibility': 'HIDDEN '
                                                                                '| '
                                                                                'VISIBLE'},
                                                        'VisualContentAltText': 'string',
                                                        'VisualId': 'string'},
                                       'RadarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'SankeyDiagramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'ScatterPlotVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                    'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}},
                                                                                               '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'}}},
                                                                                    'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                    'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'YAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'TableVisual': {'ChartConfiguration': {'FieldOptions': {'SelectedFieldOptions': {'URLStyling': {'LinkConfiguration': {'Content': {'CustomTextContent': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}},
                                                                              'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                   'FontSize': {'Absolute': 'string'}}},
                                                                                               'HeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                              'TotalOptions': {'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                       'VisualContentAltText': 'string'},
                                       'TreeMapVisual': {'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'GroupLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'SizeLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'WaterfallVisual': {'ChartConfiguration': {'CategoryAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'CategoryAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'WordCloudVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'}}},
                'StaticFiles': [{'ImageStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                              'ObjectKey': 'string',
                                                                              'Region': 'string'},
                                                                'UrlOptions': {'Url': 'string'}},
                                                     'StaticFileId': 'string'},
                                 'SpatialStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                                'ObjectKey': 'string',
                                                                                'Region': 'string'},
                                                                  'UrlOptions': {'Url': 'string'}},
                                                       'StaticFileId': 'string'}}]}}

Creates an analysis in Amazon QuickSight. Analyses can be created either from a template or from an AnalysisDefinition.

See also: AWS API Documentation

Request Syntax

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Parameters

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

rtype:

dict

returns:

Response Syntax

{
    'Arn': 'string',
    'AnalysisId': 'string',
    'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • Arn (string) --

      The ARN for the analysis.

    • AnalysisId (string) --

      The ID of the analysis.

    • CreationStatus (string) --

      The status of the creation of the analysis.

    • Status (integer) --

      The HTTP status of the request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

CreateDashboard (updated) Link ¶
Changes (request)
{'Definition': {'FilterGroups': {'Filters': {'CategoryFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NestedFilter': {'InnerFilter': {'CategoryInnerFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}}}},
                                             'NumericEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NumericRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'RelativeDatesFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                         'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TopBottomFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}}}},
                'Sheets': {'FilterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                              'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                              'RelativeDateTime': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                              'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                              'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                           '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': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'SectionBasedLayout': {'BodySections': {'Content': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}},
                                                                                'FooterSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                                                                                'HeaderSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}}}},
                           'ParameterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                 'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                 'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                         'FontSize': {'Absolute': 'string'}}}}}},
                           'SheetControlLayouts': {'Configuration': {'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                           'Visuals': {'BarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'BoxPlotVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'ComboChartVisual': {'ChartConfiguration': {'BarDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                   'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}},
                                                                                   'LineDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                   'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                   'SecondaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'CustomContentVisual': {'VisualContentAltText': 'string'},
                                       'FilledMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}}},
                                                           'VisualContentAltText': 'string'},
                                       'FunnelChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                    'DataLabelOptions': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                    'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'GaugeChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                   'GaugeChartOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'GeospatialMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                 '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'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'HeatMapVisual': {'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'RowLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'HistogramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                  'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'InsightVisual': {'VisualContentAltText': 'string'},
                                       'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}},
                                                                                           'SecondaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}}},
                                                     'VisualContentAltText': 'string'},
                                       'LayerMapVisual': {'ChartConfiguration': {'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'},
                                                                                 'MapLayers': [{'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'}],
                                                                                                'DataSource': {'StaticFileDataSource': {'StaticFileId': 'string'}},
                                                                                                'JoinDefinition': {'ColorField': {'ColorDimensionsFields': [{'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',
                                                                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                                                                                    'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                                  'VISIBLE'}},
                                                                                                                                                                                                                                                                                  'Suffix': 'string'}}},
                                                                                                                                                                                         'HierarchyId': 'string'}}],
                                                                                                                                  'ColorValuesFields': [{'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',
                                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                        'Prefix': 'string',
                                                                                                                                                                                                                                                                        'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'DOT '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'SPACE',
                                                                                                                                                                                                                                                                                                   'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                              'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                                                                            'VISIBLE'}},
                                                                                                                                                                                                                                                                            'Suffix': 'string'}}}}}]},
                                                                                                                   'DatasetKeyField': {'Column': {'ColumnName': 'string',
                                                                                                                                                  'DataSetIdentifier': 'string'},
                                                                                                                                       'FieldId': 'string',
                                                                                                                                       'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                               'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                     'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                   'NEGATIVE'},
                                                                                                                                                                                                                                                                     'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                     'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'AUTO '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'THOUSANDS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'MILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'BILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'TRILLIONS',
                                                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                                                                                         'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                                       'VISIBLE'}},
                                                                                                                                                                                                                                                                       'Suffix': 'string'}}},
                                                                                                                                                               'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                            'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                          'NEGATIVE'},
                                                                                                                                                                                                                                                            'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                            'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'AUTO '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'THOUSANDS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'MILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'BILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'TRILLIONS',
                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                                                                'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                              'VISIBLE'}},
                                                                                                                                                                                                                                                              'Suffix': 'string'}}},
                                                                                                                                                               'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                             'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                   'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'NEGATIVE'},
                                                                                                                                                                                                                                                                   'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                   'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'AUTO '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'THOUSANDS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'MILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'BILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'TRILLIONS',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                                       'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                                                                     'VISIBLE'}},
                                                                                                                                                                                                                                                                     'Suffix': 'string'}}}}},
                                                                                                                   'ShapeKeyField': 'string'},
                                                                                                'Label': 'string',
                                                                                                'LayerDefinition': {'LineLayer': {'Style': {'LineSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                      'DataValue': 'string'}],
                                                                                                                                                                                              'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE'},
                                                                                                                                                                              'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                           'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                'StrokeColor': 'string',
                                                                                                                                                                                                                                'StrokeWidth': 'double'}},
                                                                                                                                                                                           'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                 'VISIBLE',
                                                                                                                                                                                           'StepColors': [{'Color': 'string',
                                                                                                                                                                                                           'DataValue': 'double'}]},
                                                                                                                                                                              'Solid': {'Color': 'string',
                                                                                                                                                                                        'State': 'ENABLED '
                                                                                                                                                                                                 '| '
                                                                                                                                                                                                 'DISABLED'}},
                                                                                                                                                                'LineWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PointLayer': {'Style': {'CircleSymbolStyle': {'CircleRadius': {'Radius': 'double'},
                                                                                                                                                                   'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                         'DataValue': 'string'}],
                                                                                                                                                                                                 'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE'},
                                                                                                                                                                                 'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE',
                                                                                                                                                                                              'StepColors': [{'Color': 'string',
                                                                                                                                                                                                              'DataValue': 'double'}]},
                                                                                                                                                                                 'Solid': {'Color': 'string',
                                                                                                                                                                                           'State': 'ENABLED '
                                                                                                                                                                                                    '| '
                                                                                                                                                                                                    'DISABLED'}},
                                                                                                                                                                   'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                           'DataValue': 'string'}],
                                                                                                                                                                                                   'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE'},
                                                                                                                                                                                   'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                     'StrokeColor': 'string',
                                                                                                                                                                                                                                     'StrokeWidth': 'double'}},
                                                                                                                                                                                                'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                      'VISIBLE',
                                                                                                                                                                                                'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                'DataValue': 'double'}]},
                                                                                                                                                                                   'Solid': {'Color': 'string',
                                                                                                                                                                                             'State': 'ENABLED '
                                                                                                                                                                                                      '| '
                                                                                                                                                                                                      'DISABLED'}},
                                                                                                                                                                   'StrokeWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PolygonLayer': {'Style': {'PolygonSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                            'DataValue': 'string'}],
                                                                                                                                                                                                    'DefaultOpacity': 'double',
                                                                                                                                                                                                    'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                         'StrokeColor': 'string',
                                                                                                                                                                                                                                         'StrokeWidth': 'double'}},
                                                                                                                                                                                                    'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                          'VISIBLE'},
                                                                                                                                                                                    'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE',
                                                                                                                                                                                                 'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                 'DataValue': 'double'}]},
                                                                                                                                                                                    'Solid': {'Color': 'string',
                                                                                                                                                                                              'State': 'ENABLED '
                                                                                                                                                                                                       '| '
                                                                                                                                                                                                       'DISABLED'}},
                                                                                                                                                                      'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                              'DataValue': 'string'}],
                                                                                                                                                                                                      'DefaultOpacity': 'double',
                                                                                                                                                                                                      'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                           'StrokeColor': 'string',
                                                                                                                                                                                                                                           'StrokeWidth': 'double'}},
                                                                                                                                                                                                      'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                            'VISIBLE'},
                                                                                                                                                                                      'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE',
                                                                                                                                                                                                   'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                   'DataValue': 'double'}]},
                                                                                                                                                                                      'Solid': {'Color': 'string',
                                                                                                                                                                                                'State': 'ENABLED '
                                                                                                                                                                                                         '| '
                                                                                                                                                                                                         'DISABLED'}},
                                                                                                                                                                      'StrokeWidth': {'LineWidth': 'double'}}}}},
                                                                                                'LayerId': 'string',
                                                                                                'LayerType': 'POINT '
                                                                                                             '| '
                                                                                                             'LINE '
                                                                                                             '| '
                                                                                                             'POLYGON',
                                                                                                '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',
                                                                                                            'TooltipVisibility': 'HIDDEN '
                                                                                                                                 '| '
                                                                                                                                 'VISIBLE'},
                                                                                                'Visibility': 'HIDDEN '
                                                                                                              '| '
                                                                                                              'VISIBLE'}],
                                                                                 'MapState': {'Bounds': {'East': 'double',
                                                                                                         'North': 'double',
                                                                                                         'South': 'double',
                                                                                                         'West': 'double'},
                                                                                              'MapNavigation': 'ENABLED '
                                                                                                               '| '
                                                                                                               'DISABLED'},
                                                                                 'MapStyle': {'BackgroundColor': 'string',
                                                                                              'BaseMapStyle': 'LIGHT_GRAY '
                                                                                                              '| '
                                                                                                              'DARK_GRAY '
                                                                                                              '| '
                                                                                                              'STREET '
                                                                                                              '| '
                                                                                                              'IMAGERY',
                                                                                              'BaseMapVisibility': 'HIDDEN '
                                                                                                                   '| '
                                                                                                                   'VISIBLE'}},
                                                          'DataSetIdentifier': 'string',
                                                          'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                      'RichText': 'string'},
                                                                       'Visibility': 'HIDDEN '
                                                                                     '| '
                                                                                     'VISIBLE'},
                                                          'Title': {'FormatText': {'PlainText': 'string',
                                                                                   'RichText': 'string'},
                                                                    'Visibility': 'HIDDEN '
                                                                                  '| '
                                                                                  'VISIBLE'},
                                                          'VisualContentAltText': 'string',
                                                          'VisualId': 'string'},
                                       'LineChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SecondaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'PieChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'PivotTableVisual': {'ChartConfiguration': {'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                    'ColumnHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowFieldNamesStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                             'FontSize': {'Absolute': 'string'}}}},
                                                                                   'TotalOptions': {'ColumnSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'ColumnTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'PluginVisual': {'ChartConfiguration': {'FieldWells': [{'AxisName': 'GROUP_BY '
                                                                                                           '| '
                                                                                                           'VALUE',
                                                                                               'Dimensions': [{'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                      'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'VISIBLE'}},
                                                                                                                                                                                                                                    'Suffix': 'string'}}},
                                                                                                                                           'HierarchyId': 'string'}}],
                                                                                               'Measures': [{'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',
                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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',
                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                                  'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'VISIBLE'}},
                                                                                                                                                                                                                                'Suffix': 'string'}}}}}],
                                                                                               'Unaggregated': [{'Column': {'ColumnName': 'string',
                                                                                                                            'DataSetIdentifier': 'string'},
                                                                                                                 'FieldId': 'string',
                                                                                                                 'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                         'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                         'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                               'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                             'NEGATIVE'},
                                                                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                               'NumberScale': 'NONE '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'AUTO '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'THOUSANDS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'MILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'BILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'TRILLIONS',
                                                                                                                                                                                                                                               'Prefix': 'string',
                                                                                                                                                                                                                                               'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                          'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                   'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'VISIBLE'}},
                                                                                                                                                                                                                                                 'Suffix': 'string'}}},
                                                                                                                                         'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                      'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'NEGATIVE'},
                                                                                                                                                                                                                                      'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                      'NumberScale': 'NONE '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'AUTO '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'THOUSANDS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'MILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'BILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'TRILLIONS',
                                                                                                                                                                                                                                      'Prefix': 'string',
                                                                                                                                                                                                                                      'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'DOT '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'SPACE',
                                                                                                                                                                                                                                                                 'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                          'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                        'VISIBLE'}},
                                                                                                                                                                                                                                        'Suffix': 'string'}}},
                                                                                                                                         'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                       'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                             'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                           'NEGATIVE'},
                                                                                                                                                                                                                                             'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                             'NumberScale': 'NONE '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'AUTO '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'THOUSANDS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'MILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'BILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'TRILLIONS',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                 'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                               'VISIBLE'}},
                                                                                                                                                                                                                                               'Suffix': 'string'}}}}}]}],
                                                                               'SortConfiguration': {'PluginVisualTableQuerySort': {'ItemsLimitConfiguration': {'ItemsLimit': 'long'},
                                                                                                                                    'RowSort': [{'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'}}]}},
                                                                               'VisualOptions': {'VisualProperties': [{'Name': 'string',
                                                                                                                       'Value': 'string'}]}},
                                                        'PluginArn': 'string',
                                                        'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                    'RichText': 'string'},
                                                                     'Visibility': 'HIDDEN '
                                                                                   '| '
                                                                                   'VISIBLE'},
                                                        'Title': {'FormatText': {'PlainText': 'string',
                                                                                 'RichText': 'string'},
                                                                  'Visibility': 'HIDDEN '
                                                                                '| '
                                                                                'VISIBLE'},
                                                        'VisualContentAltText': 'string',
                                                        'VisualId': 'string'},
                                       'RadarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'SankeyDiagramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'ScatterPlotVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                    'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}},
                                                                                               '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'}}},
                                                                                    'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                    'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'YAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'TableVisual': {'ChartConfiguration': {'FieldOptions': {'SelectedFieldOptions': {'URLStyling': {'LinkConfiguration': {'Content': {'CustomTextContent': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}},
                                                                              'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                   'FontSize': {'Absolute': 'string'}}},
                                                                                               'HeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                              'TotalOptions': {'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                       'VisualContentAltText': 'string'},
                                       'TreeMapVisual': {'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'GroupLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'SizeLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'WaterfallVisual': {'ChartConfiguration': {'CategoryAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'CategoryAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'WordCloudVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'}}},
                'StaticFiles': [{'ImageStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                              'ObjectKey': 'string',
                                                                              'Region': 'string'},
                                                                'UrlOptions': {'Url': 'string'}},
                                                     'StaticFileId': 'string'},
                                 'SpatialStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                                'ObjectKey': 'string',
                                                                                'Region': 'string'},
                                                                  'UrlOptions': {'Url': 'string'}},
                                                       'StaticFileId': 'string'}}]}}

Creates a dashboard from either a template or directly with a DashboardDefinition. To first create a template, see the CreateTemplate API operation.

A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created from analyses. You can share Amazon QuickSight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different Amazon Web Services account.

See also: AWS API Documentation

Request Syntax

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Parameters

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

rtype:

dict

returns:

Response Syntax

{
    'Arn': 'string',
    'VersionArn': 'string',
    'DashboardId': 'string',
    'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • Arn (string) --

      The ARN of the dashboard.

    • VersionArn (string) --

      The ARN of the dashboard, including the version number of the first version that is created.

    • DashboardId (string) --

      The ID for the dashboard.

    • CreationStatus (string) --

      The status of the dashboard creation request.

    • Status (integer) --

      The HTTP status of the request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

CreateTemplate (updated) Link ¶
Changes (request)
{'Definition': {'FilterGroups': {'Filters': {'CategoryFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NestedFilter': {'InnerFilter': {'CategoryInnerFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}}}},
                                             'NumericEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NumericRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'RelativeDatesFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                         'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TopBottomFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}}}},
                'Sheets': {'FilterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                              'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                              'RelativeDateTime': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                              'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                              'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                           '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': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'SectionBasedLayout': {'BodySections': {'Content': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}},
                                                                                'FooterSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                                                                                'HeaderSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}}}},
                           'ParameterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                 'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                 'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                         'FontSize': {'Absolute': 'string'}}}}}},
                           'SheetControlLayouts': {'Configuration': {'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                           'Visuals': {'BarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'BoxPlotVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'ComboChartVisual': {'ChartConfiguration': {'BarDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                   'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}},
                                                                                   'LineDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                   'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                   'SecondaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'CustomContentVisual': {'VisualContentAltText': 'string'},
                                       'FilledMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}}},
                                                           'VisualContentAltText': 'string'},
                                       'FunnelChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                    'DataLabelOptions': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                    'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'GaugeChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                   'GaugeChartOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'GeospatialMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                 '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'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'HeatMapVisual': {'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'RowLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'HistogramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                  'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'InsightVisual': {'VisualContentAltText': 'string'},
                                       'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}},
                                                                                           'SecondaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}}},
                                                     'VisualContentAltText': 'string'},
                                       'LayerMapVisual': {'ChartConfiguration': {'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'},
                                                                                 'MapLayers': [{'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'}],
                                                                                                'DataSource': {'StaticFileDataSource': {'StaticFileId': 'string'}},
                                                                                                'JoinDefinition': {'ColorField': {'ColorDimensionsFields': [{'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',
                                                                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                                                                                    'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                                  'VISIBLE'}},
                                                                                                                                                                                                                                                                                  'Suffix': 'string'}}},
                                                                                                                                                                                         'HierarchyId': 'string'}}],
                                                                                                                                  'ColorValuesFields': [{'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',
                                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                        'Prefix': 'string',
                                                                                                                                                                                                                                                                        'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'DOT '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'SPACE',
                                                                                                                                                                                                                                                                                                   'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                              'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                                                                            'VISIBLE'}},
                                                                                                                                                                                                                                                                            'Suffix': 'string'}}}}}]},
                                                                                                                   'DatasetKeyField': {'Column': {'ColumnName': 'string',
                                                                                                                                                  'DataSetIdentifier': 'string'},
                                                                                                                                       'FieldId': 'string',
                                                                                                                                       'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                               'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                     'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                   'NEGATIVE'},
                                                                                                                                                                                                                                                                     'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                     'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'AUTO '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'THOUSANDS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'MILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'BILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'TRILLIONS',
                                                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                                                                                         'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                                       'VISIBLE'}},
                                                                                                                                                                                                                                                                       'Suffix': 'string'}}},
                                                                                                                                                               'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                            'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                          'NEGATIVE'},
                                                                                                                                                                                                                                                            'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                            'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'AUTO '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'THOUSANDS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'MILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'BILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'TRILLIONS',
                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                                                                'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                              'VISIBLE'}},
                                                                                                                                                                                                                                                              'Suffix': 'string'}}},
                                                                                                                                                               'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                             'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                   'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'NEGATIVE'},
                                                                                                                                                                                                                                                                   'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                   'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'AUTO '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'THOUSANDS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'MILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'BILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'TRILLIONS',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                                       'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                                                                     'VISIBLE'}},
                                                                                                                                                                                                                                                                     'Suffix': 'string'}}}}},
                                                                                                                   'ShapeKeyField': 'string'},
                                                                                                'Label': 'string',
                                                                                                'LayerDefinition': {'LineLayer': {'Style': {'LineSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                      'DataValue': 'string'}],
                                                                                                                                                                                              'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE'},
                                                                                                                                                                              'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                           'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                'StrokeColor': 'string',
                                                                                                                                                                                                                                'StrokeWidth': 'double'}},
                                                                                                                                                                                           'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                 'VISIBLE',
                                                                                                                                                                                           'StepColors': [{'Color': 'string',
                                                                                                                                                                                                           'DataValue': 'double'}]},
                                                                                                                                                                              'Solid': {'Color': 'string',
                                                                                                                                                                                        'State': 'ENABLED '
                                                                                                                                                                                                 '| '
                                                                                                                                                                                                 'DISABLED'}},
                                                                                                                                                                'LineWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PointLayer': {'Style': {'CircleSymbolStyle': {'CircleRadius': {'Radius': 'double'},
                                                                                                                                                                   'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                         'DataValue': 'string'}],
                                                                                                                                                                                                 'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE'},
                                                                                                                                                                                 'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE',
                                                                                                                                                                                              'StepColors': [{'Color': 'string',
                                                                                                                                                                                                              'DataValue': 'double'}]},
                                                                                                                                                                                 'Solid': {'Color': 'string',
                                                                                                                                                                                           'State': 'ENABLED '
                                                                                                                                                                                                    '| '
                                                                                                                                                                                                    'DISABLED'}},
                                                                                                                                                                   'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                           'DataValue': 'string'}],
                                                                                                                                                                                                   'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE'},
                                                                                                                                                                                   'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                     'StrokeColor': 'string',
                                                                                                                                                                                                                                     'StrokeWidth': 'double'}},
                                                                                                                                                                                                'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                      'VISIBLE',
                                                                                                                                                                                                'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                'DataValue': 'double'}]},
                                                                                                                                                                                   'Solid': {'Color': 'string',
                                                                                                                                                                                             'State': 'ENABLED '
                                                                                                                                                                                                      '| '
                                                                                                                                                                                                      'DISABLED'}},
                                                                                                                                                                   'StrokeWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PolygonLayer': {'Style': {'PolygonSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                            'DataValue': 'string'}],
                                                                                                                                                                                                    'DefaultOpacity': 'double',
                                                                                                                                                                                                    'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                         'StrokeColor': 'string',
                                                                                                                                                                                                                                         'StrokeWidth': 'double'}},
                                                                                                                                                                                                    'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                          'VISIBLE'},
                                                                                                                                                                                    'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE',
                                                                                                                                                                                                 'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                 'DataValue': 'double'}]},
                                                                                                                                                                                    'Solid': {'Color': 'string',
                                                                                                                                                                                              'State': 'ENABLED '
                                                                                                                                                                                                       '| '
                                                                                                                                                                                                       'DISABLED'}},
                                                                                                                                                                      'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                              'DataValue': 'string'}],
                                                                                                                                                                                                      'DefaultOpacity': 'double',
                                                                                                                                                                                                      'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                           'StrokeColor': 'string',
                                                                                                                                                                                                                                           'StrokeWidth': 'double'}},
                                                                                                                                                                                                      'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                            'VISIBLE'},
                                                                                                                                                                                      'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE',
                                                                                                                                                                                                   'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                   'DataValue': 'double'}]},
                                                                                                                                                                                      'Solid': {'Color': 'string',
                                                                                                                                                                                                'State': 'ENABLED '
                                                                                                                                                                                                         '| '
                                                                                                                                                                                                         'DISABLED'}},
                                                                                                                                                                      'StrokeWidth': {'LineWidth': 'double'}}}}},
                                                                                                'LayerId': 'string',
                                                                                                'LayerType': 'POINT '
                                                                                                             '| '
                                                                                                             'LINE '
                                                                                                             '| '
                                                                                                             'POLYGON',
                                                                                                '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',
                                                                                                            'TooltipVisibility': 'HIDDEN '
                                                                                                                                 '| '
                                                                                                                                 'VISIBLE'},
                                                                                                'Visibility': 'HIDDEN '
                                                                                                              '| '
                                                                                                              'VISIBLE'}],
                                                                                 'MapState': {'Bounds': {'East': 'double',
                                                                                                         'North': 'double',
                                                                                                         'South': 'double',
                                                                                                         'West': 'double'},
                                                                                              'MapNavigation': 'ENABLED '
                                                                                                               '| '
                                                                                                               'DISABLED'},
                                                                                 'MapStyle': {'BackgroundColor': 'string',
                                                                                              'BaseMapStyle': 'LIGHT_GRAY '
                                                                                                              '| '
                                                                                                              'DARK_GRAY '
                                                                                                              '| '
                                                                                                              'STREET '
                                                                                                              '| '
                                                                                                              'IMAGERY',
                                                                                              'BaseMapVisibility': 'HIDDEN '
                                                                                                                   '| '
                                                                                                                   'VISIBLE'}},
                                                          'DataSetIdentifier': 'string',
                                                          'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                      'RichText': 'string'},
                                                                       'Visibility': 'HIDDEN '
                                                                                     '| '
                                                                                     'VISIBLE'},
                                                          'Title': {'FormatText': {'PlainText': 'string',
                                                                                   'RichText': 'string'},
                                                                    'Visibility': 'HIDDEN '
                                                                                  '| '
                                                                                  'VISIBLE'},
                                                          'VisualContentAltText': 'string',
                                                          'VisualId': 'string'},
                                       'LineChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SecondaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'PieChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'PivotTableVisual': {'ChartConfiguration': {'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                    'ColumnHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowFieldNamesStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                             'FontSize': {'Absolute': 'string'}}}},
                                                                                   'TotalOptions': {'ColumnSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'ColumnTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'PluginVisual': {'ChartConfiguration': {'FieldWells': [{'AxisName': 'GROUP_BY '
                                                                                                           '| '
                                                                                                           'VALUE',
                                                                                               'Dimensions': [{'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                      'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'VISIBLE'}},
                                                                                                                                                                                                                                    'Suffix': 'string'}}},
                                                                                                                                           'HierarchyId': 'string'}}],
                                                                                               'Measures': [{'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',
                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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',
                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                                  'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'VISIBLE'}},
                                                                                                                                                                                                                                'Suffix': 'string'}}}}}],
                                                                                               'Unaggregated': [{'Column': {'ColumnName': 'string',
                                                                                                                            'DataSetIdentifier': 'string'},
                                                                                                                 'FieldId': 'string',
                                                                                                                 'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                         'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                         'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                               'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                             'NEGATIVE'},
                                                                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                               'NumberScale': 'NONE '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'AUTO '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'THOUSANDS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'MILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'BILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'TRILLIONS',
                                                                                                                                                                                                                                               'Prefix': 'string',
                                                                                                                                                                                                                                               'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                          'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                   'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'VISIBLE'}},
                                                                                                                                                                                                                                                 'Suffix': 'string'}}},
                                                                                                                                         'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                      'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'NEGATIVE'},
                                                                                                                                                                                                                                      'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                      'NumberScale': 'NONE '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'AUTO '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'THOUSANDS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'MILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'BILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'TRILLIONS',
                                                                                                                                                                                                                                      'Prefix': 'string',
                                                                                                                                                                                                                                      'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'DOT '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'SPACE',
                                                                                                                                                                                                                                                                 'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                          'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                        'VISIBLE'}},
                                                                                                                                                                                                                                        'Suffix': 'string'}}},
                                                                                                                                         'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                       'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                             'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                           'NEGATIVE'},
                                                                                                                                                                                                                                             'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                             'NumberScale': 'NONE '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'AUTO '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'THOUSANDS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'MILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'BILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'TRILLIONS',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                 'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                               'VISIBLE'}},
                                                                                                                                                                                                                                               'Suffix': 'string'}}}}}]}],
                                                                               'SortConfiguration': {'PluginVisualTableQuerySort': {'ItemsLimitConfiguration': {'ItemsLimit': 'long'},
                                                                                                                                    'RowSort': [{'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'}}]}},
                                                                               'VisualOptions': {'VisualProperties': [{'Name': 'string',
                                                                                                                       'Value': 'string'}]}},
                                                        'PluginArn': 'string',
                                                        'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                    'RichText': 'string'},
                                                                     'Visibility': 'HIDDEN '
                                                                                   '| '
                                                                                   'VISIBLE'},
                                                        'Title': {'FormatText': {'PlainText': 'string',
                                                                                 'RichText': 'string'},
                                                                  'Visibility': 'HIDDEN '
                                                                                '| '
                                                                                'VISIBLE'},
                                                        'VisualContentAltText': 'string',
                                                        'VisualId': 'string'},
                                       'RadarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'SankeyDiagramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'ScatterPlotVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                    'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}},
                                                                                               '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'}}},
                                                                                    'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                    'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'YAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'TableVisual': {'ChartConfiguration': {'FieldOptions': {'SelectedFieldOptions': {'URLStyling': {'LinkConfiguration': {'Content': {'CustomTextContent': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}},
                                                                              'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                   'FontSize': {'Absolute': 'string'}}},
                                                                                               'HeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                              'TotalOptions': {'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                       'VisualContentAltText': 'string'},
                                       'TreeMapVisual': {'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'GroupLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'SizeLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'WaterfallVisual': {'ChartConfiguration': {'CategoryAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'CategoryAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'WordCloudVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'}}},
                'StaticFiles': [{'ImageStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                              'ObjectKey': 'string',
                                                                              'Region': 'string'},
                                                                'UrlOptions': {'Url': 'string'}},
                                                     'StaticFileId': 'string'},
                                 'SpatialStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                                'ObjectKey': 'string',
                                                                                'Region': 'string'},
                                                                  'UrlOptions': {'Url': 'string'}},
                                                       'StaticFileId': 'string'}}]}}

Creates a template either from a TemplateDefinition or from an existing Amazon QuickSight analysis or template. You can use the resulting template to create additional dashboards, templates, or analyses.

A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.

See also: AWS API Documentation

Request Syntax

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Parameters

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

rtype:

dict

returns:

Response Syntax

{
    'Arn': 'string',
    'VersionArn': 'string',
    'TemplateId': 'string',
    'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • Arn (string) --

      The ARN for the template.

    • VersionArn (string) --

      The ARN for the template, including the version information of the first version.

    • TemplateId (string) --

      The ID of the template.

    • CreationStatus (string) --

      The template creation status.

    • Status (integer) --

      The HTTP status of the request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

CreateTopic (updated) Link ¶
Changes (request)
{'FolderArns': ['string']}

Creates a new Q topic.

See also: AWS API Documentation

Request Syntax

client.create_topic(
    AwsAccountId='string',
    TopicId='string',
    Topic={
        'Name': 'string',
        'Description': 'string',
        'UserExperienceVersion': 'LEGACY'|'NEW_READER_EXPERIENCE',
        'DataSets': [
            {
                'DatasetArn': 'string',
                'DatasetName': 'string',
                'DatasetDescription': 'string',
                'DataAggregation': {
                    'DatasetRowDateGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
                    'DefaultDateColumnName': 'string'
                },
                'Filters': [
                    {
                        'FilterDescription': 'string',
                        'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER',
                        'FilterName': 'string',
                        'FilterSynonyms': [
                            'string',
                        ],
                        'OperandFieldName': 'string',
                        'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER',
                        'CategoryFilter': {
                            'CategoryFilterFunction': 'EXACT'|'CONTAINS',
                            'CategoryFilterType': 'CUSTOM_FILTER'|'CUSTOM_FILTER_LIST'|'FILTER_LIST',
                            'Constant': {
                                'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
                                'SingularConstant': 'string',
                                'CollectiveConstant': {
                                    'ValueList': [
                                        'string',
                                    ]
                                }
                            },
                            'Inverse': True|False
                        },
                        'NumericEqualityFilter': {
                            'Constant': {
                                'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
                                'SingularConstant': 'string'
                            },
                            'Aggregation': 'NO_AGGREGATION'|'SUM'|'AVERAGE'|'COUNT'|'DISTINCT_COUNT'|'MAX'|'MEDIAN'|'MIN'|'STDEV'|'STDEVP'|'VAR'|'VARP'
                        },
                        'NumericRangeFilter': {
                            'Inclusive': True|False,
                            'Constant': {
                                'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
                                'RangeConstant': {
                                    'Minimum': 'string',
                                    'Maximum': 'string'
                                }
                            },
                            'Aggregation': 'NO_AGGREGATION'|'SUM'|'AVERAGE'|'COUNT'|'DISTINCT_COUNT'|'MAX'|'MEDIAN'|'MIN'|'STDEV'|'STDEVP'|'VAR'|'VARP'
                        },
                        'DateRangeFilter': {
                            'Inclusive': True|False,
                            'Constant': {
                                'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
                                'RangeConstant': {
                                    'Minimum': 'string',
                                    'Maximum': 'string'
                                }
                            }
                        },
                        'RelativeDateFilter': {
                            'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
                            'RelativeDateFilterFunction': 'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
                            'Constant': {
                                'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
                                'SingularConstant': 'string'
                            }
                        }
                    },
                ],
                'Columns': [
                    {
                        'ColumnName': 'string',
                        'ColumnFriendlyName': 'string',
                        'ColumnDescription': 'string',
                        'ColumnSynonyms': [
                            'string',
                        ],
                        'ColumnDataRole': 'DIMENSION'|'MEASURE',
                        'Aggregation': 'SUM'|'MAX'|'MIN'|'COUNT'|'DISTINCT_COUNT'|'AVERAGE'|'MEDIAN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
                        'IsIncludedInTopic': True|False,
                        'DisableIndexing': True|False,
                        'ComparativeOrder': {
                            'UseOrdering': 'GREATER_IS_BETTER'|'LESSER_IS_BETTER'|'SPECIFIED',
                            'SpecifedOrder': [
                                'string',
                            ],
                            'TreatUndefinedSpecifiedValues': 'LEAST'|'MOST'
                        },
                        'SemanticType': {
                            'TypeName': 'string',
                            'SubTypeName': 'string',
                            'TypeParameters': {
                                'string': 'string'
                            },
                            'TruthyCellValue': 'string',
                            'TruthyCellValueSynonyms': [
                                'string',
                            ],
                            'FalseyCellValue': 'string',
                            'FalseyCellValueSynonyms': [
                                'string',
                            ]
                        },
                        'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
                        'AllowedAggregations': [
                            'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
                        ],
                        'NotAllowedAggregations': [
                            'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
                        ],
                        'DefaultFormatting': {
                            'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
                            'DisplayFormatOptions': {
                                'UseBlankCellFormat': True|False,
                                'BlankCellFormat': 'string',
                                'DateFormat': 'string',
                                'DecimalSeparator': 'COMMA'|'DOT',
                                'GroupingSeparator': 'string',
                                'UseGrouping': True|False,
                                'FractionDigits': 123,
                                'Prefix': 'string',
                                'Suffix': 'string',
                                'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS',
                                'NegativeFormat': {
                                    'Prefix': 'string',
                                    'Suffix': 'string'
                                },
                                'CurrencySymbol': 'string'
                            }
                        },
                        'NeverAggregateInFilter': True|False,
                        'CellValueSynonyms': [
                            {
                                'CellValue': 'string',
                                'Synonyms': [
                                    'string',
                                ]
                            },
                        ],
                        'NonAdditive': True|False
                    },
                ],
                'CalculatedFields': [
                    {
                        'CalculatedFieldName': 'string',
                        'CalculatedFieldDescription': 'string',
                        'Expression': 'string',
                        'CalculatedFieldSynonyms': [
                            'string',
                        ],
                        'IsIncludedInTopic': True|False,
                        'DisableIndexing': True|False,
                        'ColumnDataRole': 'DIMENSION'|'MEASURE',
                        'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
                        'DefaultFormatting': {
                            'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
                            'DisplayFormatOptions': {
                                'UseBlankCellFormat': True|False,
                                'BlankCellFormat': 'string',
                                'DateFormat': 'string',
                                'DecimalSeparator': 'COMMA'|'DOT',
                                'GroupingSeparator': 'string',
                                'UseGrouping': True|False,
                                'FractionDigits': 123,
                                'Prefix': 'string',
                                'Suffix': 'string',
                                'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS',
                                'NegativeFormat': {
                                    'Prefix': 'string',
                                    'Suffix': 'string'
                                },
                                'CurrencySymbol': 'string'
                            }
                        },
                        'Aggregation': 'SUM'|'MAX'|'MIN'|'COUNT'|'DISTINCT_COUNT'|'AVERAGE'|'MEDIAN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
                        'ComparativeOrder': {
                            'UseOrdering': 'GREATER_IS_BETTER'|'LESSER_IS_BETTER'|'SPECIFIED',
                            'SpecifedOrder': [
                                'string',
                            ],
                            'TreatUndefinedSpecifiedValues': 'LEAST'|'MOST'
                        },
                        'SemanticType': {
                            'TypeName': 'string',
                            'SubTypeName': 'string',
                            'TypeParameters': {
                                'string': 'string'
                            },
                            'TruthyCellValue': 'string',
                            'TruthyCellValueSynonyms': [
                                'string',
                            ],
                            'FalseyCellValue': 'string',
                            'FalseyCellValueSynonyms': [
                                'string',
                            ]
                        },
                        'AllowedAggregations': [
                            'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
                        ],
                        'NotAllowedAggregations': [
                            'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
                        ],
                        'NeverAggregateInFilter': True|False,
                        'CellValueSynonyms': [
                            {
                                'CellValue': 'string',
                                'Synonyms': [
                                    'string',
                                ]
                            },
                        ],
                        'NonAdditive': True|False
                    },
                ],
                'NamedEntities': [
                    {
                        'EntityName': 'string',
                        'EntityDescription': 'string',
                        'EntitySynonyms': [
                            'string',
                        ],
                        'SemanticEntityType': {
                            'TypeName': 'string',
                            'SubTypeName': 'string',
                            'TypeParameters': {
                                'string': 'string'
                            }
                        },
                        'Definition': [
                            {
                                'FieldName': 'string',
                                'PropertyName': 'string',
                                'PropertyRole': 'PRIMARY'|'ID',
                                'PropertyUsage': 'INHERIT'|'DIMENSION'|'MEASURE',
                                'Metric': {
                                    'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'CUSTOM',
                                    'AggregationFunctionParameters': {
                                        'string': 'string'
                                    }
                                }
                            },
                        ]
                    },
                ]
            },
        ],
        'ConfigOptions': {
            'QBusinessInsightsEnabled': True|False
        }
    },
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ],
    FolderArns=[
        'string',
    ]
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that you want to create a topic in.

type TopicId:

string

param TopicId:

[REQUIRED]

The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

type Topic:

dict

param Topic:

[REQUIRED]

The definition of a topic to create.

  • Name (string) --

    The name of the topic.

  • Description (string) --

    The description of the topic.

  • UserExperienceVersion (string) --

    The user experience version of a topic.

  • DataSets (list) --

    The data sets that the topic is associated with.

    • (dict) --

      A structure that represents a dataset.

      • DatasetArn (string) -- [REQUIRED]

        The Amazon Resource Name (ARN) of the dataset.

      • DatasetName (string) --

        The name of the dataset.

      • DatasetDescription (string) --

        The description of the dataset.

      • DataAggregation (dict) --

        The definition of a data aggregation.

        • DatasetRowDateGranularity (string) --

          The level of time precision that is used to aggregate DateTime values.

        • DefaultDateColumnName (string) --

          The column name for the default date.

      • Filters (list) --

        The list of filter definitions.

        • (dict) --

          A structure that represents a filter used to select items for a topic.

          • FilterDescription (string) --

            A description of the filter used to select items for a topic.

          • FilterClass (string) --

            The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER, CONDITIONAL_VALUE_FILTER, and NAMED_VALUE_FILTER.

          • FilterName (string) -- [REQUIRED]

            The name of the filter.

          • FilterSynonyms (list) --

            The other names or aliases for the filter.

            • (string) --

          • OperandFieldName (string) -- [REQUIRED]

            The name of the field that the filter operates on.

          • FilterType (string) --

            The type of the filter. Valid values for this structure are CATEGORY_FILTER, NUMERIC_EQUALITY_FILTER, NUMERIC_RANGE_FILTER, DATE_RANGE_FILTER, and RELATIVE_DATE_FILTER.

          • CategoryFilter (dict) --

            The category filter that is associated with this filter.

            • CategoryFilterFunction (string) --

              The category filter function. Valid values for this structure are EXACT and CONTAINS.

            • CategoryFilterType (string) --

              The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.

            • Constant (dict) --

              The constant used in a category filter.

              • ConstantType (string) --

                The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE.

              • SingularConstant (string) --

                A singular constant used in a category filter. This element is used to specify a single value for the constant.

              • CollectiveConstant (dict) --

                A collective constant used in a category filter. This element is used to specify a list of values for the constant.

                • ValueList (list) --

                  A list of values for the collective constant.

                  • (string) --

            • Inverse (boolean) --

              A Boolean value that indicates if the filter is inverse.

          • NumericEqualityFilter (dict) --

            The numeric equality filter.

            • Constant (dict) --

              The constant used in a numeric equality filter.

              • ConstantType (string) --

                The type of the singular filter constant. Valid values for this structure are SINGULAR.

              • SingularConstant (string) --

                The value of the singular filter constant.

            • Aggregation (string) --

              An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are NO_AGGREGATION, SUM, AVERAGE, COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN, STDEV, STDEVP, VAR, and VARP.

          • NumericRangeFilter (dict) --

            The numeric range filter.

            • Inclusive (boolean) --

              A Boolean value that indicates whether the endpoints of the numeric range are included in the filter. If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.

            • Constant (dict) --

              The constant used in a numeric range filter.

              • ConstantType (string) --

                The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.

              • RangeConstant (dict) --

                The value of the constant that is used to specify the endpoints of a range filter.

                • Minimum (string) --

                  The minimum value for a range constant.

                • Maximum (string) --

                  The maximum value for a range constant.

            • Aggregation (string) --

              An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure are NO_AGGREGATION, SUM, AVERAGE, COUNT, DISTINCT_COUNT, MAX, MEDIAN, MIN, STDEV, STDEVP, VAR, and VARP.

          • DateRangeFilter (dict) --

            The date range filter.

            • Inclusive (boolean) --

              A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.

            • Constant (dict) --

              The constant used in a date range filter.

              • ConstantType (string) --

                The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.

              • RangeConstant (dict) --

                The value of the constant that is used to specify the endpoints of a range filter.

                • Minimum (string) --

                  The minimum value for a range constant.

                • Maximum (string) --

                  The maximum value for a range constant.

          • RelativeDateFilter (dict) --

            The relative date filter.

            • TimeGranularity (string) --

              The level of time precision that is used to aggregate DateTime values.

            • RelativeDateFilterFunction (string) --

              The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are BEFORE, AFTER, and BETWEEN.

            • Constant (dict) --

              The constant used in a relative date filter.

              • ConstantType (string) --

                The type of the singular filter constant. Valid values for this structure are SINGULAR.

              • SingularConstant (string) --

                The value of the singular filter constant.

      • Columns (list) --

        The list of column definitions.

        • (dict) --

          Represents a column in a dataset.

          • ColumnName (string) -- [REQUIRED]

            The name of the column.

          • ColumnFriendlyName (string) --

            A user-friendly name for the column.

          • ColumnDescription (string) --

            A description of the column and its contents.

          • ColumnSynonyms (list) --

            The other names or aliases for the column.

            • (string) --

          • ColumnDataRole (string) --

            The role of the column in the data. Valid values are DIMENSION and MEASURE.

          • Aggregation (string) --

            The type of aggregation that is performed on the column data when it's queried.

          • IsIncludedInTopic (boolean) --

            A Boolean value that indicates whether the column is included in the query results.

          • DisableIndexing (boolean) --

            A Boolean value that indicates whether the column shows in the autocomplete functionality.

          • ComparativeOrder (dict) --

            The order in which data is displayed for the column when it's used in a comparative context.

            • UseOrdering (string) --

              The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.

            • SpecifedOrder (list) --

              The list of columns to be used in the ordering.

              • (string) --

            • TreatUndefinedSpecifiedValues (string) --

              The treat of undefined specified values. Valid values for this structure are LEAST and MOST.

          • SemanticType (dict) --

            The semantic type of data contained in the column.

            • TypeName (string) --

              The semantic type name.

            • SubTypeName (string) --

              The semantic type sub type name.

            • TypeParameters (dict) --

              The semantic type parameters.

              • (string) --

                • (string) --

            • TruthyCellValue (string) --

              The semantic type truthy cell value.

            • TruthyCellValueSynonyms (list) --

              The other names or aliases for the true cell value.

              • (string) --

            • FalseyCellValue (string) --

              The semantic type falsey cell value.

            • FalseyCellValueSynonyms (list) --

              The other names or aliases for the false cell value.

              • (string) --

          • TimeGranularity (string) --

            The level of time precision that is used to aggregate DateTime values.

          • AllowedAggregations (list) --

            The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.

            • (string) --

          • NotAllowedAggregations (list) --

            The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.

            • (string) --

          • DefaultFormatting (dict) --

            The default formatting used for values in the column.

            • DisplayFormat (string) --

              The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.

            • DisplayFormatOptions (dict) --

              The additional options for display formatting.

              • UseBlankCellFormat (boolean) --

                A Boolean value that indicates whether to use blank cell format.

              • BlankCellFormat (string) --

                Determines the blank cell format.

              • DateFormat (string) --

                Determines the DateTime format.

              • DecimalSeparator (string) --

                Determines the decimal separator.

              • GroupingSeparator (string) --

                Determines the grouping separator.

              • UseGrouping (boolean) --

                A Boolean value that indicates whether to use grouping.

              • FractionDigits (integer) --

                Determines the number of fraction digits.

              • Prefix (string) --

                The prefix value for a display format.

              • Suffix (string) --

                The suffix value for a display format.

              • UnitScaler (string) --

                The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.

              • NegativeFormat (dict) --

                The negative format.

                • Prefix (string) --

                  The prefix for a negative format.

                • Suffix (string) --

                  The suffix for a negative format.

              • CurrencySymbol (string) --

                The currency symbol, such as USD.

          • NeverAggregateInFilter (boolean) --

            A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.

          • CellValueSynonyms (list) --

            The other names or aliases for the column cell value.

            • (dict) --

              A structure that represents the cell value synonym.

              • CellValue (string) --

                The cell value.

              • Synonyms (list) --

                Other names or aliases for the cell value.

                • (string) --

          • NonAdditive (boolean) --

            The non additive value for the column.

      • CalculatedFields (list) --

        The list of calculated field definitions.

        • (dict) --

          A structure that represents a calculated field.

          • CalculatedFieldName (string) -- [REQUIRED]

            The calculated field name.

          • CalculatedFieldDescription (string) --

            The calculated field description.

          • Expression (string) -- [REQUIRED]

            The calculated field expression.

          • CalculatedFieldSynonyms (list) --

            The other names or aliases for the calculated field.

            • (string) --

          • IsIncludedInTopic (boolean) --

            A boolean value that indicates if a calculated field is included in the topic.

          • DisableIndexing (boolean) --

            A Boolean value that indicates if a calculated field is visible in the autocomplete.

          • ColumnDataRole (string) --

            The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE.

          • TimeGranularity (string) --

            The level of time precision that is used to aggregate DateTime values.

          • DefaultFormatting (dict) --

            The default formatting definition.

            • DisplayFormat (string) --

              The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.

            • DisplayFormatOptions (dict) --

              The additional options for display formatting.

              • UseBlankCellFormat (boolean) --

                A Boolean value that indicates whether to use blank cell format.

              • BlankCellFormat (string) --

                Determines the blank cell format.

              • DateFormat (string) --

                Determines the DateTime format.

              • DecimalSeparator (string) --

                Determines the decimal separator.

              • GroupingSeparator (string) --

                Determines the grouping separator.

              • UseGrouping (boolean) --

                A Boolean value that indicates whether to use grouping.

              • FractionDigits (integer) --

                Determines the number of fraction digits.

              • Prefix (string) --

                The prefix value for a display format.

              • Suffix (string) --

                The suffix value for a display format.

              • UnitScaler (string) --

                The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.

              • NegativeFormat (dict) --

                The negative format.

                • Prefix (string) --

                  The prefix for a negative format.

                • Suffix (string) --

                  The suffix for a negative format.

              • CurrencySymbol (string) --

                The currency symbol, such as USD.

          • Aggregation (string) --

            The default aggregation. Valid values for this structure are SUM, MAX, MIN, COUNT, DISTINCT_COUNT, and AVERAGE.

          • ComparativeOrder (dict) --

            The order in which data is displayed for the calculated field when it's used in a comparative context.

            • UseOrdering (string) --

              The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.

            • SpecifedOrder (list) --

              The list of columns to be used in the ordering.

              • (string) --

            • TreatUndefinedSpecifiedValues (string) --

              The treat of undefined specified values. Valid values for this structure are LEAST and MOST.

          • SemanticType (dict) --

            The semantic type.

            • TypeName (string) --

              The semantic type name.

            • SubTypeName (string) --

              The semantic type sub type name.

            • TypeParameters (dict) --

              The semantic type parameters.

              • (string) --

                • (string) --

            • TruthyCellValue (string) --

              The semantic type truthy cell value.

            • TruthyCellValueSynonyms (list) --

              The other names or aliases for the true cell value.

              • (string) --

            • FalseyCellValue (string) --

              The semantic type falsey cell value.

            • FalseyCellValueSynonyms (list) --

              The other names or aliases for the false cell value.

              • (string) --

          • AllowedAggregations (list) --

            The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.

            • (string) --

          • NotAllowedAggregations (list) --

            The list of aggregation types that are not allowed for the calculated field. Valid values for this structure are COUNT, DISTINCT_COUNT, MIN, MAX, MEDIAN, SUM, AVERAGE, STDEV, STDEVP, VAR, VARP, and PERCENTILE.

            • (string) --

          • NeverAggregateInFilter (boolean) --

            A Boolean value that indicates whether to never aggregate calculated field in filters.

          • CellValueSynonyms (list) --

            The other names or aliases for the calculated field cell value.

            • (dict) --

              A structure that represents the cell value synonym.

              • CellValue (string) --

                The cell value.

              • Synonyms (list) --

                Other names or aliases for the cell value.

                • (string) --

          • NonAdditive (boolean) --

            The non additive for the table style target.

      • NamedEntities (list) --

        The list of named entities definitions.

        • (dict) --

          A structure that represents a named entity.

          • EntityName (string) -- [REQUIRED]

            The name of the named entity.

          • EntityDescription (string) --

            The description of the named entity.

          • EntitySynonyms (list) --

            The other names or aliases for the named entity.

            • (string) --

          • SemanticEntityType (dict) --

            The type of named entity that a topic represents.

            • TypeName (string) --

              The semantic entity type name.

            • SubTypeName (string) --

              The semantic entity sub type name.

            • TypeParameters (dict) --

              The semantic entity type parameters.

              • (string) --

                • (string) --

          • Definition (list) --

            The definition of a named entity.

            • (dict) --

              A structure that represents a named entity.

              • FieldName (string) --

                The name of the entity.

              • PropertyName (string) --

                The property name to be used for the named entity.

              • PropertyRole (string) --

                The property role. Valid values for this structure are PRIMARY and ID.

              • PropertyUsage (string) --

                The property usage. Valid values for this structure are INHERIT, DIMENSION, and MEASURE.

              • Metric (dict) --

                The definition of a metric.

                • Aggregation (string) --

                  The aggregation of a named entity. Valid values for this structure are SUM, MIN, MAX, COUNT, AVERAGE, DISTINCT_COUNT, STDEV, STDEVP, VAR, VARP, PERCENTILE, MEDIAN, and CUSTOM.

                • AggregationFunctionParameters (dict) --

                  The additional parameters for an aggregation function.

                  • (string) --

                    • (string) --

  • ConfigOptions (dict) --

    Configuration options for a Topic.

    • QBusinessInsightsEnabled (boolean) --

      Enables Amazon Q Business Insights for a Topic.

type Tags:

list

param Tags:

Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.

  • (dict) --

    The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.

    • Key (string) -- [REQUIRED]

      Tag key.

    • Value (string) -- [REQUIRED]

      Tag value.

type FolderArns:

list

param FolderArns:

The Folder ARN of the folder that you want the topic to reside in.

  • (string) --

rtype:

dict

returns:

Response Syntax

{
    'Arn': 'string',
    'TopicId': 'string',
    'RefreshArn': 'string',
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) --

    • Arn (string) --

      The Amazon Resource Name (ARN) of the topic.

    • TopicId (string) --

      The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

    • RefreshArn (string) --

      The Amazon Resource Name (ARN) of the topic refresh.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

    • Status (integer) --

      The HTTP status of the request.

DescribeAnalysis (updated) Link ¶
Changes (response)
{'Analysis': {'Sheets': {'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'}}]}}}

Provides a summary of the metadata for an analysis.

See also: AWS API Documentation

Request Syntax

client.describe_analysis(
    AwsAccountId='string',
    AnalysisId='string'
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.

type AnalysisId:

string

param AnalysisId:

[REQUIRED]

The ID of the analysis that you're describing. The ID is part of the URL of the analysis.

rtype:

dict

returns:

Response Syntax

{
    'Analysis': {
        'AnalysisId': 'string',
        'Arn': 'string',
        'Name': 'string',
        'Status': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
        'Errors': [
            {
                'Type': 'ACCESS_DENIED'|'SOURCE_NOT_FOUND'|'DATA_SET_NOT_FOUND'|'INTERNAL_FAILURE'|'PARAMETER_VALUE_INCOMPATIBLE'|'PARAMETER_TYPE_INVALID'|'PARAMETER_NOT_FOUND'|'COLUMN_TYPE_MISMATCH'|'COLUMN_GEOGRAPHIC_ROLE_MISMATCH'|'COLUMN_REPLACEMENT_MISSING',
                'Message': 'string',
                'ViolatedEntities': [
                    {
                        'Path': 'string'
                    },
                ]
            },
        ],
        'DataSetArns': [
            'string',
        ],
        'ThemeArn': 'string',
        'CreatedTime': datetime(2015, 1, 1),
        'LastUpdatedTime': datetime(2015, 1, 1),
        'Sheets': [
            {
                'SheetId': 'string',
                'Name': 'string',
                'Images': [
                    {
                        'SheetImageId': 'string',
                        'Source': {
                            'SheetImageStaticFileSource': {
                                'StaticFileId': 'string'
                            }
                        },
                        'Scaling': {
                            'ScalingType': 'SCALE_TO_WIDTH'|'SCALE_TO_HEIGHT'|'SCALE_TO_CONTAINER'|'SCALE_NONE'
                        },
                        'Tooltip': {
                            'TooltipText': {
                                'PlainText': 'string'
                            },
                            'Visibility': 'HIDDEN'|'VISIBLE'
                        },
                        'ImageContentAltText': 'string',
                        'Interactions': {
                            'ImageMenuOption': {
                                'AvailabilityStatus': 'ENABLED'|'DISABLED'
                            }
                        },
                        'Actions': [
                            {
                                'CustomActionId': 'string',
                                'Name': 'string',
                                'Status': 'ENABLED'|'DISABLED',
                                'Trigger': 'CLICK'|'MENU',
                                'ActionOperations': [
                                    {
                                        'NavigationOperation': {
                                            'LocalNavigationConfiguration': {
                                                'TargetSheetId': 'string'
                                            }
                                        },
                                        'URLOperation': {
                                            'URLTemplate': 'string',
                                            'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB'
                                        },
                                        'SetParametersOperation': {
                                            'ParameterValueConfigurations': [
                                                {
                                                    'DestinationParameterName': 'string',
                                                    'Value': {
                                                        'CustomValuesConfiguration': {
                                                            'IncludeNullValue': True|False,
                                                            'CustomValues': {
                                                                'StringValues': [
                                                                    'string',
                                                                ],
                                                                'IntegerValues': [
                                                                    123,
                                                                ],
                                                                'DecimalValues': [
                                                                    123.0,
                                                                ],
                                                                'DateTimeValues': [
                                                                    datetime(2015, 1, 1),
                                                                ]
                                                            }
                                                        },
                                                        'SelectAllValueOptions': 'ALL_VALUES',
                                                        'SourceParameterName': 'string',
                                                        'SourceField': 'string',
                                                        'SourceColumn': {
                                                            'DataSetIdentifier': 'string',
                                                            'ColumnName': 'string'
                                                        }
                                                    }
                                                },
                                            ]
                                        }
                                    },
                                ]
                            },
                        ]
                    },
                ]
            },
        ]
    },
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • Analysis (dict) --

      A metadata structure that contains summary information for the analysis that you're describing.

      • AnalysisId (string) --

        The ID of the analysis.

      • Arn (string) --

        The Amazon Resource Name (ARN) of the analysis.

      • Name (string) --

        The descriptive name of the analysis.

      • Status (string) --

        Status associated with the analysis.

      • Errors (list) --

        Errors associated with the analysis.

        • (dict) --

          Analysis error.

          • Type (string) --

            The type of the analysis error.

          • Message (string) --

            The message associated with the analysis error.

          • ViolatedEntities (list) --

            Lists the violated entities that caused the analysis error

            • (dict) --

              An object, structure, or sub-structure of an analysis, template, or dashboard.

              • Path (string) --

                The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

      • DataSetArns (list) --

        The ARNs of the datasets of the analysis.

        • (string) --

      • ThemeArn (string) --

        The ARN of the theme of the analysis.

      • CreatedTime (datetime) --

        The time that the analysis was created.

      • LastUpdatedTime (datetime) --

        The time that the analysis was last updated.

      • Sheets (list) --

        A list of the associated sheets with the unique identifier and name of each sheet.

        • (dict) --

          A sheet, which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.

          • SheetId (string) --

            The unique identifier associated with a sheet.

          • Name (string) --

            The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

          • Images (list) --

            A list of images on a sheet.

            • (dict) --

              An image that is located on a sheet.

              • SheetImageId (string) --

                The ID of the sheet image.

              • Source (dict) --

                The source of the image.

                • SheetImageStaticFileSource (dict) --

                  The source of the static file that contains the image.

                  • StaticFileId (string) --

                    The ID of the static file that contains the image.

              • Scaling (dict) --

                Determines how the image is scaled.

                • ScalingType (string) --

                  The scaling option to use when fitting the image inside the container.

                  Valid values are defined as follows:

                  • SCALE_TO_WIDTH: The image takes up the entire width of the container. The image aspect ratio is preserved.

                  • SCALE_TO_HEIGHT: The image takes up the entire height of the container. The image aspect ratio is preserved.

                  • SCALE_TO_CONTAINER: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.

                  • SCALE_NONE: The image is displayed in its original size and is not scaled to the container.

              • Tooltip (dict) --

                The tooltip to be shown when hovering over the image.

                • TooltipText (dict) --

                  The text that appears in the tooltip.

                  • PlainText (string) --

                    The plain text format.

                • Visibility (string) --

                  The visibility of the tooltip.

              • ImageContentAltText (string) --

                The alt text for the image.

              • Interactions (dict) --

                The general image interactions setup for an image.

                • ImageMenuOption (dict) --

                  The menu options for the image.

                  • AvailabilityStatus (string) --

                    The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.

              • Actions (list) --

                A list of custom actions that are configured for an image.

                • (dict) --

                  A custom action defined on an image.

                  • CustomActionId (string) --

                    The ID of the custom action.

                  • Name (string) --

                    The name of the custom action.

                  • Status (string) --

                    The status of the custom action.

                  • Trigger (string) --

                    The trigger of the VisualCustomAction.

                    Valid values are defined as follows:

                    • CLICK: Initiates a custom action by a left pointer click on a data point.

                    • MENU: Initiates a custom action by right pointer click from the menu.

                  • ActionOperations (list) --

                    A list of ImageCustomActionOperations.

                    This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                    • (dict) --

                      The operation that is defined by the custom action.

                      This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                      • NavigationOperation (dict) --

                        The navigation operation that navigates between different sheets in the same analysis.

                        This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                        • LocalNavigationConfiguration (dict) --

                          The configuration that chooses the navigation target.

                          • TargetSheetId (string) --

                            The sheet that is targeted for navigation in the same analysis.

                      • URLOperation (dict) --

                        The URL operation that opens a link to another webpage.

                        • URLTemplate (string) --

                          THe URL link of the CustomActionURLOperation.

                        • URLTarget (string) --

                          The target of the CustomActionURLOperation.

                          Valid values are defined as follows:

                          • NEW_TAB: Opens the target URL in a new browser tab.

                          • NEW_WINDOW: Opens the target URL in a new browser window.

                          • SAME_TAB: Opens the target URL in the same browser tab.

                      • SetParametersOperation (dict) --

                        The set parameter operation that sets parameters in custom action.

                        • ParameterValueConfigurations (list) --

                          The parameter that determines the value configuration.

                          • (dict) --

                            The configuration of adding parameters in action.

                            • DestinationParameterName (string) --

                              The destination parameter name of the SetParameterValueConfiguration.

                            • Value (dict) --

                              The configuration of destination parameter values.

                              This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                              • CustomValuesConfiguration (dict) --

                                The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.

                                • IncludeNullValue (boolean) --

                                  Includes the null value in custom action parameter values.

                                • CustomValues (dict) --

                                  The customized parameter values.

                                  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                                  • StringValues (list) --

                                    A list of string-type parameter values.

                                    • (string) --

                                  • IntegerValues (list) --

                                    A list of integer-type parameter values.

                                    • (integer) --

                                  • DecimalValues (list) --

                                    A list of decimal-type parameter values.

                                    • (float) --

                                  • DateTimeValues (list) --

                                    A list of datetime-type parameter values.

                                    • (datetime) --

                              • SelectAllValueOptions (string) --

                                The configuration that selects all options.

                              • SourceParameterName (string) --

                                The source parameter name of the destination parameter.

                              • SourceField (string) --

                                The source field ID of the destination parameter.

                              • SourceColumn (dict) --

                                A column of a data set.

                                • DataSetIdentifier (string) --

                                  The data set that the column belongs to.

                                • ColumnName (string) --

                                  The name of the column.

    • Status (integer) --

      The HTTP status of the request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

DescribeAnalysisDefinition (updated) Link ¶
Changes (response)
{'Definition': {'FilterGroups': {'Filters': {'CategoryFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NestedFilter': {'InnerFilter': {'CategoryInnerFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}}}},
                                             'NumericEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NumericRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'RelativeDatesFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                         'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TopBottomFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}}}},
                'Sheets': {'FilterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                              'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                              'RelativeDateTime': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                              'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                              'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                           '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': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'SectionBasedLayout': {'BodySections': {'Content': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}},
                                                                                'FooterSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                                                                                'HeaderSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}}}},
                           'ParameterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                 'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                 'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                         'FontSize': {'Absolute': 'string'}}}}}},
                           'SheetControlLayouts': {'Configuration': {'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                           'Visuals': {'BarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'BoxPlotVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'ComboChartVisual': {'ChartConfiguration': {'BarDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                   'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}},
                                                                                   'LineDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                   'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                   'SecondaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'CustomContentVisual': {'VisualContentAltText': 'string'},
                                       'FilledMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}}},
                                                           'VisualContentAltText': 'string'},
                                       'FunnelChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                    'DataLabelOptions': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                    'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'GaugeChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                   'GaugeChartOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'GeospatialMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                 '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'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'HeatMapVisual': {'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'RowLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'HistogramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                  'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'InsightVisual': {'VisualContentAltText': 'string'},
                                       'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}},
                                                                                           'SecondaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}}},
                                                     'VisualContentAltText': 'string'},
                                       'LayerMapVisual': {'ChartConfiguration': {'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'},
                                                                                 'MapLayers': [{'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'}],
                                                                                                'DataSource': {'StaticFileDataSource': {'StaticFileId': 'string'}},
                                                                                                'JoinDefinition': {'ColorField': {'ColorDimensionsFields': [{'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',
                                                                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                                                                                    'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                                  'VISIBLE'}},
                                                                                                                                                                                                                                                                                  'Suffix': 'string'}}},
                                                                                                                                                                                         'HierarchyId': 'string'}}],
                                                                                                                                  'ColorValuesFields': [{'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',
                                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                        'Prefix': 'string',
                                                                                                                                                                                                                                                                        'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'DOT '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'SPACE',
                                                                                                                                                                                                                                                                                                   'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                              'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                                                                            'VISIBLE'}},
                                                                                                                                                                                                                                                                            'Suffix': 'string'}}}}}]},
                                                                                                                   'DatasetKeyField': {'Column': {'ColumnName': 'string',
                                                                                                                                                  'DataSetIdentifier': 'string'},
                                                                                                                                       'FieldId': 'string',
                                                                                                                                       'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                               'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                     'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                   'NEGATIVE'},
                                                                                                                                                                                                                                                                     'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                     'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'AUTO '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'THOUSANDS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'MILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'BILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'TRILLIONS',
                                                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                                                                                         'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                                       'VISIBLE'}},
                                                                                                                                                                                                                                                                       'Suffix': 'string'}}},
                                                                                                                                                               'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                            'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                          'NEGATIVE'},
                                                                                                                                                                                                                                                            'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                            'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'AUTO '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'THOUSANDS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'MILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'BILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'TRILLIONS',
                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                                                                'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                              'VISIBLE'}},
                                                                                                                                                                                                                                                              'Suffix': 'string'}}},
                                                                                                                                                               'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                             'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                   'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'NEGATIVE'},
                                                                                                                                                                                                                                                                   'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                   'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'AUTO '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'THOUSANDS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'MILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'BILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'TRILLIONS',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                                       'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                                                                     'VISIBLE'}},
                                                                                                                                                                                                                                                                     'Suffix': 'string'}}}}},
                                                                                                                   'ShapeKeyField': 'string'},
                                                                                                'Label': 'string',
                                                                                                'LayerDefinition': {'LineLayer': {'Style': {'LineSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                      'DataValue': 'string'}],
                                                                                                                                                                                              'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE'},
                                                                                                                                                                              'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                           'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                'StrokeColor': 'string',
                                                                                                                                                                                                                                'StrokeWidth': 'double'}},
                                                                                                                                                                                           'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                 'VISIBLE',
                                                                                                                                                                                           'StepColors': [{'Color': 'string',
                                                                                                                                                                                                           'DataValue': 'double'}]},
                                                                                                                                                                              'Solid': {'Color': 'string',
                                                                                                                                                                                        'State': 'ENABLED '
                                                                                                                                                                                                 '| '
                                                                                                                                                                                                 'DISABLED'}},
                                                                                                                                                                'LineWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PointLayer': {'Style': {'CircleSymbolStyle': {'CircleRadius': {'Radius': 'double'},
                                                                                                                                                                   'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                         'DataValue': 'string'}],
                                                                                                                                                                                                 'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE'},
                                                                                                                                                                                 'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE',
                                                                                                                                                                                              'StepColors': [{'Color': 'string',
                                                                                                                                                                                                              'DataValue': 'double'}]},
                                                                                                                                                                                 'Solid': {'Color': 'string',
                                                                                                                                                                                           'State': 'ENABLED '
                                                                                                                                                                                                    '| '
                                                                                                                                                                                                    'DISABLED'}},
                                                                                                                                                                   'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                           'DataValue': 'string'}],
                                                                                                                                                                                                   'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE'},
                                                                                                                                                                                   'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                     'StrokeColor': 'string',
                                                                                                                                                                                                                                     'StrokeWidth': 'double'}},
                                                                                                                                                                                                'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                      'VISIBLE',
                                                                                                                                                                                                'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                'DataValue': 'double'}]},
                                                                                                                                                                                   'Solid': {'Color': 'string',
                                                                                                                                                                                             'State': 'ENABLED '
                                                                                                                                                                                                      '| '
                                                                                                                                                                                                      'DISABLED'}},
                                                                                                                                                                   'StrokeWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PolygonLayer': {'Style': {'PolygonSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                            'DataValue': 'string'}],
                                                                                                                                                                                                    'DefaultOpacity': 'double',
                                                                                                                                                                                                    'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                         'StrokeColor': 'string',
                                                                                                                                                                                                                                         'StrokeWidth': 'double'}},
                                                                                                                                                                                                    'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                          'VISIBLE'},
                                                                                                                                                                                    'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE',
                                                                                                                                                                                                 'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                 'DataValue': 'double'}]},
                                                                                                                                                                                    'Solid': {'Color': 'string',
                                                                                                                                                                                              'State': 'ENABLED '
                                                                                                                                                                                                       '| '
                                                                                                                                                                                                       'DISABLED'}},
                                                                                                                                                                      'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                              'DataValue': 'string'}],
                                                                                                                                                                                                      'DefaultOpacity': 'double',
                                                                                                                                                                                                      'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                           'StrokeColor': 'string',
                                                                                                                                                                                                                                           'StrokeWidth': 'double'}},
                                                                                                                                                                                                      'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                            'VISIBLE'},
                                                                                                                                                                                      'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE',
                                                                                                                                                                                                   'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                   'DataValue': 'double'}]},
                                                                                                                                                                                      'Solid': {'Color': 'string',
                                                                                                                                                                                                'State': 'ENABLED '
                                                                                                                                                                                                         '| '
                                                                                                                                                                                                         'DISABLED'}},
                                                                                                                                                                      'StrokeWidth': {'LineWidth': 'double'}}}}},
                                                                                                'LayerId': 'string',
                                                                                                'LayerType': 'POINT '
                                                                                                             '| '
                                                                                                             'LINE '
                                                                                                             '| '
                                                                                                             'POLYGON',
                                                                                                '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',
                                                                                                            'TooltipVisibility': 'HIDDEN '
                                                                                                                                 '| '
                                                                                                                                 'VISIBLE'},
                                                                                                'Visibility': 'HIDDEN '
                                                                                                              '| '
                                                                                                              'VISIBLE'}],
                                                                                 'MapState': {'Bounds': {'East': 'double',
                                                                                                         'North': 'double',
                                                                                                         'South': 'double',
                                                                                                         'West': 'double'},
                                                                                              'MapNavigation': 'ENABLED '
                                                                                                               '| '
                                                                                                               'DISABLED'},
                                                                                 'MapStyle': {'BackgroundColor': 'string',
                                                                                              'BaseMapStyle': 'LIGHT_GRAY '
                                                                                                              '| '
                                                                                                              'DARK_GRAY '
                                                                                                              '| '
                                                                                                              'STREET '
                                                                                                              '| '
                                                                                                              'IMAGERY',
                                                                                              'BaseMapVisibility': 'HIDDEN '
                                                                                                                   '| '
                                                                                                                   'VISIBLE'}},
                                                          'DataSetIdentifier': 'string',
                                                          'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                      'RichText': 'string'},
                                                                       'Visibility': 'HIDDEN '
                                                                                     '| '
                                                                                     'VISIBLE'},
                                                          'Title': {'FormatText': {'PlainText': 'string',
                                                                                   'RichText': 'string'},
                                                                    'Visibility': 'HIDDEN '
                                                                                  '| '
                                                                                  'VISIBLE'},
                                                          'VisualContentAltText': 'string',
                                                          'VisualId': 'string'},
                                       'LineChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SecondaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'PieChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'PivotTableVisual': {'ChartConfiguration': {'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                    'ColumnHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowFieldNamesStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                             'FontSize': {'Absolute': 'string'}}}},
                                                                                   'TotalOptions': {'ColumnSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'ColumnTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'PluginVisual': {'ChartConfiguration': {'FieldWells': [{'AxisName': 'GROUP_BY '
                                                                                                           '| '
                                                                                                           'VALUE',
                                                                                               'Dimensions': [{'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                      'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'VISIBLE'}},
                                                                                                                                                                                                                                    'Suffix': 'string'}}},
                                                                                                                                           'HierarchyId': 'string'}}],
                                                                                               'Measures': [{'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',
                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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',
                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                                  'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'VISIBLE'}},
                                                                                                                                                                                                                                'Suffix': 'string'}}}}}],
                                                                                               'Unaggregated': [{'Column': {'ColumnName': 'string',
                                                                                                                            'DataSetIdentifier': 'string'},
                                                                                                                 'FieldId': 'string',
                                                                                                                 'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                         'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                         'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                               'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                             'NEGATIVE'},
                                                                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                               'NumberScale': 'NONE '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'AUTO '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'THOUSANDS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'MILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'BILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'TRILLIONS',
                                                                                                                                                                                                                                               'Prefix': 'string',
                                                                                                                                                                                                                                               'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                          'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                   'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'VISIBLE'}},
                                                                                                                                                                                                                                                 'Suffix': 'string'}}},
                                                                                                                                         'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                      'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'NEGATIVE'},
                                                                                                                                                                                                                                      'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                      'NumberScale': 'NONE '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'AUTO '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'THOUSANDS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'MILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'BILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'TRILLIONS',
                                                                                                                                                                                                                                      'Prefix': 'string',
                                                                                                                                                                                                                                      'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'DOT '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'SPACE',
                                                                                                                                                                                                                                                                 'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                          'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                        'VISIBLE'}},
                                                                                                                                                                                                                                        'Suffix': 'string'}}},
                                                                                                                                         'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                       'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                             'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                           'NEGATIVE'},
                                                                                                                                                                                                                                             'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                             'NumberScale': 'NONE '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'AUTO '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'THOUSANDS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'MILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'BILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'TRILLIONS',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                 'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                               'VISIBLE'}},
                                                                                                                                                                                                                                               'Suffix': 'string'}}}}}]}],
                                                                               'SortConfiguration': {'PluginVisualTableQuerySort': {'ItemsLimitConfiguration': {'ItemsLimit': 'long'},
                                                                                                                                    'RowSort': [{'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'}}]}},
                                                                               'VisualOptions': {'VisualProperties': [{'Name': 'string',
                                                                                                                       'Value': 'string'}]}},
                                                        'PluginArn': 'string',
                                                        'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                    'RichText': 'string'},
                                                                     'Visibility': 'HIDDEN '
                                                                                   '| '
                                                                                   'VISIBLE'},
                                                        'Title': {'FormatText': {'PlainText': 'string',
                                                                                 'RichText': 'string'},
                                                                  'Visibility': 'HIDDEN '
                                                                                '| '
                                                                                'VISIBLE'},
                                                        'VisualContentAltText': 'string',
                                                        'VisualId': 'string'},
                                       'RadarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'SankeyDiagramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'ScatterPlotVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                    'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}},
                                                                                               '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'}}},
                                                                                    'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                    'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'YAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'TableVisual': {'ChartConfiguration': {'FieldOptions': {'SelectedFieldOptions': {'URLStyling': {'LinkConfiguration': {'Content': {'CustomTextContent': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}},
                                                                              'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                   'FontSize': {'Absolute': 'string'}}},
                                                                                               'HeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                              'TotalOptions': {'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                       'VisualContentAltText': 'string'},
                                       'TreeMapVisual': {'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'GroupLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'SizeLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'WaterfallVisual': {'ChartConfiguration': {'CategoryAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'CategoryAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'WordCloudVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'}}},
                'StaticFiles': [{'ImageStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                              'ObjectKey': 'string',
                                                                              'Region': 'string'},
                                                                'UrlOptions': {'Url': 'string'}},
                                                     'StaticFileId': 'string'},
                                 'SpatialStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                                'ObjectKey': 'string',
                                                                                'Region': 'string'},
                                                                  'UrlOptions': {'Url': 'string'}},
                                                       'StaticFileId': 'string'}}]}}

Provides a detailed description of the definition of an analysis.

See also: AWS API Documentation

Request Syntax

client.describe_analysis_definition(
    AwsAccountId='string',
    AnalysisId='string'
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.

type AnalysisId:

string

param AnalysisId:

[REQUIRED]

The ID of the analysis that you're describing. The ID is part of the URL of the analysis.

rtype:

dict

returns:

Response Syntax

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Response Structure

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

DescribeDashboard (updated) Link ¶
Changes (response)
{'Dashboard': {'Version': {'Sheets': {'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'}}]}}}}

Provides a summary for a dashboard.

See also: AWS API Documentation

Request Syntax

client.describe_dashboard(
    AwsAccountId='string',
    DashboardId='string',
    VersionNumber=123,
    AliasName='string'
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that contains the dashboard that you're describing.

type DashboardId:

string

param DashboardId:

[REQUIRED]

The ID for the dashboard.

type VersionNumber:

integer

param VersionNumber:

The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.

type AliasName:

string

param AliasName:

The alias name.

rtype:

dict

returns:

Response Syntax

{
    'Dashboard': {
        'DashboardId': 'string',
        'Arn': 'string',
        'Name': 'string',
        'Version': {
            'CreatedTime': datetime(2015, 1, 1),
            'Errors': [
                {
                    'Type': 'ACCESS_DENIED'|'SOURCE_NOT_FOUND'|'DATA_SET_NOT_FOUND'|'INTERNAL_FAILURE'|'PARAMETER_VALUE_INCOMPATIBLE'|'PARAMETER_TYPE_INVALID'|'PARAMETER_NOT_FOUND'|'COLUMN_TYPE_MISMATCH'|'COLUMN_GEOGRAPHIC_ROLE_MISMATCH'|'COLUMN_REPLACEMENT_MISSING',
                    'Message': 'string',
                    'ViolatedEntities': [
                        {
                            'Path': 'string'
                        },
                    ]
                },
            ],
            'VersionNumber': 123,
            'Status': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
            'Arn': 'string',
            'SourceEntityArn': 'string',
            'DataSetArns': [
                'string',
            ],
            'Description': 'string',
            'ThemeArn': 'string',
            'Sheets': [
                {
                    'SheetId': 'string',
                    'Name': 'string',
                    'Images': [
                        {
                            'SheetImageId': 'string',
                            'Source': {
                                'SheetImageStaticFileSource': {
                                    'StaticFileId': 'string'
                                }
                            },
                            'Scaling': {
                                'ScalingType': 'SCALE_TO_WIDTH'|'SCALE_TO_HEIGHT'|'SCALE_TO_CONTAINER'|'SCALE_NONE'
                            },
                            'Tooltip': {
                                'TooltipText': {
                                    'PlainText': 'string'
                                },
                                'Visibility': 'HIDDEN'|'VISIBLE'
                            },
                            'ImageContentAltText': 'string',
                            'Interactions': {
                                'ImageMenuOption': {
                                    'AvailabilityStatus': 'ENABLED'|'DISABLED'
                                }
                            },
                            'Actions': [
                                {
                                    'CustomActionId': 'string',
                                    'Name': 'string',
                                    'Status': 'ENABLED'|'DISABLED',
                                    'Trigger': 'CLICK'|'MENU',
                                    'ActionOperations': [
                                        {
                                            'NavigationOperation': {
                                                'LocalNavigationConfiguration': {
                                                    'TargetSheetId': 'string'
                                                }
                                            },
                                            'URLOperation': {
                                                'URLTemplate': 'string',
                                                'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB'
                                            },
                                            'SetParametersOperation': {
                                                'ParameterValueConfigurations': [
                                                    {
                                                        'DestinationParameterName': 'string',
                                                        'Value': {
                                                            'CustomValuesConfiguration': {
                                                                'IncludeNullValue': True|False,
                                                                'CustomValues': {
                                                                    'StringValues': [
                                                                        'string',
                                                                    ],
                                                                    'IntegerValues': [
                                                                        123,
                                                                    ],
                                                                    'DecimalValues': [
                                                                        123.0,
                                                                    ],
                                                                    'DateTimeValues': [
                                                                        datetime(2015, 1, 1),
                                                                    ]
                                                                }
                                                            },
                                                            'SelectAllValueOptions': 'ALL_VALUES',
                                                            'SourceParameterName': 'string',
                                                            'SourceField': 'string',
                                                            'SourceColumn': {
                                                                'DataSetIdentifier': 'string',
                                                                'ColumnName': 'string'
                                                            }
                                                        }
                                                    },
                                                ]
                                            }
                                        },
                                    ]
                                },
                            ]
                        },
                    ]
                },
            ]
        },
        'CreatedTime': datetime(2015, 1, 1),
        'LastPublishedTime': datetime(2015, 1, 1),
        'LastUpdatedTime': datetime(2015, 1, 1),
        'LinkEntities': [
            'string',
        ]
    },
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • Dashboard (dict) --

      Information about the dashboard.

      • DashboardId (string) --

        Dashboard ID.

      • Arn (string) --

        The Amazon Resource Name (ARN) of the resource.

      • Name (string) --

        A display name for the dashboard.

      • Version (dict) --

        Version.

        • CreatedTime (datetime) --

          The time that this dashboard version was created.

        • Errors (list) --

          Errors associated with this dashboard version.

          • (dict) --

            Dashboard error.

            • Type (string) --

              Type.

            • Message (string) --

              Message.

            • ViolatedEntities (list) --

              Lists the violated entities that caused the dashboard error.

              • (dict) --

                An object, structure, or sub-structure of an analysis, template, or dashboard.

                • Path (string) --

                  The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

        • VersionNumber (integer) --

          Version number for this version of the dashboard.

        • Status (string) --

          The HTTP status of the request.

        • Arn (string) --

          The Amazon Resource Name (ARN) of the resource.

        • SourceEntityArn (string) --

          Source entity ARN.

        • DataSetArns (list) --

          The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

          • (string) --

        • Description (string) --

          Description.

        • ThemeArn (string) --

          The ARN of the theme associated with a version of the dashboard.

        • Sheets (list) --

          A list of the associated sheets with the unique identifier and name of each sheet.

          • (dict) --

            A sheet, which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.

            • SheetId (string) --

              The unique identifier associated with a sheet.

            • Name (string) --

              The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

            • Images (list) --

              A list of images on a sheet.

              • (dict) --

                An image that is located on a sheet.

                • SheetImageId (string) --

                  The ID of the sheet image.

                • Source (dict) --

                  The source of the image.

                  • SheetImageStaticFileSource (dict) --

                    The source of the static file that contains the image.

                    • StaticFileId (string) --

                      The ID of the static file that contains the image.

                • Scaling (dict) --

                  Determines how the image is scaled.

                  • ScalingType (string) --

                    The scaling option to use when fitting the image inside the container.

                    Valid values are defined as follows:

                    • SCALE_TO_WIDTH: The image takes up the entire width of the container. The image aspect ratio is preserved.

                    • SCALE_TO_HEIGHT: The image takes up the entire height of the container. The image aspect ratio is preserved.

                    • SCALE_TO_CONTAINER: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.

                    • SCALE_NONE: The image is displayed in its original size and is not scaled to the container.

                • Tooltip (dict) --

                  The tooltip to be shown when hovering over the image.

                  • TooltipText (dict) --

                    The text that appears in the tooltip.

                    • PlainText (string) --

                      The plain text format.

                  • Visibility (string) --

                    The visibility of the tooltip.

                • ImageContentAltText (string) --

                  The alt text for the image.

                • Interactions (dict) --

                  The general image interactions setup for an image.

                  • ImageMenuOption (dict) --

                    The menu options for the image.

                    • AvailabilityStatus (string) --

                      The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.

                • Actions (list) --

                  A list of custom actions that are configured for an image.

                  • (dict) --

                    A custom action defined on an image.

                    • CustomActionId (string) --

                      The ID of the custom action.

                    • Name (string) --

                      The name of the custom action.

                    • Status (string) --

                      The status of the custom action.

                    • Trigger (string) --

                      The trigger of the VisualCustomAction.

                      Valid values are defined as follows:

                      • CLICK: Initiates a custom action by a left pointer click on a data point.

                      • MENU: Initiates a custom action by right pointer click from the menu.

                    • ActionOperations (list) --

                      A list of ImageCustomActionOperations.

                      This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                      • (dict) --

                        The operation that is defined by the custom action.

                        This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                        • NavigationOperation (dict) --

                          The navigation operation that navigates between different sheets in the same analysis.

                          This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                          • LocalNavigationConfiguration (dict) --

                            The configuration that chooses the navigation target.

                            • TargetSheetId (string) --

                              The sheet that is targeted for navigation in the same analysis.

                        • URLOperation (dict) --

                          The URL operation that opens a link to another webpage.

                          • URLTemplate (string) --

                            THe URL link of the CustomActionURLOperation.

                          • URLTarget (string) --

                            The target of the CustomActionURLOperation.

                            Valid values are defined as follows:

                            • NEW_TAB: Opens the target URL in a new browser tab.

                            • NEW_WINDOW: Opens the target URL in a new browser window.

                            • SAME_TAB: Opens the target URL in the same browser tab.

                        • SetParametersOperation (dict) --

                          The set parameter operation that sets parameters in custom action.

                          • ParameterValueConfigurations (list) --

                            The parameter that determines the value configuration.

                            • (dict) --

                              The configuration of adding parameters in action.

                              • DestinationParameterName (string) --

                                The destination parameter name of the SetParameterValueConfiguration.

                              • Value (dict) --

                                The configuration of destination parameter values.

                                This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                                • CustomValuesConfiguration (dict) --

                                  The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.

                                  • IncludeNullValue (boolean) --

                                    Includes the null value in custom action parameter values.

                                  • CustomValues (dict) --

                                    The customized parameter values.

                                    This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                                    • StringValues (list) --

                                      A list of string-type parameter values.

                                      • (string) --

                                    • IntegerValues (list) --

                                      A list of integer-type parameter values.

                                      • (integer) --

                                    • DecimalValues (list) --

                                      A list of decimal-type parameter values.

                                      • (float) --

                                    • DateTimeValues (list) --

                                      A list of datetime-type parameter values.

                                      • (datetime) --

                                • SelectAllValueOptions (string) --

                                  The configuration that selects all options.

                                • SourceParameterName (string) --

                                  The source parameter name of the destination parameter.

                                • SourceField (string) --

                                  The source field ID of the destination parameter.

                                • SourceColumn (dict) --

                                  A column of a data set.

                                  • DataSetIdentifier (string) --

                                    The data set that the column belongs to.

                                  • ColumnName (string) --

                                    The name of the column.

      • CreatedTime (datetime) --

        The time that this dashboard was created.

      • LastPublishedTime (datetime) --

        The last time that this dashboard was published.

      • LastUpdatedTime (datetime) --

        The last time that this dashboard was updated.

      • LinkEntities (list) --

        A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

        • (string) --

    • Status (integer) --

      The HTTP status of this request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

DescribeDashboardDefinition (updated) Link ¶
Changes (response)
{'Definition': {'FilterGroups': {'Filters': {'CategoryFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NestedFilter': {'InnerFilter': {'CategoryInnerFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}}}},
                                             'NumericEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NumericRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'RelativeDatesFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                         'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TopBottomFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}}}},
                'Sheets': {'FilterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                              'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                              'RelativeDateTime': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                              'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                              'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                           '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': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'SectionBasedLayout': {'BodySections': {'Content': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}},
                                                                                'FooterSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                                                                                'HeaderSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}}}},
                           'ParameterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                 'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                 'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                         'FontSize': {'Absolute': 'string'}}}}}},
                           'SheetControlLayouts': {'Configuration': {'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                           'Visuals': {'BarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'BoxPlotVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'ComboChartVisual': {'ChartConfiguration': {'BarDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                   'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}},
                                                                                   'LineDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                   'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                   'SecondaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'CustomContentVisual': {'VisualContentAltText': 'string'},
                                       'FilledMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}}},
                                                           'VisualContentAltText': 'string'},
                                       'FunnelChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                    'DataLabelOptions': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                    'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'GaugeChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                   'GaugeChartOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'GeospatialMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                 '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'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'HeatMapVisual': {'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'RowLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'HistogramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                  'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'InsightVisual': {'VisualContentAltText': 'string'},
                                       'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}},
                                                                                           'SecondaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}}},
                                                     'VisualContentAltText': 'string'},
                                       'LayerMapVisual': {'ChartConfiguration': {'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'},
                                                                                 'MapLayers': [{'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'}],
                                                                                                'DataSource': {'StaticFileDataSource': {'StaticFileId': 'string'}},
                                                                                                'JoinDefinition': {'ColorField': {'ColorDimensionsFields': [{'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',
                                                                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                                                                                    'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                                  'VISIBLE'}},
                                                                                                                                                                                                                                                                                  'Suffix': 'string'}}},
                                                                                                                                                                                         'HierarchyId': 'string'}}],
                                                                                                                                  'ColorValuesFields': [{'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',
                                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                        'Prefix': 'string',
                                                                                                                                                                                                                                                                        'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'DOT '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'SPACE',
                                                                                                                                                                                                                                                                                                   'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                              'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                                                                            'VISIBLE'}},
                                                                                                                                                                                                                                                                            'Suffix': 'string'}}}}}]},
                                                                                                                   'DatasetKeyField': {'Column': {'ColumnName': 'string',
                                                                                                                                                  'DataSetIdentifier': 'string'},
                                                                                                                                       'FieldId': 'string',
                                                                                                                                       'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                               'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                     'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                   'NEGATIVE'},
                                                                                                                                                                                                                                                                     'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                     'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'AUTO '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'THOUSANDS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'MILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'BILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'TRILLIONS',
                                                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                                                                                         'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                                       'VISIBLE'}},
                                                                                                                                                                                                                                                                       'Suffix': 'string'}}},
                                                                                                                                                               'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                            'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                          'NEGATIVE'},
                                                                                                                                                                                                                                                            'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                            'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'AUTO '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'THOUSANDS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'MILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'BILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'TRILLIONS',
                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                                                                'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                              'VISIBLE'}},
                                                                                                                                                                                                                                                              'Suffix': 'string'}}},
                                                                                                                                                               'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                             'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                   'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'NEGATIVE'},
                                                                                                                                                                                                                                                                   'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                   'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'AUTO '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'THOUSANDS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'MILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'BILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'TRILLIONS',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                                       'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                                                                     'VISIBLE'}},
                                                                                                                                                                                                                                                                     'Suffix': 'string'}}}}},
                                                                                                                   'ShapeKeyField': 'string'},
                                                                                                'Label': 'string',
                                                                                                'LayerDefinition': {'LineLayer': {'Style': {'LineSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                      'DataValue': 'string'}],
                                                                                                                                                                                              'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE'},
                                                                                                                                                                              'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                           'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                'StrokeColor': 'string',
                                                                                                                                                                                                                                'StrokeWidth': 'double'}},
                                                                                                                                                                                           'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                 'VISIBLE',
                                                                                                                                                                                           'StepColors': [{'Color': 'string',
                                                                                                                                                                                                           'DataValue': 'double'}]},
                                                                                                                                                                              'Solid': {'Color': 'string',
                                                                                                                                                                                        'State': 'ENABLED '
                                                                                                                                                                                                 '| '
                                                                                                                                                                                                 'DISABLED'}},
                                                                                                                                                                'LineWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PointLayer': {'Style': {'CircleSymbolStyle': {'CircleRadius': {'Radius': 'double'},
                                                                                                                                                                   'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                         'DataValue': 'string'}],
                                                                                                                                                                                                 'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE'},
                                                                                                                                                                                 'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE',
                                                                                                                                                                                              'StepColors': [{'Color': 'string',
                                                                                                                                                                                                              'DataValue': 'double'}]},
                                                                                                                                                                                 'Solid': {'Color': 'string',
                                                                                                                                                                                           'State': 'ENABLED '
                                                                                                                                                                                                    '| '
                                                                                                                                                                                                    'DISABLED'}},
                                                                                                                                                                   'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                           'DataValue': 'string'}],
                                                                                                                                                                                                   'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE'},
                                                                                                                                                                                   'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                     'StrokeColor': 'string',
                                                                                                                                                                                                                                     'StrokeWidth': 'double'}},
                                                                                                                                                                                                'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                      'VISIBLE',
                                                                                                                                                                                                'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                'DataValue': 'double'}]},
                                                                                                                                                                                   'Solid': {'Color': 'string',
                                                                                                                                                                                             'State': 'ENABLED '
                                                                                                                                                                                                      '| '
                                                                                                                                                                                                      'DISABLED'}},
                                                                                                                                                                   'StrokeWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PolygonLayer': {'Style': {'PolygonSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                            'DataValue': 'string'}],
                                                                                                                                                                                                    'DefaultOpacity': 'double',
                                                                                                                                                                                                    'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                         'StrokeColor': 'string',
                                                                                                                                                                                                                                         'StrokeWidth': 'double'}},
                                                                                                                                                                                                    'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                          'VISIBLE'},
                                                                                                                                                                                    'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE',
                                                                                                                                                                                                 'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                 'DataValue': 'double'}]},
                                                                                                                                                                                    'Solid': {'Color': 'string',
                                                                                                                                                                                              'State': 'ENABLED '
                                                                                                                                                                                                       '| '
                                                                                                                                                                                                       'DISABLED'}},
                                                                                                                                                                      'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                              'DataValue': 'string'}],
                                                                                                                                                                                                      'DefaultOpacity': 'double',
                                                                                                                                                                                                      'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                           'StrokeColor': 'string',
                                                                                                                                                                                                                                           'StrokeWidth': 'double'}},
                                                                                                                                                                                                      'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                            'VISIBLE'},
                                                                                                                                                                                      'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE',
                                                                                                                                                                                                   'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                   'DataValue': 'double'}]},
                                                                                                                                                                                      'Solid': {'Color': 'string',
                                                                                                                                                                                                'State': 'ENABLED '
                                                                                                                                                                                                         '| '
                                                                                                                                                                                                         'DISABLED'}},
                                                                                                                                                                      'StrokeWidth': {'LineWidth': 'double'}}}}},
                                                                                                'LayerId': 'string',
                                                                                                'LayerType': 'POINT '
                                                                                                             '| '
                                                                                                             'LINE '
                                                                                                             '| '
                                                                                                             'POLYGON',
                                                                                                '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',
                                                                                                            'TooltipVisibility': 'HIDDEN '
                                                                                                                                 '| '
                                                                                                                                 'VISIBLE'},
                                                                                                'Visibility': 'HIDDEN '
                                                                                                              '| '
                                                                                                              'VISIBLE'}],
                                                                                 'MapState': {'Bounds': {'East': 'double',
                                                                                                         'North': 'double',
                                                                                                         'South': 'double',
                                                                                                         'West': 'double'},
                                                                                              'MapNavigation': 'ENABLED '
                                                                                                               '| '
                                                                                                               'DISABLED'},
                                                                                 'MapStyle': {'BackgroundColor': 'string',
                                                                                              'BaseMapStyle': 'LIGHT_GRAY '
                                                                                                              '| '
                                                                                                              'DARK_GRAY '
                                                                                                              '| '
                                                                                                              'STREET '
                                                                                                              '| '
                                                                                                              'IMAGERY',
                                                                                              'BaseMapVisibility': 'HIDDEN '
                                                                                                                   '| '
                                                                                                                   'VISIBLE'}},
                                                          'DataSetIdentifier': 'string',
                                                          'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                      'RichText': 'string'},
                                                                       'Visibility': 'HIDDEN '
                                                                                     '| '
                                                                                     'VISIBLE'},
                                                          'Title': {'FormatText': {'PlainText': 'string',
                                                                                   'RichText': 'string'},
                                                                    'Visibility': 'HIDDEN '
                                                                                  '| '
                                                                                  'VISIBLE'},
                                                          'VisualContentAltText': 'string',
                                                          'VisualId': 'string'},
                                       'LineChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SecondaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'PieChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'PivotTableVisual': {'ChartConfiguration': {'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                    'ColumnHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowFieldNamesStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                             'FontSize': {'Absolute': 'string'}}}},
                                                                                   'TotalOptions': {'ColumnSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'ColumnTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'PluginVisual': {'ChartConfiguration': {'FieldWells': [{'AxisName': 'GROUP_BY '
                                                                                                           '| '
                                                                                                           'VALUE',
                                                                                               'Dimensions': [{'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                      'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'VISIBLE'}},
                                                                                                                                                                                                                                    'Suffix': 'string'}}},
                                                                                                                                           'HierarchyId': 'string'}}],
                                                                                               'Measures': [{'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',
                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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',
                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                                  'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'VISIBLE'}},
                                                                                                                                                                                                                                'Suffix': 'string'}}}}}],
                                                                                               'Unaggregated': [{'Column': {'ColumnName': 'string',
                                                                                                                            'DataSetIdentifier': 'string'},
                                                                                                                 'FieldId': 'string',
                                                                                                                 'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                         'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                         'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                               'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                             'NEGATIVE'},
                                                                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                               'NumberScale': 'NONE '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'AUTO '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'THOUSANDS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'MILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'BILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'TRILLIONS',
                                                                                                                                                                                                                                               'Prefix': 'string',
                                                                                                                                                                                                                                               'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                          'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                   'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'VISIBLE'}},
                                                                                                                                                                                                                                                 'Suffix': 'string'}}},
                                                                                                                                         'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                      'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'NEGATIVE'},
                                                                                                                                                                                                                                      'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                      'NumberScale': 'NONE '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'AUTO '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'THOUSANDS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'MILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'BILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'TRILLIONS',
                                                                                                                                                                                                                                      'Prefix': 'string',
                                                                                                                                                                                                                                      'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'DOT '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'SPACE',
                                                                                                                                                                                                                                                                 'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                          'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                        'VISIBLE'}},
                                                                                                                                                                                                                                        'Suffix': 'string'}}},
                                                                                                                                         'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                       'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                             'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                           'NEGATIVE'},
                                                                                                                                                                                                                                             'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                             'NumberScale': 'NONE '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'AUTO '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'THOUSANDS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'MILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'BILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'TRILLIONS',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                 'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                               'VISIBLE'}},
                                                                                                                                                                                                                                               'Suffix': 'string'}}}}}]}],
                                                                               'SortConfiguration': {'PluginVisualTableQuerySort': {'ItemsLimitConfiguration': {'ItemsLimit': 'long'},
                                                                                                                                    'RowSort': [{'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'}}]}},
                                                                               'VisualOptions': {'VisualProperties': [{'Name': 'string',
                                                                                                                       'Value': 'string'}]}},
                                                        'PluginArn': 'string',
                                                        'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                    'RichText': 'string'},
                                                                     'Visibility': 'HIDDEN '
                                                                                   '| '
                                                                                   'VISIBLE'},
                                                        'Title': {'FormatText': {'PlainText': 'string',
                                                                                 'RichText': 'string'},
                                                                  'Visibility': 'HIDDEN '
                                                                                '| '
                                                                                'VISIBLE'},
                                                        'VisualContentAltText': 'string',
                                                        'VisualId': 'string'},
                                       'RadarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'SankeyDiagramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'ScatterPlotVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                    'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}},
                                                                                               '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'}}},
                                                                                    'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                    'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'YAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'TableVisual': {'ChartConfiguration': {'FieldOptions': {'SelectedFieldOptions': {'URLStyling': {'LinkConfiguration': {'Content': {'CustomTextContent': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}},
                                                                              'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                   'FontSize': {'Absolute': 'string'}}},
                                                                                               'HeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                              'TotalOptions': {'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                       'VisualContentAltText': 'string'},
                                       'TreeMapVisual': {'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'GroupLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'SizeLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'WaterfallVisual': {'ChartConfiguration': {'CategoryAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'CategoryAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'WordCloudVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'}}},
                'StaticFiles': [{'ImageStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                              'ObjectKey': 'string',
                                                                              'Region': 'string'},
                                                                'UrlOptions': {'Url': 'string'}},
                                                     'StaticFileId': 'string'},
                                 'SpatialStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                                'ObjectKey': 'string',
                                                                                'Region': 'string'},
                                                                  'UrlOptions': {'Url': 'string'}},
                                                       'StaticFileId': 'string'}}]}}

Provides a detailed description of the definition of a dashboard.

See also: AWS API Documentation

Request Syntax

client.describe_dashboard_definition(
    AwsAccountId='string',
    DashboardId='string',
    VersionNumber=123,
    AliasName='string'
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that contains the dashboard that you're describing.

type DashboardId:

string

param DashboardId:

[REQUIRED]

The ID for the dashboard.

type VersionNumber:

integer

param VersionNumber:

The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.

type AliasName:

string

param AliasName:

The alias name.

rtype:

dict

returns:

Response Syntax

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Response Structure

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

DescribeNamespace (updated) Link ¶
Changes (response)
{'Namespace': {'IamIdentityCenterApplicationArn': 'string',
               'IamIdentityCenterInstanceArn': 'string'}}

Describes the current namespace.

See also: AWS API Documentation

Request Syntax

client.describe_namespace(
    AwsAccountId='string',
    Namespace='string'
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID for the Amazon Web Services account that contains the Amazon QuickSight namespace that you want to describe.

type Namespace:

string

param Namespace:

[REQUIRED]

The namespace that you want to describe.

rtype:

dict

returns:

Response Syntax

{
    'Namespace': {
        'Name': 'string',
        'Arn': 'string',
        'CapacityRegion': 'string',
        'CreationStatus': 'CREATED'|'CREATING'|'DELETING'|'RETRYABLE_FAILURE'|'NON_RETRYABLE_FAILURE',
        'IdentityStore': 'QUICKSIGHT',
        'NamespaceError': {
            'Type': 'PERMISSION_DENIED'|'INTERNAL_SERVICE_ERROR',
            'Message': 'string'
        },
        'IamIdentityCenterApplicationArn': 'string',
        'IamIdentityCenterInstanceArn': 'string'
    },
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) --

    • Namespace (dict) --

      The information about the namespace that you're describing. The response includes the namespace ARN, name, Amazon Web Services Region, creation status, and identity store. DescribeNamespace also works for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists the namespace error types and messages associated with the creation process.

      • Name (string) --

        The name of the error.

      • Arn (string) --

        The namespace ARN.

      • CapacityRegion (string) --

        The namespace Amazon Web Services Region.

      • CreationStatus (string) --

        The creation status of a namespace that is not yet completely created.

      • IdentityStore (string) --

        The identity store used for the namespace.

      • NamespaceError (dict) --

        An error that occurred when the namespace was created.

        • Type (string) --

          The error type.

        • Message (string) --

          The message for the error.

      • IamIdentityCenterApplicationArn (string) --

        The Amazon Resource Name (ARN) for the IAM Identity Center application.

      • IamIdentityCenterInstanceArn (string) --

        The Amazon Resource Name (ARN) for the IAM Identity Center instance.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

    • Status (integer) --

      The HTTP status of the request.

DescribeTemplate (updated) Link ¶
Changes (response)
{'Template': {'Version': {'Sheets': {'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'}}]}}}}

Describes a template's metadata.

See also: AWS API Documentation

Request Syntax

client.describe_template(
    AwsAccountId='string',
    TemplateId='string',
    VersionNumber=123,
    AliasName='string'
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that contains the template that you're describing.

type TemplateId:

string

param TemplateId:

[REQUIRED]

The ID for the template.

type VersionNumber:

integer

param VersionNumber:

(Optional) The number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the template is described.

type AliasName:

string

param AliasName:

The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

rtype:

dict

returns:

Response Syntax

{
    'Template': {
        'Arn': 'string',
        'Name': 'string',
        'Version': {
            'CreatedTime': datetime(2015, 1, 1),
            'Errors': [
                {
                    'Type': 'SOURCE_NOT_FOUND'|'DATA_SET_NOT_FOUND'|'INTERNAL_FAILURE'|'ACCESS_DENIED',
                    'Message': 'string',
                    'ViolatedEntities': [
                        {
                            'Path': 'string'
                        },
                    ]
                },
            ],
            'VersionNumber': 123,
            'Status': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
            'DataSetConfigurations': [
                {
                    'Placeholder': 'string',
                    'DataSetSchema': {
                        'ColumnSchemaList': [
                            {
                                'Name': 'string',
                                'DataType': 'string',
                                'GeographicRole': 'string'
                            },
                        ]
                    },
                    'ColumnGroupSchemaList': [
                        {
                            'Name': 'string',
                            'ColumnGroupColumnSchemaList': [
                                {
                                    'Name': 'string'
                                },
                            ]
                        },
                    ]
                },
            ],
            'Description': 'string',
            'SourceEntityArn': 'string',
            'ThemeArn': 'string',
            'Sheets': [
                {
                    'SheetId': 'string',
                    'Name': 'string',
                    'Images': [
                        {
                            'SheetImageId': 'string',
                            'Source': {
                                'SheetImageStaticFileSource': {
                                    'StaticFileId': 'string'
                                }
                            },
                            'Scaling': {
                                'ScalingType': 'SCALE_TO_WIDTH'|'SCALE_TO_HEIGHT'|'SCALE_TO_CONTAINER'|'SCALE_NONE'
                            },
                            'Tooltip': {
                                'TooltipText': {
                                    'PlainText': 'string'
                                },
                                'Visibility': 'HIDDEN'|'VISIBLE'
                            },
                            'ImageContentAltText': 'string',
                            'Interactions': {
                                'ImageMenuOption': {
                                    'AvailabilityStatus': 'ENABLED'|'DISABLED'
                                }
                            },
                            'Actions': [
                                {
                                    'CustomActionId': 'string',
                                    'Name': 'string',
                                    'Status': 'ENABLED'|'DISABLED',
                                    'Trigger': 'CLICK'|'MENU',
                                    'ActionOperations': [
                                        {
                                            'NavigationOperation': {
                                                'LocalNavigationConfiguration': {
                                                    'TargetSheetId': 'string'
                                                }
                                            },
                                            'URLOperation': {
                                                'URLTemplate': 'string',
                                                'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB'
                                            },
                                            'SetParametersOperation': {
                                                'ParameterValueConfigurations': [
                                                    {
                                                        'DestinationParameterName': 'string',
                                                        'Value': {
                                                            'CustomValuesConfiguration': {
                                                                'IncludeNullValue': True|False,
                                                                'CustomValues': {
                                                                    'StringValues': [
                                                                        'string',
                                                                    ],
                                                                    'IntegerValues': [
                                                                        123,
                                                                    ],
                                                                    'DecimalValues': [
                                                                        123.0,
                                                                    ],
                                                                    'DateTimeValues': [
                                                                        datetime(2015, 1, 1),
                                                                    ]
                                                                }
                                                            },
                                                            'SelectAllValueOptions': 'ALL_VALUES',
                                                            'SourceParameterName': 'string',
                                                            'SourceField': 'string',
                                                            'SourceColumn': {
                                                                'DataSetIdentifier': 'string',
                                                                'ColumnName': 'string'
                                                            }
                                                        }
                                                    },
                                                ]
                                            }
                                        },
                                    ]
                                },
                            ]
                        },
                    ]
                },
            ]
        },
        'TemplateId': 'string',
        'LastUpdatedTime': datetime(2015, 1, 1),
        'CreatedTime': datetime(2015, 1, 1)
    },
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • Template (dict) --

      The template structure for the object you want to describe.

      • Arn (string) --

        The Amazon Resource Name (ARN) of the template.

      • Name (string) --

        The display name of the template.

      • Version (dict) --

        A structure describing the versions of the template.

        • CreatedTime (datetime) --

          The time that this template version was created.

        • Errors (list) --

          Errors associated with this template version.

          • (dict) --

            List of errors that occurred when the template version creation failed.

            • Type (string) --

              Type of error.

            • Message (string) --

              Description of the error type.

            • ViolatedEntities (list) --

              An error path that shows which entities caused the template error.

              • (dict) --

                An object, structure, or sub-structure of an analysis, template, or dashboard.

                • Path (string) --

                  The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

        • VersionNumber (integer) --

          The version number of the template version.

        • Status (string) --

          The status that is associated with the template.

          • CREATION_IN_PROGRESS

          • CREATION_SUCCESSFUL

          • CREATION_FAILED

          • UPDATE_IN_PROGRESS

          • UPDATE_SUCCESSFUL

          • UPDATE_FAILED

          • DELETED

        • DataSetConfigurations (list) --

          Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

          • (dict) --

            Dataset configuration.

            • Placeholder (string) --

              Placeholder.

            • DataSetSchema (dict) --

              Dataset schema.

              • ColumnSchemaList (list) --

                A structure containing the list of column schemas.

                • (dict) --

                  The column schema.

                  • Name (string) --

                    The name of the column schema.

                  • DataType (string) --

                    The data type of the column schema.

                  • GeographicRole (string) --

                    The geographic role of the column schema.

            • ColumnGroupSchemaList (list) --

              A structure containing the list of column group schemas.

              • (dict) --

                The column group schema.

                • Name (string) --

                  The name of the column group schema.

                • ColumnGroupColumnSchemaList (list) --

                  A structure containing the list of schemas for column group columns.

                  • (dict) --

                    A structure describing the name, data type, and geographic role of the columns.

                    • Name (string) --

                      The name of the column group's column schema.

        • Description (string) --

          The description of the template.

        • SourceEntityArn (string) --

          The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

        • ThemeArn (string) --

          The ARN of the theme associated with this version of the template.

        • Sheets (list) --

          A list of the associated sheets with the unique identifier and name of each sheet.

          • (dict) --

            A sheet, which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.

            • SheetId (string) --

              The unique identifier associated with a sheet.

            • Name (string) --

              The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

            • Images (list) --

              A list of images on a sheet.

              • (dict) --

                An image that is located on a sheet.

                • SheetImageId (string) --

                  The ID of the sheet image.

                • Source (dict) --

                  The source of the image.

                  • SheetImageStaticFileSource (dict) --

                    The source of the static file that contains the image.

                    • StaticFileId (string) --

                      The ID of the static file that contains the image.

                • Scaling (dict) --

                  Determines how the image is scaled.

                  • ScalingType (string) --

                    The scaling option to use when fitting the image inside the container.

                    Valid values are defined as follows:

                    • SCALE_TO_WIDTH: The image takes up the entire width of the container. The image aspect ratio is preserved.

                    • SCALE_TO_HEIGHT: The image takes up the entire height of the container. The image aspect ratio is preserved.

                    • SCALE_TO_CONTAINER: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.

                    • SCALE_NONE: The image is displayed in its original size and is not scaled to the container.

                • Tooltip (dict) --

                  The tooltip to be shown when hovering over the image.

                  • TooltipText (dict) --

                    The text that appears in the tooltip.

                    • PlainText (string) --

                      The plain text format.

                  • Visibility (string) --

                    The visibility of the tooltip.

                • ImageContentAltText (string) --

                  The alt text for the image.

                • Interactions (dict) --

                  The general image interactions setup for an image.

                  • ImageMenuOption (dict) --

                    The menu options for the image.

                    • AvailabilityStatus (string) --

                      The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.

                • Actions (list) --

                  A list of custom actions that are configured for an image.

                  • (dict) --

                    A custom action defined on an image.

                    • CustomActionId (string) --

                      The ID of the custom action.

                    • Name (string) --

                      The name of the custom action.

                    • Status (string) --

                      The status of the custom action.

                    • Trigger (string) --

                      The trigger of the VisualCustomAction.

                      Valid values are defined as follows:

                      • CLICK: Initiates a custom action by a left pointer click on a data point.

                      • MENU: Initiates a custom action by right pointer click from the menu.

                    • ActionOperations (list) --

                      A list of ImageCustomActionOperations.

                      This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                      • (dict) --

                        The operation that is defined by the custom action.

                        This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                        • NavigationOperation (dict) --

                          The navigation operation that navigates between different sheets in the same analysis.

                          This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                          • LocalNavigationConfiguration (dict) --

                            The configuration that chooses the navigation target.

                            • TargetSheetId (string) --

                              The sheet that is targeted for navigation in the same analysis.

                        • URLOperation (dict) --

                          The URL operation that opens a link to another webpage.

                          • URLTemplate (string) --

                            THe URL link of the CustomActionURLOperation.

                          • URLTarget (string) --

                            The target of the CustomActionURLOperation.

                            Valid values are defined as follows:

                            • NEW_TAB: Opens the target URL in a new browser tab.

                            • NEW_WINDOW: Opens the target URL in a new browser window.

                            • SAME_TAB: Opens the target URL in the same browser tab.

                        • SetParametersOperation (dict) --

                          The set parameter operation that sets parameters in custom action.

                          • ParameterValueConfigurations (list) --

                            The parameter that determines the value configuration.

                            • (dict) --

                              The configuration of adding parameters in action.

                              • DestinationParameterName (string) --

                                The destination parameter name of the SetParameterValueConfiguration.

                              • Value (dict) --

                                The configuration of destination parameter values.

                                This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                                • CustomValuesConfiguration (dict) --

                                  The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.

                                  • IncludeNullValue (boolean) --

                                    Includes the null value in custom action parameter values.

                                  • CustomValues (dict) --

                                    The customized parameter values.

                                    This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

                                    • StringValues (list) --

                                      A list of string-type parameter values.

                                      • (string) --

                                    • IntegerValues (list) --

                                      A list of integer-type parameter values.

                                      • (integer) --

                                    • DecimalValues (list) --

                                      A list of decimal-type parameter values.

                                      • (float) --

                                    • DateTimeValues (list) --

                                      A list of datetime-type parameter values.

                                      • (datetime) --

                                • SelectAllValueOptions (string) --

                                  The configuration that selects all options.

                                • SourceParameterName (string) --

                                  The source parameter name of the destination parameter.

                                • SourceField (string) --

                                  The source field ID of the destination parameter.

                                • SourceColumn (dict) --

                                  A column of a data set.

                                  • DataSetIdentifier (string) --

                                    The data set that the column belongs to.

                                  • ColumnName (string) --

                                    The name of the column.

      • TemplateId (string) --

        The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

      • LastUpdatedTime (datetime) --

        Time when this was last updated.

      • CreatedTime (datetime) --

        Time when this was created.

    • Status (integer) --

      The HTTP status of the request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

DescribeTemplateDefinition (updated) Link ¶
Changes (response)
{'Definition': {'FilterGroups': {'Filters': {'CategoryFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NestedFilter': {'InnerFilter': {'CategoryInnerFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}}}},
                                             'NumericEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NumericRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'RelativeDatesFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                         'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TopBottomFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}}}},
                'Sheets': {'FilterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                              'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                              'RelativeDateTime': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                              'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                              'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                           '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': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'SectionBasedLayout': {'BodySections': {'Content': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}},
                                                                                'FooterSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                                                                                'HeaderSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}}}},
                           'ParameterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                 'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                 'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                         'FontSize': {'Absolute': 'string'}}}}}},
                           'SheetControlLayouts': {'Configuration': {'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                           'Visuals': {'BarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'BoxPlotVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'ComboChartVisual': {'ChartConfiguration': {'BarDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                   'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}},
                                                                                   'LineDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                   'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                   'SecondaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'CustomContentVisual': {'VisualContentAltText': 'string'},
                                       'FilledMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}}},
                                                           'VisualContentAltText': 'string'},
                                       'FunnelChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                    'DataLabelOptions': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                    'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'GaugeChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                   'GaugeChartOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'GeospatialMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                 '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'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'HeatMapVisual': {'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'RowLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'HistogramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                  'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'InsightVisual': {'VisualContentAltText': 'string'},
                                       'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}},
                                                                                           'SecondaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}}},
                                                     'VisualContentAltText': 'string'},
                                       'LayerMapVisual': {'ChartConfiguration': {'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'},
                                                                                 'MapLayers': [{'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'}],
                                                                                                'DataSource': {'StaticFileDataSource': {'StaticFileId': 'string'}},
                                                                                                'JoinDefinition': {'ColorField': {'ColorDimensionsFields': [{'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',
                                                                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                                                                                    'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                                  'VISIBLE'}},
                                                                                                                                                                                                                                                                                  'Suffix': 'string'}}},
                                                                                                                                                                                         'HierarchyId': 'string'}}],
                                                                                                                                  'ColorValuesFields': [{'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',
                                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                        'Prefix': 'string',
                                                                                                                                                                                                                                                                        'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'DOT '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'SPACE',
                                                                                                                                                                                                                                                                                                   'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                              'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                                                                            'VISIBLE'}},
                                                                                                                                                                                                                                                                            'Suffix': 'string'}}}}}]},
                                                                                                                   'DatasetKeyField': {'Column': {'ColumnName': 'string',
                                                                                                                                                  'DataSetIdentifier': 'string'},
                                                                                                                                       'FieldId': 'string',
                                                                                                                                       'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                               'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                     'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                   'NEGATIVE'},
                                                                                                                                                                                                                                                                     'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                     'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'AUTO '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'THOUSANDS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'MILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'BILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'TRILLIONS',
                                                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                                                                                         'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                                       'VISIBLE'}},
                                                                                                                                                                                                                                                                       'Suffix': 'string'}}},
                                                                                                                                                               'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                            'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                          'NEGATIVE'},
                                                                                                                                                                                                                                                            'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                            'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'AUTO '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'THOUSANDS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'MILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'BILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'TRILLIONS',
                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                                                                'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                              'VISIBLE'}},
                                                                                                                                                                                                                                                              'Suffix': 'string'}}},
                                                                                                                                                               'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                             'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                   'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'NEGATIVE'},
                                                                                                                                                                                                                                                                   'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                   'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'AUTO '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'THOUSANDS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'MILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'BILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'TRILLIONS',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                                       'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                                                                     'VISIBLE'}},
                                                                                                                                                                                                                                                                     'Suffix': 'string'}}}}},
                                                                                                                   'ShapeKeyField': 'string'},
                                                                                                'Label': 'string',
                                                                                                'LayerDefinition': {'LineLayer': {'Style': {'LineSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                      'DataValue': 'string'}],
                                                                                                                                                                                              'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE'},
                                                                                                                                                                              'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                           'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                'StrokeColor': 'string',
                                                                                                                                                                                                                                'StrokeWidth': 'double'}},
                                                                                                                                                                                           'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                 'VISIBLE',
                                                                                                                                                                                           'StepColors': [{'Color': 'string',
                                                                                                                                                                                                           'DataValue': 'double'}]},
                                                                                                                                                                              'Solid': {'Color': 'string',
                                                                                                                                                                                        'State': 'ENABLED '
                                                                                                                                                                                                 '| '
                                                                                                                                                                                                 'DISABLED'}},
                                                                                                                                                                'LineWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PointLayer': {'Style': {'CircleSymbolStyle': {'CircleRadius': {'Radius': 'double'},
                                                                                                                                                                   'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                         'DataValue': 'string'}],
                                                                                                                                                                                                 'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE'},
                                                                                                                                                                                 'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE',
                                                                                                                                                                                              'StepColors': [{'Color': 'string',
                                                                                                                                                                                                              'DataValue': 'double'}]},
                                                                                                                                                                                 'Solid': {'Color': 'string',
                                                                                                                                                                                           'State': 'ENABLED '
                                                                                                                                                                                                    '| '
                                                                                                                                                                                                    'DISABLED'}},
                                                                                                                                                                   'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                           'DataValue': 'string'}],
                                                                                                                                                                                                   'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE'},
                                                                                                                                                                                   'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                     'StrokeColor': 'string',
                                                                                                                                                                                                                                     'StrokeWidth': 'double'}},
                                                                                                                                                                                                'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                      'VISIBLE',
                                                                                                                                                                                                'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                'DataValue': 'double'}]},
                                                                                                                                                                                   'Solid': {'Color': 'string',
                                                                                                                                                                                             'State': 'ENABLED '
                                                                                                                                                                                                      '| '
                                                                                                                                                                                                      'DISABLED'}},
                                                                                                                                                                   'StrokeWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PolygonLayer': {'Style': {'PolygonSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                            'DataValue': 'string'}],
                                                                                                                                                                                                    'DefaultOpacity': 'double',
                                                                                                                                                                                                    'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                         'StrokeColor': 'string',
                                                                                                                                                                                                                                         'StrokeWidth': 'double'}},
                                                                                                                                                                                                    'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                          'VISIBLE'},
                                                                                                                                                                                    'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE',
                                                                                                                                                                                                 'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                 'DataValue': 'double'}]},
                                                                                                                                                                                    'Solid': {'Color': 'string',
                                                                                                                                                                                              'State': 'ENABLED '
                                                                                                                                                                                                       '| '
                                                                                                                                                                                                       'DISABLED'}},
                                                                                                                                                                      'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                              'DataValue': 'string'}],
                                                                                                                                                                                                      'DefaultOpacity': 'double',
                                                                                                                                                                                                      'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                           'StrokeColor': 'string',
                                                                                                                                                                                                                                           'StrokeWidth': 'double'}},
                                                                                                                                                                                                      'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                            'VISIBLE'},
                                                                                                                                                                                      'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE',
                                                                                                                                                                                                   'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                   'DataValue': 'double'}]},
                                                                                                                                                                                      'Solid': {'Color': 'string',
                                                                                                                                                                                                'State': 'ENABLED '
                                                                                                                                                                                                         '| '
                                                                                                                                                                                                         'DISABLED'}},
                                                                                                                                                                      'StrokeWidth': {'LineWidth': 'double'}}}}},
                                                                                                'LayerId': 'string',
                                                                                                'LayerType': 'POINT '
                                                                                                             '| '
                                                                                                             'LINE '
                                                                                                             '| '
                                                                                                             'POLYGON',
                                                                                                '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',
                                                                                                            'TooltipVisibility': 'HIDDEN '
                                                                                                                                 '| '
                                                                                                                                 'VISIBLE'},
                                                                                                'Visibility': 'HIDDEN '
                                                                                                              '| '
                                                                                                              'VISIBLE'}],
                                                                                 'MapState': {'Bounds': {'East': 'double',
                                                                                                         'North': 'double',
                                                                                                         'South': 'double',
                                                                                                         'West': 'double'},
                                                                                              'MapNavigation': 'ENABLED '
                                                                                                               '| '
                                                                                                               'DISABLED'},
                                                                                 'MapStyle': {'BackgroundColor': 'string',
                                                                                              'BaseMapStyle': 'LIGHT_GRAY '
                                                                                                              '| '
                                                                                                              'DARK_GRAY '
                                                                                                              '| '
                                                                                                              'STREET '
                                                                                                              '| '
                                                                                                              'IMAGERY',
                                                                                              'BaseMapVisibility': 'HIDDEN '
                                                                                                                   '| '
                                                                                                                   'VISIBLE'}},
                                                          'DataSetIdentifier': 'string',
                                                          'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                      'RichText': 'string'},
                                                                       'Visibility': 'HIDDEN '
                                                                                     '| '
                                                                                     'VISIBLE'},
                                                          'Title': {'FormatText': {'PlainText': 'string',
                                                                                   'RichText': 'string'},
                                                                    'Visibility': 'HIDDEN '
                                                                                  '| '
                                                                                  'VISIBLE'},
                                                          'VisualContentAltText': 'string',
                                                          'VisualId': 'string'},
                                       'LineChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SecondaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'PieChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'PivotTableVisual': {'ChartConfiguration': {'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                    'ColumnHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowFieldNamesStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                             'FontSize': {'Absolute': 'string'}}}},
                                                                                   'TotalOptions': {'ColumnSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'ColumnTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'PluginVisual': {'ChartConfiguration': {'FieldWells': [{'AxisName': 'GROUP_BY '
                                                                                                           '| '
                                                                                                           'VALUE',
                                                                                               'Dimensions': [{'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                      'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'VISIBLE'}},
                                                                                                                                                                                                                                    'Suffix': 'string'}}},
                                                                                                                                           'HierarchyId': 'string'}}],
                                                                                               'Measures': [{'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',
                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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',
                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                                  'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'VISIBLE'}},
                                                                                                                                                                                                                                'Suffix': 'string'}}}}}],
                                                                                               'Unaggregated': [{'Column': {'ColumnName': 'string',
                                                                                                                            'DataSetIdentifier': 'string'},
                                                                                                                 'FieldId': 'string',
                                                                                                                 'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                         'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                         'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                               'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                             'NEGATIVE'},
                                                                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                               'NumberScale': 'NONE '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'AUTO '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'THOUSANDS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'MILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'BILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'TRILLIONS',
                                                                                                                                                                                                                                               'Prefix': 'string',
                                                                                                                                                                                                                                               'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                          'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                   'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'VISIBLE'}},
                                                                                                                                                                                                                                                 'Suffix': 'string'}}},
                                                                                                                                         'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                      'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'NEGATIVE'},
                                                                                                                                                                                                                                      'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                      'NumberScale': 'NONE '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'AUTO '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'THOUSANDS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'MILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'BILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'TRILLIONS',
                                                                                                                                                                                                                                      'Prefix': 'string',
                                                                                                                                                                                                                                      'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'DOT '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'SPACE',
                                                                                                                                                                                                                                                                 'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                          'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                        'VISIBLE'}},
                                                                                                                                                                                                                                        'Suffix': 'string'}}},
                                                                                                                                         'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                       'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                             'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                           'NEGATIVE'},
                                                                                                                                                                                                                                             'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                             'NumberScale': 'NONE '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'AUTO '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'THOUSANDS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'MILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'BILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'TRILLIONS',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                 'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                               'VISIBLE'}},
                                                                                                                                                                                                                                               'Suffix': 'string'}}}}}]}],
                                                                               'SortConfiguration': {'PluginVisualTableQuerySort': {'ItemsLimitConfiguration': {'ItemsLimit': 'long'},
                                                                                                                                    'RowSort': [{'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'}}]}},
                                                                               'VisualOptions': {'VisualProperties': [{'Name': 'string',
                                                                                                                       'Value': 'string'}]}},
                                                        'PluginArn': 'string',
                                                        'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                    'RichText': 'string'},
                                                                     'Visibility': 'HIDDEN '
                                                                                   '| '
                                                                                   'VISIBLE'},
                                                        'Title': {'FormatText': {'PlainText': 'string',
                                                                                 'RichText': 'string'},
                                                                  'Visibility': 'HIDDEN '
                                                                                '| '
                                                                                'VISIBLE'},
                                                        'VisualContentAltText': 'string',
                                                        'VisualId': 'string'},
                                       'RadarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'SankeyDiagramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'ScatterPlotVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                    'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}},
                                                                                               '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'}}},
                                                                                    'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                    'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'YAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'TableVisual': {'ChartConfiguration': {'FieldOptions': {'SelectedFieldOptions': {'URLStyling': {'LinkConfiguration': {'Content': {'CustomTextContent': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}},
                                                                              'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                   'FontSize': {'Absolute': 'string'}}},
                                                                                               'HeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                              'TotalOptions': {'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                       'VisualContentAltText': 'string'},
                                       'TreeMapVisual': {'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'GroupLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'SizeLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'WaterfallVisual': {'ChartConfiguration': {'CategoryAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'CategoryAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'WordCloudVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'}}},
                'StaticFiles': [{'ImageStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                              'ObjectKey': 'string',
                                                                              'Region': 'string'},
                                                                'UrlOptions': {'Url': 'string'}},
                                                     'StaticFileId': 'string'},
                                 'SpatialStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                                'ObjectKey': 'string',
                                                                                'Region': 'string'},
                                                                  'UrlOptions': {'Url': 'string'}},
                                                       'StaticFileId': 'string'}}]}}

Provides a detailed description of the definition of a template.

See also: AWS API Documentation

Request Syntax

client.describe_template_definition(
    AwsAccountId='string',
    TemplateId='string',
    VersionNumber=123,
    AliasName='string'
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.

type TemplateId:

string

param TemplateId:

[REQUIRED]

The ID of the template that you're describing.

type VersionNumber:

integer

param VersionNumber:

The version number of the template.

type AliasName:

string

param AliasName:

The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.

rtype:

dict

returns:

Response Syntax

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Response Structure

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

ListNamespaces (updated) Link ¶
Changes (response)
{'Namespaces': {'IamIdentityCenterApplicationArn': 'string',
                'IamIdentityCenterInstanceArn': 'string'}}

Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.

See also: AWS API Documentation

Request Syntax

client.list_namespaces(
    AwsAccountId='string',
    NextToken='string',
    MaxResults=123
)
type AwsAccountId:

string

param AwsAccountId:

[REQUIRED]

The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.

type NextToken:

string

param NextToken:

A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous ListNameSpaces API call if there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.

type MaxResults:

integer

param MaxResults:

The maximum number of results to return.

rtype:

dict

returns:

Response Syntax

{
    'Namespaces': [
        {
            'Name': 'string',
            'Arn': 'string',
            'CapacityRegion': 'string',
            'CreationStatus': 'CREATED'|'CREATING'|'DELETING'|'RETRYABLE_FAILURE'|'NON_RETRYABLE_FAILURE',
            'IdentityStore': 'QUICKSIGHT',
            'NamespaceError': {
                'Type': 'PERMISSION_DENIED'|'INTERNAL_SERVICE_ERROR',
                'Message': 'string'
            },
            'IamIdentityCenterApplicationArn': 'string',
            'IamIdentityCenterInstanceArn': 'string'
        },
    ],
    'NextToken': 'string',
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) --

    • Namespaces (list) --

      The information about the namespaces in this Amazon Web Services account. The response includes the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and identity store.

      • (dict) --

        The error type.

        • Name (string) --

          The name of the error.

        • Arn (string) --

          The namespace ARN.

        • CapacityRegion (string) --

          The namespace Amazon Web Services Region.

        • CreationStatus (string) --

          The creation status of a namespace that is not yet completely created.

        • IdentityStore (string) --

          The identity store used for the namespace.

        • NamespaceError (dict) --

          An error that occurred when the namespace was created.

          • Type (string) --

            The error type.

          • Message (string) --

            The message for the error.

        • IamIdentityCenterApplicationArn (string) --

          The Amazon Resource Name (ARN) for the IAM Identity Center application.

        • IamIdentityCenterInstanceArn (string) --

          The Amazon Resource Name (ARN) for the IAM Identity Center instance.

    • NextToken (string) --

      A unique pagination token that can be used in a subsequent request. Receiving NextToken in your response inticates that there is more data that can be returned. To receive the data, make another ListNamespaces API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a ListNamespaces API call with an expired token, you will receive a HTTP 400 InvalidNextTokenException error.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

    • Status (integer) --

      The HTTP status of the request.

UpdateAnalysis (updated) Link ¶
Changes (request)
{'Definition': {'FilterGroups': {'Filters': {'CategoryFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NestedFilter': {'InnerFilter': {'CategoryInnerFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}}}},
                                             'NumericEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NumericRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'RelativeDatesFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                         'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TopBottomFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}}}},
                'Sheets': {'FilterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                              'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                              'RelativeDateTime': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                              'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                              'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                           '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': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'SectionBasedLayout': {'BodySections': {'Content': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}},
                                                                                'FooterSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                                                                                'HeaderSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}}}},
                           'ParameterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                 'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                 'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                         'FontSize': {'Absolute': 'string'}}}}}},
                           'SheetControlLayouts': {'Configuration': {'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                           'Visuals': {'BarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'BoxPlotVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'ComboChartVisual': {'ChartConfiguration': {'BarDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                   'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}},
                                                                                   'LineDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                   'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                   'SecondaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'CustomContentVisual': {'VisualContentAltText': 'string'},
                                       'FilledMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}}},
                                                           'VisualContentAltText': 'string'},
                                       'FunnelChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                    'DataLabelOptions': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                    'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'GaugeChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                   'GaugeChartOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'GeospatialMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                 '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'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'HeatMapVisual': {'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'RowLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'HistogramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                  'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'InsightVisual': {'VisualContentAltText': 'string'},
                                       'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}},
                                                                                           'SecondaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}}},
                                                     'VisualContentAltText': 'string'},
                                       'LayerMapVisual': {'ChartConfiguration': {'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'},
                                                                                 'MapLayers': [{'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'}],
                                                                                                'DataSource': {'StaticFileDataSource': {'StaticFileId': 'string'}},
                                                                                                'JoinDefinition': {'ColorField': {'ColorDimensionsFields': [{'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',
                                                                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                                                                                    'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                                  'VISIBLE'}},
                                                                                                                                                                                                                                                                                  'Suffix': 'string'}}},
                                                                                                                                                                                         'HierarchyId': 'string'}}],
                                                                                                                                  'ColorValuesFields': [{'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',
                                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                        'Prefix': 'string',
                                                                                                                                                                                                                                                                        'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'DOT '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'SPACE',
                                                                                                                                                                                                                                                                                                   'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                              'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                                                                            'VISIBLE'}},
                                                                                                                                                                                                                                                                            'Suffix': 'string'}}}}}]},
                                                                                                                   'DatasetKeyField': {'Column': {'ColumnName': 'string',
                                                                                                                                                  'DataSetIdentifier': 'string'},
                                                                                                                                       'FieldId': 'string',
                                                                                                                                       'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                               'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                     'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                   'NEGATIVE'},
                                                                                                                                                                                                                                                                     'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                     'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'AUTO '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'THOUSANDS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'MILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'BILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'TRILLIONS',
                                                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                                                                                         'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                                       'VISIBLE'}},
                                                                                                                                                                                                                                                                       'Suffix': 'string'}}},
                                                                                                                                                               'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                            'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                          'NEGATIVE'},
                                                                                                                                                                                                                                                            'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                            'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'AUTO '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'THOUSANDS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'MILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'BILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'TRILLIONS',
                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                                                                'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                              'VISIBLE'}},
                                                                                                                                                                                                                                                              'Suffix': 'string'}}},
                                                                                                                                                               'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                             'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                   'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'NEGATIVE'},
                                                                                                                                                                                                                                                                   'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                   'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'AUTO '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'THOUSANDS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'MILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'BILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'TRILLIONS',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                                       'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                                                                     'VISIBLE'}},
                                                                                                                                                                                                                                                                     'Suffix': 'string'}}}}},
                                                                                                                   'ShapeKeyField': 'string'},
                                                                                                'Label': 'string',
                                                                                                'LayerDefinition': {'LineLayer': {'Style': {'LineSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                      'DataValue': 'string'}],
                                                                                                                                                                                              'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE'},
                                                                                                                                                                              'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                           'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                'StrokeColor': 'string',
                                                                                                                                                                                                                                'StrokeWidth': 'double'}},
                                                                                                                                                                                           'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                 'VISIBLE',
                                                                                                                                                                                           'StepColors': [{'Color': 'string',
                                                                                                                                                                                                           'DataValue': 'double'}]},
                                                                                                                                                                              'Solid': {'Color': 'string',
                                                                                                                                                                                        'State': 'ENABLED '
                                                                                                                                                                                                 '| '
                                                                                                                                                                                                 'DISABLED'}},
                                                                                                                                                                'LineWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PointLayer': {'Style': {'CircleSymbolStyle': {'CircleRadius': {'Radius': 'double'},
                                                                                                                                                                   'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                         'DataValue': 'string'}],
                                                                                                                                                                                                 'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE'},
                                                                                                                                                                                 'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE',
                                                                                                                                                                                              'StepColors': [{'Color': 'string',
                                                                                                                                                                                                              'DataValue': 'double'}]},
                                                                                                                                                                                 'Solid': {'Color': 'string',
                                                                                                                                                                                           'State': 'ENABLED '
                                                                                                                                                                                                    '| '
                                                                                                                                                                                                    'DISABLED'}},
                                                                                                                                                                   'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                           'DataValue': 'string'}],
                                                                                                                                                                                                   'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE'},
                                                                                                                                                                                   'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                     'StrokeColor': 'string',
                                                                                                                                                                                                                                     'StrokeWidth': 'double'}},
                                                                                                                                                                                                'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                      'VISIBLE',
                                                                                                                                                                                                'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                'DataValue': 'double'}]},
                                                                                                                                                                                   'Solid': {'Color': 'string',
                                                                                                                                                                                             'State': 'ENABLED '
                                                                                                                                                                                                      '| '
                                                                                                                                                                                                      'DISABLED'}},
                                                                                                                                                                   'StrokeWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PolygonLayer': {'Style': {'PolygonSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                            'DataValue': 'string'}],
                                                                                                                                                                                                    'DefaultOpacity': 'double',
                                                                                                                                                                                                    'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                         'StrokeColor': 'string',
                                                                                                                                                                                                                                         'StrokeWidth': 'double'}},
                                                                                                                                                                                                    'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                          'VISIBLE'},
                                                                                                                                                                                    'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE',
                                                                                                                                                                                                 'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                 'DataValue': 'double'}]},
                                                                                                                                                                                    'Solid': {'Color': 'string',
                                                                                                                                                                                              'State': 'ENABLED '
                                                                                                                                                                                                       '| '
                                                                                                                                                                                                       'DISABLED'}},
                                                                                                                                                                      'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                              'DataValue': 'string'}],
                                                                                                                                                                                                      'DefaultOpacity': 'double',
                                                                                                                                                                                                      'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                           'StrokeColor': 'string',
                                                                                                                                                                                                                                           'StrokeWidth': 'double'}},
                                                                                                                                                                                                      'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                            'VISIBLE'},
                                                                                                                                                                                      'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE',
                                                                                                                                                                                                   'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                   'DataValue': 'double'}]},
                                                                                                                                                                                      'Solid': {'Color': 'string',
                                                                                                                                                                                                'State': 'ENABLED '
                                                                                                                                                                                                         '| '
                                                                                                                                                                                                         'DISABLED'}},
                                                                                                                                                                      'StrokeWidth': {'LineWidth': 'double'}}}}},
                                                                                                'LayerId': 'string',
                                                                                                'LayerType': 'POINT '
                                                                                                             '| '
                                                                                                             'LINE '
                                                                                                             '| '
                                                                                                             'POLYGON',
                                                                                                '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',
                                                                                                            'TooltipVisibility': 'HIDDEN '
                                                                                                                                 '| '
                                                                                                                                 'VISIBLE'},
                                                                                                'Visibility': 'HIDDEN '
                                                                                                              '| '
                                                                                                              'VISIBLE'}],
                                                                                 'MapState': {'Bounds': {'East': 'double',
                                                                                                         'North': 'double',
                                                                                                         'South': 'double',
                                                                                                         'West': 'double'},
                                                                                              'MapNavigation': 'ENABLED '
                                                                                                               '| '
                                                                                                               'DISABLED'},
                                                                                 'MapStyle': {'BackgroundColor': 'string',
                                                                                              'BaseMapStyle': 'LIGHT_GRAY '
                                                                                                              '| '
                                                                                                              'DARK_GRAY '
                                                                                                              '| '
                                                                                                              'STREET '
                                                                                                              '| '
                                                                                                              'IMAGERY',
                                                                                              'BaseMapVisibility': 'HIDDEN '
                                                                                                                   '| '
                                                                                                                   'VISIBLE'}},
                                                          'DataSetIdentifier': 'string',
                                                          'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                      'RichText': 'string'},
                                                                       'Visibility': 'HIDDEN '
                                                                                     '| '
                                                                                     'VISIBLE'},
                                                          'Title': {'FormatText': {'PlainText': 'string',
                                                                                   'RichText': 'string'},
                                                                    'Visibility': 'HIDDEN '
                                                                                  '| '
                                                                                  'VISIBLE'},
                                                          'VisualContentAltText': 'string',
                                                          'VisualId': 'string'},
                                       'LineChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SecondaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'PieChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'PivotTableVisual': {'ChartConfiguration': {'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                    'ColumnHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowFieldNamesStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                             'FontSize': {'Absolute': 'string'}}}},
                                                                                   'TotalOptions': {'ColumnSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'ColumnTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'PluginVisual': {'ChartConfiguration': {'FieldWells': [{'AxisName': 'GROUP_BY '
                                                                                                           '| '
                                                                                                           'VALUE',
                                                                                               'Dimensions': [{'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                      'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'VISIBLE'}},
                                                                                                                                                                                                                                    'Suffix': 'string'}}},
                                                                                                                                           'HierarchyId': 'string'}}],
                                                                                               'Measures': [{'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',
                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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',
                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                                  'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'VISIBLE'}},
                                                                                                                                                                                                                                'Suffix': 'string'}}}}}],
                                                                                               'Unaggregated': [{'Column': {'ColumnName': 'string',
                                                                                                                            'DataSetIdentifier': 'string'},
                                                                                                                 'FieldId': 'string',
                                                                                                                 'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                         'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                         'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                               'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                             'NEGATIVE'},
                                                                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                               'NumberScale': 'NONE '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'AUTO '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'THOUSANDS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'MILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'BILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'TRILLIONS',
                                                                                                                                                                                                                                               'Prefix': 'string',
                                                                                                                                                                                                                                               'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                          'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                   'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'VISIBLE'}},
                                                                                                                                                                                                                                                 'Suffix': 'string'}}},
                                                                                                                                         'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                      'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'NEGATIVE'},
                                                                                                                                                                                                                                      'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                      'NumberScale': 'NONE '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'AUTO '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'THOUSANDS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'MILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'BILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'TRILLIONS',
                                                                                                                                                                                                                                      'Prefix': 'string',
                                                                                                                                                                                                                                      'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'DOT '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'SPACE',
                                                                                                                                                                                                                                                                 'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                          'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                        'VISIBLE'}},
                                                                                                                                                                                                                                        'Suffix': 'string'}}},
                                                                                                                                         'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                       'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                             'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                           'NEGATIVE'},
                                                                                                                                                                                                                                             'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                             'NumberScale': 'NONE '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'AUTO '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'THOUSANDS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'MILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'BILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'TRILLIONS',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                 'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                               'VISIBLE'}},
                                                                                                                                                                                                                                               'Suffix': 'string'}}}}}]}],
                                                                               'SortConfiguration': {'PluginVisualTableQuerySort': {'ItemsLimitConfiguration': {'ItemsLimit': 'long'},
                                                                                                                                    'RowSort': [{'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'}}]}},
                                                                               'VisualOptions': {'VisualProperties': [{'Name': 'string',
                                                                                                                       'Value': 'string'}]}},
                                                        'PluginArn': 'string',
                                                        'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                    'RichText': 'string'},
                                                                     'Visibility': 'HIDDEN '
                                                                                   '| '
                                                                                   'VISIBLE'},
                                                        'Title': {'FormatText': {'PlainText': 'string',
                                                                                 'RichText': 'string'},
                                                                  'Visibility': 'HIDDEN '
                                                                                '| '
                                                                                'VISIBLE'},
                                                        'VisualContentAltText': 'string',
                                                        'VisualId': 'string'},
                                       'RadarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'SankeyDiagramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'ScatterPlotVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                    'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}},
                                                                                               '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'}}},
                                                                                    'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                    'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'YAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'TableVisual': {'ChartConfiguration': {'FieldOptions': {'SelectedFieldOptions': {'URLStyling': {'LinkConfiguration': {'Content': {'CustomTextContent': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}},
                                                                              'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                   'FontSize': {'Absolute': 'string'}}},
                                                                                               'HeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                              'TotalOptions': {'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                       'VisualContentAltText': 'string'},
                                       'TreeMapVisual': {'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'GroupLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'SizeLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'WaterfallVisual': {'ChartConfiguration': {'CategoryAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'CategoryAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'WordCloudVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'}}},
                'StaticFiles': [{'ImageStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                              'ObjectKey': 'string',
                                                                              'Region': 'string'},
                                                                'UrlOptions': {'Url': 'string'}},
                                                     'StaticFileId': 'string'},
                                 'SpatialStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                                'ObjectKey': 'string',
                                                                                'Region': 'string'},
                                                                  'UrlOptions': {'Url': 'string'}},
                                                       'StaticFileId': 'string'}}]}}

Updates an analysis in Amazon QuickSight

See also: AWS API Documentation

Request Syntax

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Parameters

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

rtype:

dict

returns:

Response Syntax

{
    'Arn': 'string',
    'AnalysisId': 'string',
    'UpdateStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • Arn (string) --

      The ARN of the analysis that you're updating.

    • AnalysisId (string) --

      The ID of the analysis.

    • UpdateStatus (string) --

      The update status of the last update that was made to the analysis.

    • Status (integer) --

      The HTTP status of the request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

UpdateDashboard (updated) Link ¶
Changes (request)
{'Definition': {'FilterGroups': {'Filters': {'CategoryFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NestedFilter': {'InnerFilter': {'CategoryInnerFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}}}},
                                             'NumericEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NumericRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'RelativeDatesFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                         'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TopBottomFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}}}},
                'Sheets': {'FilterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                              'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                              'RelativeDateTime': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                              'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                              'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                           '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': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'SectionBasedLayout': {'BodySections': {'Content': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}},
                                                                                'FooterSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                                                                                'HeaderSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}}}},
                           'ParameterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                 'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                 'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                         'FontSize': {'Absolute': 'string'}}}}}},
                           'SheetControlLayouts': {'Configuration': {'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                           'Visuals': {'BarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'BoxPlotVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'ComboChartVisual': {'ChartConfiguration': {'BarDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                   'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}},
                                                                                   'LineDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                   'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                   'SecondaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'CustomContentVisual': {'VisualContentAltText': 'string'},
                                       'FilledMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}}},
                                                           'VisualContentAltText': 'string'},
                                       'FunnelChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                    'DataLabelOptions': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                    'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'GaugeChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                   'GaugeChartOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'GeospatialMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                 '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'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'HeatMapVisual': {'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'RowLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'HistogramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                  'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'InsightVisual': {'VisualContentAltText': 'string'},
                                       'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}},
                                                                                           'SecondaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}}},
                                                     'VisualContentAltText': 'string'},
                                       'LayerMapVisual': {'ChartConfiguration': {'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'},
                                                                                 'MapLayers': [{'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'}],
                                                                                                'DataSource': {'StaticFileDataSource': {'StaticFileId': 'string'}},
                                                                                                'JoinDefinition': {'ColorField': {'ColorDimensionsFields': [{'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',
                                                                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                                                                                    'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                                  'VISIBLE'}},
                                                                                                                                                                                                                                                                                  'Suffix': 'string'}}},
                                                                                                                                                                                         'HierarchyId': 'string'}}],
                                                                                                                                  'ColorValuesFields': [{'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',
                                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                        'Prefix': 'string',
                                                                                                                                                                                                                                                                        'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'DOT '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'SPACE',
                                                                                                                                                                                                                                                                                                   'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                              'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                                                                            'VISIBLE'}},
                                                                                                                                                                                                                                                                            'Suffix': 'string'}}}}}]},
                                                                                                                   'DatasetKeyField': {'Column': {'ColumnName': 'string',
                                                                                                                                                  'DataSetIdentifier': 'string'},
                                                                                                                                       'FieldId': 'string',
                                                                                                                                       'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                               'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                     'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                   'NEGATIVE'},
                                                                                                                                                                                                                                                                     'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                     'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'AUTO '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'THOUSANDS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'MILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'BILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'TRILLIONS',
                                                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                                                                                         'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                                       'VISIBLE'}},
                                                                                                                                                                                                                                                                       'Suffix': 'string'}}},
                                                                                                                                                               'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                            'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                          'NEGATIVE'},
                                                                                                                                                                                                                                                            'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                            'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'AUTO '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'THOUSANDS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'MILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'BILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'TRILLIONS',
                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                                                                'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                              'VISIBLE'}},
                                                                                                                                                                                                                                                              'Suffix': 'string'}}},
                                                                                                                                                               'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                             'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                   'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'NEGATIVE'},
                                                                                                                                                                                                                                                                   'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                   'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'AUTO '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'THOUSANDS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'MILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'BILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'TRILLIONS',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                                       'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                                                                     'VISIBLE'}},
                                                                                                                                                                                                                                                                     'Suffix': 'string'}}}}},
                                                                                                                   'ShapeKeyField': 'string'},
                                                                                                'Label': 'string',
                                                                                                'LayerDefinition': {'LineLayer': {'Style': {'LineSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                      'DataValue': 'string'}],
                                                                                                                                                                                              'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE'},
                                                                                                                                                                              'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                           'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                'StrokeColor': 'string',
                                                                                                                                                                                                                                'StrokeWidth': 'double'}},
                                                                                                                                                                                           'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                 'VISIBLE',
                                                                                                                                                                                           'StepColors': [{'Color': 'string',
                                                                                                                                                                                                           'DataValue': 'double'}]},
                                                                                                                                                                              'Solid': {'Color': 'string',
                                                                                                                                                                                        'State': 'ENABLED '
                                                                                                                                                                                                 '| '
                                                                                                                                                                                                 'DISABLED'}},
                                                                                                                                                                'LineWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PointLayer': {'Style': {'CircleSymbolStyle': {'CircleRadius': {'Radius': 'double'},
                                                                                                                                                                   'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                         'DataValue': 'string'}],
                                                                                                                                                                                                 'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE'},
                                                                                                                                                                                 'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE',
                                                                                                                                                                                              'StepColors': [{'Color': 'string',
                                                                                                                                                                                                              'DataValue': 'double'}]},
                                                                                                                                                                                 'Solid': {'Color': 'string',
                                                                                                                                                                                           'State': 'ENABLED '
                                                                                                                                                                                                    '| '
                                                                                                                                                                                                    'DISABLED'}},
                                                                                                                                                                   'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                           'DataValue': 'string'}],
                                                                                                                                                                                                   'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE'},
                                                                                                                                                                                   'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                     'StrokeColor': 'string',
                                                                                                                                                                                                                                     'StrokeWidth': 'double'}},
                                                                                                                                                                                                'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                      'VISIBLE',
                                                                                                                                                                                                'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                'DataValue': 'double'}]},
                                                                                                                                                                                   'Solid': {'Color': 'string',
                                                                                                                                                                                             'State': 'ENABLED '
                                                                                                                                                                                                      '| '
                                                                                                                                                                                                      'DISABLED'}},
                                                                                                                                                                   'StrokeWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PolygonLayer': {'Style': {'PolygonSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                            'DataValue': 'string'}],
                                                                                                                                                                                                    'DefaultOpacity': 'double',
                                                                                                                                                                                                    'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                         'StrokeColor': 'string',
                                                                                                                                                                                                                                         'StrokeWidth': 'double'}},
                                                                                                                                                                                                    'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                          'VISIBLE'},
                                                                                                                                                                                    'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE',
                                                                                                                                                                                                 'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                 'DataValue': 'double'}]},
                                                                                                                                                                                    'Solid': {'Color': 'string',
                                                                                                                                                                                              'State': 'ENABLED '
                                                                                                                                                                                                       '| '
                                                                                                                                                                                                       'DISABLED'}},
                                                                                                                                                                      'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                              'DataValue': 'string'}],
                                                                                                                                                                                                      'DefaultOpacity': 'double',
                                                                                                                                                                                                      'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                           'StrokeColor': 'string',
                                                                                                                                                                                                                                           'StrokeWidth': 'double'}},
                                                                                                                                                                                                      'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                            'VISIBLE'},
                                                                                                                                                                                      'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE',
                                                                                                                                                                                                   'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                   'DataValue': 'double'}]},
                                                                                                                                                                                      'Solid': {'Color': 'string',
                                                                                                                                                                                                'State': 'ENABLED '
                                                                                                                                                                                                         '| '
                                                                                                                                                                                                         'DISABLED'}},
                                                                                                                                                                      'StrokeWidth': {'LineWidth': 'double'}}}}},
                                                                                                'LayerId': 'string',
                                                                                                'LayerType': 'POINT '
                                                                                                             '| '
                                                                                                             'LINE '
                                                                                                             '| '
                                                                                                             'POLYGON',
                                                                                                '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',
                                                                                                            'TooltipVisibility': 'HIDDEN '
                                                                                                                                 '| '
                                                                                                                                 'VISIBLE'},
                                                                                                'Visibility': 'HIDDEN '
                                                                                                              '| '
                                                                                                              'VISIBLE'}],
                                                                                 'MapState': {'Bounds': {'East': 'double',
                                                                                                         'North': 'double',
                                                                                                         'South': 'double',
                                                                                                         'West': 'double'},
                                                                                              'MapNavigation': 'ENABLED '
                                                                                                               '| '
                                                                                                               'DISABLED'},
                                                                                 'MapStyle': {'BackgroundColor': 'string',
                                                                                              'BaseMapStyle': 'LIGHT_GRAY '
                                                                                                              '| '
                                                                                                              'DARK_GRAY '
                                                                                                              '| '
                                                                                                              'STREET '
                                                                                                              '| '
                                                                                                              'IMAGERY',
                                                                                              'BaseMapVisibility': 'HIDDEN '
                                                                                                                   '| '
                                                                                                                   'VISIBLE'}},
                                                          'DataSetIdentifier': 'string',
                                                          'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                      'RichText': 'string'},
                                                                       'Visibility': 'HIDDEN '
                                                                                     '| '
                                                                                     'VISIBLE'},
                                                          'Title': {'FormatText': {'PlainText': 'string',
                                                                                   'RichText': 'string'},
                                                                    'Visibility': 'HIDDEN '
                                                                                  '| '
                                                                                  'VISIBLE'},
                                                          'VisualContentAltText': 'string',
                                                          'VisualId': 'string'},
                                       'LineChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SecondaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'PieChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'PivotTableVisual': {'ChartConfiguration': {'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                    'ColumnHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowFieldNamesStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                             'FontSize': {'Absolute': 'string'}}}},
                                                                                   'TotalOptions': {'ColumnSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'ColumnTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'PluginVisual': {'ChartConfiguration': {'FieldWells': [{'AxisName': 'GROUP_BY '
                                                                                                           '| '
                                                                                                           'VALUE',
                                                                                               'Dimensions': [{'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                      'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'VISIBLE'}},
                                                                                                                                                                                                                                    'Suffix': 'string'}}},
                                                                                                                                           'HierarchyId': 'string'}}],
                                                                                               'Measures': [{'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',
                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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',
                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                                  'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'VISIBLE'}},
                                                                                                                                                                                                                                'Suffix': 'string'}}}}}],
                                                                                               'Unaggregated': [{'Column': {'ColumnName': 'string',
                                                                                                                            'DataSetIdentifier': 'string'},
                                                                                                                 'FieldId': 'string',
                                                                                                                 'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                         'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                         'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                               'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                             'NEGATIVE'},
                                                                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                               'NumberScale': 'NONE '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'AUTO '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'THOUSANDS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'MILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'BILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'TRILLIONS',
                                                                                                                                                                                                                                               'Prefix': 'string',
                                                                                                                                                                                                                                               'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                          'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                   'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'VISIBLE'}},
                                                                                                                                                                                                                                                 'Suffix': 'string'}}},
                                                                                                                                         'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                      'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'NEGATIVE'},
                                                                                                                                                                                                                                      'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                      'NumberScale': 'NONE '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'AUTO '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'THOUSANDS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'MILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'BILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'TRILLIONS',
                                                                                                                                                                                                                                      'Prefix': 'string',
                                                                                                                                                                                                                                      'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'DOT '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'SPACE',
                                                                                                                                                                                                                                                                 'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                          'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                        'VISIBLE'}},
                                                                                                                                                                                                                                        'Suffix': 'string'}}},
                                                                                                                                         'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                       'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                             'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                           'NEGATIVE'},
                                                                                                                                                                                                                                             'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                             'NumberScale': 'NONE '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'AUTO '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'THOUSANDS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'MILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'BILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'TRILLIONS',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                 'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                               'VISIBLE'}},
                                                                                                                                                                                                                                               'Suffix': 'string'}}}}}]}],
                                                                               'SortConfiguration': {'PluginVisualTableQuerySort': {'ItemsLimitConfiguration': {'ItemsLimit': 'long'},
                                                                                                                                    'RowSort': [{'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'}}]}},
                                                                               'VisualOptions': {'VisualProperties': [{'Name': 'string',
                                                                                                                       'Value': 'string'}]}},
                                                        'PluginArn': 'string',
                                                        'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                    'RichText': 'string'},
                                                                     'Visibility': 'HIDDEN '
                                                                                   '| '
                                                                                   'VISIBLE'},
                                                        'Title': {'FormatText': {'PlainText': 'string',
                                                                                 'RichText': 'string'},
                                                                  'Visibility': 'HIDDEN '
                                                                                '| '
                                                                                'VISIBLE'},
                                                        'VisualContentAltText': 'string',
                                                        'VisualId': 'string'},
                                       'RadarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'SankeyDiagramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'ScatterPlotVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                    'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}},
                                                                                               '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'}}},
                                                                                    'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                    'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'YAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'TableVisual': {'ChartConfiguration': {'FieldOptions': {'SelectedFieldOptions': {'URLStyling': {'LinkConfiguration': {'Content': {'CustomTextContent': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}},
                                                                              'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                   'FontSize': {'Absolute': 'string'}}},
                                                                                               'HeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                              'TotalOptions': {'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                       'VisualContentAltText': 'string'},
                                       'TreeMapVisual': {'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'GroupLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'SizeLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'WaterfallVisual': {'ChartConfiguration': {'CategoryAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'CategoryAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'WordCloudVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'}}},
                'StaticFiles': [{'ImageStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                              'ObjectKey': 'string',
                                                                              'Region': 'string'},
                                                                'UrlOptions': {'Url': 'string'}},
                                                     'StaticFileId': 'string'},
                                 'SpatialStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                                'ObjectKey': 'string',
                                                                                'Region': 'string'},
                                                                  'UrlOptions': {'Url': 'string'}},
                                                       'StaticFileId': 'string'}}]}}

Updates a dashboard in an Amazon Web Services account.

See also: AWS API Documentation

Request Syntax

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Parameters

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

rtype:

dict

returns:

Response Syntax

{
    'Arn': 'string',
    'VersionArn': 'string',
    'DashboardId': 'string',
    'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • Arn (string) --

      The Amazon Resource Name (ARN) of the resource.

    • VersionArn (string) --

      The ARN of the dashboard, including the version number.

    • DashboardId (string) --

      The ID for the dashboard.

    • CreationStatus (string) --

      The creation status of the request.

    • Status (integer) --

      The HTTP status of the request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.

UpdateTemplate (updated) Link ¶
Changes (request)
{'Definition': {'FilterGroups': {'Filters': {'CategoryFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                         'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NestedFilter': {'InnerFilter': {'CategoryInnerFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                                               'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}}}},
                                             'NumericEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                                'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'NumericRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'RelativeDatesFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                         'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                              'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeEqualityFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                             'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TimeRangeFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}},
                                             'TopBottomFilter': {'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDateTimePickerOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultDropdownOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultListOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultRelativeDateTimeOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultSliderOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextAreaOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                                                                                          'DefaultTextFieldOptions': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}}}}}}},
                'Sheets': {'FilterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                              'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                 'FontSize': {'Absolute': 'string'}}}}},
                                              'RelativeDateTime': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                              'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                              'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                              'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                           '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': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}},
                                                         'SectionBasedLayout': {'BodySections': {'Content': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}},
                                                                                'FooterSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                                                                                'HeaderSections': {'Layout': {'FreeFormLayout': {'Elements': {'ElementType': {'IMAGE'}}}}}}}},
                           'ParameterControls': {'DateTimePicker': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                 'Dropdown': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'List': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                    'FontSize': {'Absolute': 'string'}}}}},
                                                 'Slider': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextArea': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                 'TextField': {'DisplayOptions': {'TitleOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                         'FontSize': {'Absolute': 'string'}}}}}},
                           'SheetControlLayouts': {'Configuration': {'GridLayout': {'Elements': {'ElementType': {'IMAGE'}}}}},
                           'Visuals': {'BarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'BoxPlotVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}}},
                                                                                'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'ComboChartVisual': {'ChartConfiguration': {'BarDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                   'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}},
                                                                                   'LineDataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                   'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                   'SecondaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'CustomContentVisual': {'VisualContentAltText': 'string'},
                                       'FilledMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}}},
                                                           'VisualContentAltText': 'string'},
                                       'FunnelChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}},
                                                                                    'DataLabelOptions': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                    'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'GaugeChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                   'GaugeChartOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                                           'FontSize': {'Absolute': 'string'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'GeospatialMapVisual': {'ChartConfiguration': {'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                 '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'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'HeatMapVisual': {'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'RowLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'HistogramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}},
                                                                                  'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'InsightVisual': {'VisualContentAltText': 'string'},
                                       'KPIVisual': {'ChartConfiguration': {'KPIOptions': {'PrimaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}},
                                                                                           'SecondaryValueFontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}}},
                                                     'VisualContentAltText': 'string'},
                                       'LayerMapVisual': {'ChartConfiguration': {'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'},
                                                                                 'MapLayers': [{'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'}],
                                                                                                'DataSource': {'StaticFileDataSource': {'StaticFileId': 'string'}},
                                                                                                'JoinDefinition': {'ColorField': {'ColorDimensionsFields': [{'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',
                                                                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                                                                                    'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                                  'VISIBLE'}},
                                                                                                                                                                                                                                                                                  'Suffix': 'string'}}},
                                                                                                                                                                                         'HierarchyId': 'string'}}],
                                                                                                                                  'ColorValuesFields': [{'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',
                                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                        'Prefix': 'string',
                                                                                                                                                                                                                                                                        'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'DOT '
                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                       'SPACE',
                                                                                                                                                                                                                                                                                                   'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                                                                              'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                                                                            'VISIBLE'}},
                                                                                                                                                                                                                                                                            'Suffix': 'string'}}}}}]},
                                                                                                                   'DatasetKeyField': {'Column': {'ColumnName': 'string',
                                                                                                                                                  'DataSetIdentifier': 'string'},
                                                                                                                                       'FieldId': 'string',
                                                                                                                                       'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                               'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                     'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                   'NEGATIVE'},
                                                                                                                                                                                                                                                                     'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                     'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'AUTO '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'THOUSANDS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'MILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'BILLIONS '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'TRILLIONS',
                                                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                                                                                         'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                                                                                                                                       'VISIBLE'}},
                                                                                                                                                                                                                                                                       'Suffix': 'string'}}},
                                                                                                                                                               'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                            'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                          'NEGATIVE'},
                                                                                                                                                                                                                                                            'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                            'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'AUTO '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'THOUSANDS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'MILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'BILLIONS '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'TRILLIONS',
                                                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                          'Prefix': 'string',
                                                                                                                                                                                                                                                          'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'DOT '
                                                                                                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                                                                                                         'SPACE',
                                                                                                                                                                                                                                                                                     'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                                                                'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                                                              'VISIBLE'}},
                                                                                                                                                                                                                                                              'Suffix': 'string'}}},
                                                                                                                                                               'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                             'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                                                   'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'NEGATIVE'},
                                                                                                                                                                                                                                                                   'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                                                   'NumberScale': 'NONE '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'AUTO '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'THOUSANDS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'MILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'BILLIONS '
                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                  'TRILLIONS',
                                                                                                                                                                                                                                                                   'Prefix': 'string',
                                                                                                                                                                                                                                                                   'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'DOT '
                                                                                                                                                                                                                                                                                                                  '| '
                                                                                                                                                                                                                                                                                                                  'SPACE',
                                                                                                                                                                                                                                                                                              'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                                                 'Prefix': 'string',
                                                                                                                                                                                                                                                                 'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                            'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                                                                                       'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                                                                     'VISIBLE'}},
                                                                                                                                                                                                                                                                     'Suffix': 'string'}}}}},
                                                                                                                   'ShapeKeyField': 'string'},
                                                                                                'Label': 'string',
                                                                                                'LayerDefinition': {'LineLayer': {'Style': {'LineSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                      'DataValue': 'string'}],
                                                                                                                                                                                              'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE'},
                                                                                                                                                                              'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                           'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                'StrokeColor': 'string',
                                                                                                                                                                                                                                'StrokeWidth': 'double'}},
                                                                                                                                                                                           'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                 'VISIBLE',
                                                                                                                                                                                           'StepColors': [{'Color': 'string',
                                                                                                                                                                                                           'DataValue': 'double'}]},
                                                                                                                                                                              'Solid': {'Color': 'string',
                                                                                                                                                                                        'State': 'ENABLED '
                                                                                                                                                                                                 '| '
                                                                                                                                                                                                 'DISABLED'}},
                                                                                                                                                                'LineWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PointLayer': {'Style': {'CircleSymbolStyle': {'CircleRadius': {'Radius': 'double'},
                                                                                                                                                                   'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                         'DataValue': 'string'}],
                                                                                                                                                                                                 'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE'},
                                                                                                                                                                                 'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                              'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                   'StrokeColor': 'string',
                                                                                                                                                                                                                                   'StrokeWidth': 'double'}},
                                                                                                                                                                                              'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                    'VISIBLE',
                                                                                                                                                                                              'StepColors': [{'Color': 'string',
                                                                                                                                                                                                              'DataValue': 'double'}]},
                                                                                                                                                                                 'Solid': {'Color': 'string',
                                                                                                                                                                                           'State': 'ENABLED '
                                                                                                                                                                                                    '| '
                                                                                                                                                                                                    'DISABLED'}},
                                                                                                                                                                   'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                           'DataValue': 'string'}],
                                                                                                                                                                                                   'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE'},
                                                                                                                                                                                   'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                     'StrokeColor': 'string',
                                                                                                                                                                                                                                     'StrokeWidth': 'double'}},
                                                                                                                                                                                                'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                      'VISIBLE',
                                                                                                                                                                                                'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                'DataValue': 'double'}]},
                                                                                                                                                                                   'Solid': {'Color': 'string',
                                                                                                                                                                                             'State': 'ENABLED '
                                                                                                                                                                                                      '| '
                                                                                                                                                                                                      'DISABLED'}},
                                                                                                                                                                   'StrokeWidth': {'LineWidth': 'double'}}}},
                                                                                                                    'PolygonLayer': {'Style': {'PolygonSymbolStyle': {'FillColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                            'DataValue': 'string'}],
                                                                                                                                                                                                    'DefaultOpacity': 'double',
                                                                                                                                                                                                    'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                         'StrokeColor': 'string',
                                                                                                                                                                                                                                         'StrokeWidth': 'double'}},
                                                                                                                                                                                                    'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                          'VISIBLE'},
                                                                                                                                                                                    'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                 'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                      'StrokeColor': 'string',
                                                                                                                                                                                                                                      'StrokeWidth': 'double'}},
                                                                                                                                                                                                 'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                       '| '
                                                                                                                                                                                                                       'VISIBLE',
                                                                                                                                                                                                 'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                 'DataValue': 'double'}]},
                                                                                                                                                                                    'Solid': {'Color': 'string',
                                                                                                                                                                                              'State': 'ENABLED '
                                                                                                                                                                                                       '| '
                                                                                                                                                                                                       'DISABLED'}},
                                                                                                                                                                      'StrokeColor': {'Categorical': {'CategoryDataColors': [{'Color': 'string',
                                                                                                                                                                                                                              'DataValue': 'string'}],
                                                                                                                                                                                                      'DefaultOpacity': 'double',
                                                                                                                                                                                                      'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                           'StrokeColor': 'string',
                                                                                                                                                                                                                                           'StrokeWidth': 'double'}},
                                                                                                                                                                                                      'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                            'VISIBLE'},
                                                                                                                                                                                      'Gradient': {'DefaultOpacity': 'double',
                                                                                                                                                                                                   'NullDataSettings': {'SymbolStyle': {'FillColor': 'string',
                                                                                                                                                                                                                                        'StrokeColor': 'string',
                                                                                                                                                                                                                                        'StrokeWidth': 'double'}},
                                                                                                                                                                                                   'NullDataVisibility': 'HIDDEN '
                                                                                                                                                                                                                         '| '
                                                                                                                                                                                                                         'VISIBLE',
                                                                                                                                                                                                   'StepColors': [{'Color': 'string',
                                                                                                                                                                                                                   'DataValue': 'double'}]},
                                                                                                                                                                                      'Solid': {'Color': 'string',
                                                                                                                                                                                                'State': 'ENABLED '
                                                                                                                                                                                                         '| '
                                                                                                                                                                                                         'DISABLED'}},
                                                                                                                                                                      'StrokeWidth': {'LineWidth': 'double'}}}}},
                                                                                                'LayerId': 'string',
                                                                                                'LayerType': 'POINT '
                                                                                                             '| '
                                                                                                             'LINE '
                                                                                                             '| '
                                                                                                             'POLYGON',
                                                                                                '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',
                                                                                                            'TooltipVisibility': 'HIDDEN '
                                                                                                                                 '| '
                                                                                                                                 'VISIBLE'},
                                                                                                'Visibility': 'HIDDEN '
                                                                                                              '| '
                                                                                                              'VISIBLE'}],
                                                                                 'MapState': {'Bounds': {'East': 'double',
                                                                                                         'North': 'double',
                                                                                                         'South': 'double',
                                                                                                         'West': 'double'},
                                                                                              'MapNavigation': 'ENABLED '
                                                                                                               '| '
                                                                                                               'DISABLED'},
                                                                                 'MapStyle': {'BackgroundColor': 'string',
                                                                                              'BaseMapStyle': 'LIGHT_GRAY '
                                                                                                              '| '
                                                                                                              'DARK_GRAY '
                                                                                                              '| '
                                                                                                              'STREET '
                                                                                                              '| '
                                                                                                              'IMAGERY',
                                                                                              'BaseMapVisibility': 'HIDDEN '
                                                                                                                   '| '
                                                                                                                   'VISIBLE'}},
                                                          'DataSetIdentifier': 'string',
                                                          'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                      'RichText': 'string'},
                                                                       'Visibility': 'HIDDEN '
                                                                                     '| '
                                                                                     'VISIBLE'},
                                                          'Title': {'FormatText': {'PlainText': 'string',
                                                                                   'RichText': 'string'},
                                                                    'Visibility': 'HIDDEN '
                                                                                  '| '
                                                                                  'VISIBLE'},
                                                          'VisualContentAltText': 'string',
                                                          'VisualId': 'string'},
                                       'LineChartVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'ReferenceLines': {'LabelConfiguration': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SecondaryYAxisDisplayOptions': {'AxisOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                               'FontSize': {'Absolute': 'string'}}}}}},
                                                                                  'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                            'FontSize': {'Absolute': 'string'}}}},
                                                                                  'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                   'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'PieChartVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                 'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                 'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                            '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'}}},
                                                                                 'SmallMultiplesOptions': {'PanelConfiguration': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                                                 'ValueLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                  'FontSize': {'Absolute': 'string'}}}}},
                                                          'VisualContentAltText': 'string'},
                                       'PivotTableVisual': {'ChartConfiguration': {'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                    'ColumnHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowFieldNamesStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                    'RowHeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                             'FontSize': {'Absolute': 'string'}}}},
                                                                                   'TotalOptions': {'ColumnSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}},
                                                                                                                              'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'ColumnTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowSubtotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}},
                                                                                                                           'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                                    'RowTotalOptions': {'MetricHeaderCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}},
                                                                                                                        'ValueCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}}}},
                                                            'VisualContentAltText': 'string'},
                                       'PluginVisual': {'ChartConfiguration': {'FieldWells': [{'AxisName': 'GROUP_BY '
                                                                                                           '| '
                                                                                                           'VALUE',
                                                                                               'Dimensions': [{'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                         'Prefix': 'string',
                                                                                                                                                                                                                                         'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'DOT '
                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                        'SPACE',
                                                                                                                                                                                                                                                                    'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                  'Prefix': 'string',
                                                                                                                                                                                                                                  'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'DOT '
                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                 'SPACE',
                                                                                                                                                                                                                                                             'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'DOT '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'SPACE',
                                                                                                                                                                                                                                                                                      'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'VISIBLE'}},
                                                                                                                                                                                                                                    'Suffix': 'string'}}},
                                                                                                                                           'HierarchyId': 'string'}}],
                                                                                               'Measures': [{'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',
                                                                                                                                                                                                                                       'Prefix': 'string',
                                                                                                                                                                                                                                       'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'DOT '
                                                                                                                                                                                                                                                                                      '| '
                                                                                                                                                                                                                                                                                      'SPACE',
                                                                                                                                                                                                                                                                  'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                     'Prefix': 'string',
                                                                                                                                                                                                                                     'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                                'Prefix': 'string',
                                                                                                                                                                                                                                'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'DOT '
                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                               'SPACE',
                                                                                                                                                                                                                                                           'ThousandsSeparator': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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': {'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',
                                                                                                                                                                                                                              'Prefix': 'string',
                                                                                                                                                                                                                              'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                         'ThousandsSeparator': {'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',
                                                                                                                                                                                                                            'Prefix': 'string',
                                                                                                                                                                                                                            'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                       'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                                  'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                '| '
                                                                                                                                                                                                                                                                                                'VISIBLE'}},
                                                                                                                                                                                                                                'Suffix': 'string'}}}}}],
                                                                                               'Unaggregated': [{'Column': {'ColumnName': 'string',
                                                                                                                            'DataSetIdentifier': 'string'},
                                                                                                                 'FieldId': 'string',
                                                                                                                 'FormatConfiguration': {'DateTimeFormatConfiguration': {'DateTimeFormat': 'string',
                                                                                                                                                                         'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                         'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                               'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                             'NEGATIVE'},
                                                                                                                                                                                                                                               'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                               'NumberScale': 'NONE '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'AUTO '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'THOUSANDS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'MILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'BILLIONS '
                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                              'TRILLIONS',
                                                                                                                                                                                                                                               'Prefix': 'string',
                                                                                                                                                                                                                                               'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'DOT '
                                                                                                                                                                                                                                                                                              '| '
                                                                                                                                                                                                                                                                                              'SPACE',
                                                                                                                                                                                                                                                                          'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'DOT '
                                                                                                                                                                                                                                                                                                             '| '
                                                                                                                                                                                                                                                                                                             'SPACE',
                                                                                                                                                                                                                                                                                                   'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                                 '| '
                                                                                                                                                                                                                                                                                                                 'VISIBLE'}},
                                                                                                                                                                                                                                                 'Suffix': 'string'}}},
                                                                                                                                         'NumberFormatConfiguration': {'FormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                      'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                    'NEGATIVE'},
                                                                                                                                                                                                                                      'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                      'NumberScale': 'NONE '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'AUTO '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'THOUSANDS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'MILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'BILLIONS '
                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                     'TRILLIONS',
                                                                                                                                                                                                                                      'Prefix': 'string',
                                                                                                                                                                                                                                      'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'DOT '
                                                                                                                                                                                                                                                                                     '| '
                                                                                                                                                                                                                                                                                     'SPACE',
                                                                                                                                                                                                                                                                 'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                    'Prefix': 'string',
                                                                                                                                                                                                                                    'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'DOT '
                                                                                                                                                                                                                                                                                   '| '
                                                                                                                                                                                                                                                                                   'SPACE',
                                                                                                                                                                                                                                                               'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'DOT '
                                                                                                                                                                                                                                                                                                    '| '
                                                                                                                                                                                                                                                                                                    'SPACE',
                                                                                                                                                                                                                                                                                          'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                        '| '
                                                                                                                                                                                                                                                                                                        'VISIBLE'}},
                                                                                                                                                                                                                                        'Suffix': 'string'}}},
                                                                                                                                         'StringFormatConfiguration': {'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                       'NumericFormatConfiguration': {'CurrencyDisplayFormatConfiguration': {'DecimalPlacesConfiguration': {'DecimalPlaces': 'long'},
                                                                                                                                                                                                                                             'NegativeValueConfiguration': {'DisplayMode': 'POSITIVE '
                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                           'NEGATIVE'},
                                                                                                                                                                                                                                             'NullValueFormatConfiguration': {'NullString': 'string'},
                                                                                                                                                                                                                                             'NumberScale': 'NONE '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'AUTO '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'THOUSANDS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'MILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'BILLIONS '
                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                            'TRILLIONS',
                                                                                                                                                                                                                                             'Prefix': 'string',
                                                                                                                                                                                                                                             'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'DOT '
                                                                                                                                                                                                                                                                                            '| '
                                                                                                                                                                                                                                                                                            'SPACE',
                                                                                                                                                                                                                                                                        'ThousandsSeparator': {'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',
                                                                                                                                                                                                                                           'Prefix': 'string',
                                                                                                                                                                                                                                           'SeparatorConfiguration': {'DecimalSeparator': 'COMMA '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'DOT '
                                                                                                                                                                                                                                                                                          '| '
                                                                                                                                                                                                                                                                                          'SPACE',
                                                                                                                                                                                                                                                                      'ThousandsSeparator': {'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': {'Symbol': 'COMMA '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'DOT '
                                                                                                                                                                                                                                                                                                           '| '
                                                                                                                                                                                                                                                                                                           'SPACE',
                                                                                                                                                                                                                                                                                                 'Visibility': 'HIDDEN '
                                                                                                                                                                                                                                                                                                               '| '
                                                                                                                                                                                                                                                                                                               'VISIBLE'}},
                                                                                                                                                                                                                                               'Suffix': 'string'}}}}}]}],
                                                                               'SortConfiguration': {'PluginVisualTableQuerySort': {'ItemsLimitConfiguration': {'ItemsLimit': 'long'},
                                                                                                                                    'RowSort': [{'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'}}]}},
                                                                               'VisualOptions': {'VisualProperties': [{'Name': 'string',
                                                                                                                       'Value': 'string'}]}},
                                                        'PluginArn': 'string',
                                                        'Subtitle': {'FormatText': {'PlainText': 'string',
                                                                                    'RichText': 'string'},
                                                                     'Visibility': 'HIDDEN '
                                                                                   '| '
                                                                                   'VISIBLE'},
                                                        'Title': {'FormatText': {'PlainText': 'string',
                                                                                 'RichText': 'string'},
                                                                  'Visibility': 'HIDDEN '
                                                                                '| '
                                                                                'VISIBLE'},
                                                        'VisualContentAltText': 'string',
                                                        'VisualId': 'string'},
                                       'RadarChartVisual': {'ChartConfiguration': {'CategoryAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                       'FontSize': {'Absolute': 'string'}}}},
                                                                                   'ColorAxis': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                   'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                    'FontSize': {'Absolute': 'string'}}}},
                                                                                   'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                              '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'}}}},
                                                            'VisualContentAltText': 'string'},
                                       'SankeyDiagramVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                                'FontSize': {'Absolute': 'string'}}}},
                                                               'VisualContentAltText': 'string'},
                                       'ScatterPlotVisual': {'ChartConfiguration': {'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                              'FontSize': {'Absolute': 'string'}}},
                                                                                    'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                               'FontSize': {'Absolute': 'string'}}},
                                                                                               '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'}}},
                                                                                    'XAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'XAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                                    'YAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                                                    'YAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}},
                                                             'VisualContentAltText': 'string'},
                                       'TableVisual': {'ChartConfiguration': {'FieldOptions': {'SelectedFieldOptions': {'URLStyling': {'LinkConfiguration': {'Content': {'CustomTextContent': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                                                                     'FontSize': {'Absolute': 'string'}}}}}}}},
                                                                              'TableOptions': {'CellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                   'FontSize': {'Absolute': 'string'}}},
                                                                                               'HeaderStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                     'FontSize': {'Absolute': 'string'}}}},
                                                                              'TotalOptions': {'TotalCellStyle': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                        'FontSize': {'Absolute': 'string'}}}}},
                                                       'VisualContentAltText': 'string'},
                                       'TreeMapVisual': {'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                          'FontSize': {'Absolute': 'string'}}},
                                                                                'GroupLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                 'FontSize': {'Absolute': 'string'}}}},
                                                                                'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                           'FontSize': {'Absolute': 'string'}}},
                                                                                           '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'}}},
                                                                                'SizeLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                'FontSize': {'Absolute': 'string'}}}}},
                                                         'VisualContentAltText': 'string'},
                                       'WaterfallVisual': {'ChartConfiguration': {'CategoryAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'CategoryAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}},
                                                                                  'DataLabels': {'LabelFontConfiguration': {'FontFamily': 'string',
                                                                                                                            'FontSize': {'Absolute': 'string'}}},
                                                                                  'Legend': {'Title': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                             'FontSize': {'Absolute': 'string'}}},
                                                                                             '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'}}},
                                                                                  'PrimaryYAxisDisplayOptions': {'TickLabelOptions': {'LabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                                             'FontSize': {'Absolute': 'string'}}}}},
                                                                                  'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                          'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'},
                                       'WordCloudVisual': {'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'FontConfiguration': {'FontFamily': 'string',
                                                                                                                                                      'FontSize': {'Absolute': 'string'}}}}},
                                                           'VisualContentAltText': 'string'}}},
                'StaticFiles': [{'ImageStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                              'ObjectKey': 'string',
                                                                              'Region': 'string'},
                                                                'UrlOptions': {'Url': 'string'}},
                                                     'StaticFileId': 'string'},
                                 'SpatialStaticFile': {'Source': {'S3Options': {'BucketName': 'string',
                                                                                'ObjectKey': 'string',
                                                                                'Region': 'string'},
                                                                  'UrlOptions': {'Url': 'string'}},
                                                       'StaticFileId': 'string'}}]}}

Updates a template from an existing Amazon QuickSight analysis or another template.

See also: AWS API Documentation

Request Syntax

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

Parameters

# This section is too large to render.
# Please see the AWS API Documentation linked below.

AWS API Documentation

rtype:

dict

returns:

Response Syntax

{
    'TemplateId': 'string',
    'Arn': 'string',
    'VersionArn': 'string',
    'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
    'Status': 123,
    'RequestId': 'string'
}

Response Structure

  • (dict) --

    • TemplateId (string) --

      The ID for the template.

    • Arn (string) --

      The Amazon Resource Name (ARN) for the template.

    • VersionArn (string) --

      The ARN for the template, including the version information of the first version.

    • CreationStatus (string) --

      The creation status of the template.

    • Status (integer) --

      The HTTP status of the request.

    • RequestId (string) --

      The Amazon Web Services request ID for this operation.