seeq 66.76.0.20251121__py3-none-any.whl → 66.79.1.20251202__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- seeq/sdk/__init__.py +15 -2
- seeq/sdk/api/__init__.py +2 -2
- seeq/sdk/api/access_keys_api.py +1 -1
- seeq/sdk/api/add_ons_api.py +1 -1
- seeq/sdk/api/agents_api.py +1 -1
- seeq/sdk/api/annotations_api.py +1 -1
- seeq/sdk/api/assets_api.py +1 -1
- seeq/sdk/api/audit_api.py +1 -1
- seeq/sdk/api/auth_api.py +1 -1
- seeq/sdk/api/cache_api.py +1 -1
- seeq/sdk/api/condition_monitors_api.py +1 -1
- seeq/sdk/api/conditions_api.py +115 -1
- seeq/sdk/api/content_api.py +1 -1
- seeq/sdk/api/context_api.py +113 -1
- seeq/sdk/api/datafiles_api.py +1 -1
- seeq/sdk/api/datasources_api.py +1 -1
- seeq/sdk/api/display_templates_api.py +1 -1
- seeq/sdk/api/displays_api.py +1 -1
- seeq/sdk/api/export_api.py +1 -1
- seeq/sdk/api/folders_api.py +1 -1
- seeq/sdk/api/formulas_api.py +1 -1
- seeq/sdk/api/graph_ql_api.py +1 -1
- seeq/sdk/api/hierarchies_api.py +1 -1
- seeq/sdk/api/items_api.py +1 -1
- seeq/sdk/api/jobs_api.py +1 -1
- seeq/sdk/api/logs_api.py +1 -1
- seeq/sdk/api/markdown_items_api.py +1 -1
- seeq/sdk/api/markdown_links_api.py +1 -1
- seeq/sdk/api/materialized_tables_api.py +1 -1
- seeq/sdk/api/metrics_api.py +1 -1
- seeq/sdk/api/models_api.py +115 -1
- seeq/sdk/api/monitors_api.py +1 -1
- seeq/sdk/api/networks_api.py +1 -1
- seeq/sdk/api/notification_configurations_api.py +1 -1
- seeq/sdk/api/notifier_api.py +1 -1
- seeq/sdk/api/plugins_api.py +1 -1
- seeq/sdk/api/projects_api.py +1 -1
- seeq/sdk/api/report_templates_api.py +1 -1
- seeq/sdk/api/reports_api.py +1 -1
- seeq/sdk/api/requests_api.py +1 -1
- seeq/sdk/api/scalars_api.py +1 -1
- seeq/sdk/api/scim_api.py +1 -1
- seeq/sdk/api/sharing_api.py +1 -1
- seeq/sdk/api/signal_monitors_api.py +1 -1
- seeq/sdk/api/signals_api.py +1 -1
- seeq/sdk/api/stored_tables_api.py +1 -1
- seeq/sdk/api/subscriptions_api.py +1 -1
- seeq/sdk/api/system_api.py +1 -1
- seeq/sdk/api/table_definitions_api.py +2 -2
- seeq/sdk/api/trees_api.py +1 -1
- seeq/sdk/api/usage_api.py +1 -1
- seeq/sdk/api/user_groups_api.py +1 -1
- seeq/sdk/api/users_api.py +3 -3
- seeq/sdk/api/workbooks_api.py +127 -1
- seeq/sdk/api_client.py +2 -2
- seeq/sdk/configuration.py +3 -3
- seeq/sdk/models/__init__.py +15 -2
- seeq/sdk/models/access_key_input_v1.py +1 -1
- seeq/sdk/models/access_key_output_list_v1.py +1 -1
- seeq/sdk/models/access_key_output_v1.py +30 -2
- seeq/sdk/models/ace_input_v1.py +1 -1
- seeq/sdk/models/ace_output_v1.py +1 -1
- seeq/sdk/models/acl_input_v1.py +1 -1
- seeq/sdk/models/acl_output_v1.py +1 -1
- seeq/sdk/models/activity_graph_output_v1.py +1 -1
- seeq/sdk/models/activity_output_v1.py +1 -1
- seeq/sdk/models/add_on_input_v1.py +1 -1
- seeq/sdk/models/add_on_output_list_v1.py +1 -1
- seeq/sdk/models/add_on_output_v1.py +1 -1
- seeq/sdk/models/add_on_preview_output_list_v1.py +1 -1
- seeq/sdk/models/add_on_preview_v1.py +1 -1
- seeq/sdk/models/add_on_tool_input_v1.py +1 -1
- seeq/sdk/models/add_on_tool_output_v1.py +1 -1
- seeq/sdk/models/administrator_contact_information_v1.py +1 -1
- seeq/sdk/models/agent_input_v1.py +1 -1
- seeq/sdk/models/agent_key_output_v1.py +1 -1
- seeq/sdk/models/agent_orchestrator_output_v1.py +1 -1
- seeq/sdk/models/agent_output_v1.py +1 -1
- seeq/sdk/models/agent_status_output_v1.py +1 -1
- seeq/sdk/models/agent_status_v1.py +1 -1
- seeq/sdk/models/all_context_output_v1.py +1 -1
- seeq/sdk/models/annotation_image_link_output_v1.py +1 -1
- seeq/sdk/models/annotation_input_v1.py +1 -1
- seeq/sdk/models/annotation_interest_input_v1.py +1 -1
- seeq/sdk/models/annotation_interest_output_v1.py +1 -1
- seeq/sdk/models/annotation_list_output_v1.py +1 -1
- seeq/sdk/models/annotation_output_v1.py +1 -1
- seeq/sdk/models/archive_output_v1.py +1 -1
- seeq/sdk/models/asset_batch_input_v1.py +1 -1
- seeq/sdk/models/asset_error.py +1 -1
- seeq/sdk/models/asset_group_asset_input_v1.py +1 -1
- seeq/sdk/models/asset_group_input_v1.py +1 -1
- seeq/sdk/models/asset_group_output_v1.py +1 -1
- seeq/sdk/models/asset_group_root_input_v1.py +1 -1
- seeq/sdk/models/asset_group_tree_output_v1.py +1 -1
- seeq/sdk/models/asset_input_v1.py +1 -1
- seeq/sdk/models/asset_output_v1.py +1 -1
- seeq/sdk/models/asset_selection_input_v1.py +1 -1
- seeq/sdk/models/asset_selection_output_v1.py +1 -1
- seeq/sdk/models/asset_tree_batch_input_v1.py +1 -1
- seeq/sdk/models/asset_tree_output_v1.py +1 -1
- seeq/sdk/models/asset_tree_single_input_v1.py +1 -1
- seeq/sdk/models/attachment_input_v1.py +1 -1
- seeq/sdk/models/audit_output_list_v1.py +1 -1
- seeq/sdk/models/audit_output_v1.py +1 -1
- seeq/sdk/models/auth_input_v1.py +1 -1
- seeq/sdk/models/auth_providers_output_v1.py +1 -1
- seeq/sdk/models/authoritative_region_output_v1.py +1 -1
- seeq/sdk/models/base_output.py +1 -1
- seeq/sdk/models/boolean_config_field_v1.py +1 -1
- seeq/sdk/models/cache_block.py +1 -1
- seeq/sdk/models/cache_info_v1.py +1 -1
- seeq/sdk/models/calculated_item_output_v1.py +1 -1
- seeq/sdk/models/capability_inheritance_output_v1.py +1 -1
- seeq/sdk/models/capsule_input_v1.py +1 -1
- seeq/sdk/models/capsule_property_input_v1.py +1 -1
- seeq/sdk/models/capsule_property_output_v1.py +1 -1
- seeq/sdk/models/capsule_v1.py +1 -1
- seeq/sdk/models/capsules_input_v1.py +1 -1
- seeq/sdk/models/capsules_output_v1.py +1 -1
- seeq/sdk/models/capsules_overwrite_input_v1.py +1 -1
- seeq/sdk/models/category_label_pair_input_v1.py +152 -0
- seeq/sdk/models/channel_output_v1.py +1 -1
- seeq/sdk/models/column_definition_bulk_edit_input_list_v1.py +1 -1
- seeq/sdk/models/column_definition_bulk_edit_input_v1.py +1 -1
- seeq/sdk/models/column_definition_input_list_v1.py +1 -1
- seeq/sdk/models/column_definition_input_v1.py +1 -1
- seeq/sdk/models/column_definition_order_input_v1.py +1 -1
- seeq/sdk/models/column_definition_output_v1.py +1 -1
- seeq/sdk/models/column_header_output_v1.py +152 -0
- seeq/sdk/models/column_model_input_v1.py +1 -1
- seeq/sdk/models/column_model_output.py +1 -1
- seeq/sdk/models/column_override_input_list_v1.py +1 -1
- seeq/sdk/models/column_override_input_v1.py +1 -1
- seeq/sdk/models/column_rule_ancestor_input_v1.py +1 -1
- seeq/sdk/models/column_rule_asset_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_concat_input_v1.py +1 -1
- seeq/sdk/models/column_rule_constant_input_v1.py +1 -1
- seeq/sdk/models/column_rule_context_condition_input_v1.py +1 -1
- seeq/sdk/models/column_rule_datasource_input_v1.py +1 -1
- seeq/sdk/models/column_rule_descendant_input_v1.py +1 -1
- seeq/sdk/models/column_rule_descendant_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_event_asset_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_event_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_find_descendant_input_v1.py +1 -1
- seeq/sdk/models/column_rule_find_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_formula_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_get_item_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_input_v1.py +1 -1
- seeq/sdk/models/column_rule_item_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_item_type_input_v1.py +1 -1
- seeq/sdk/models/column_rule_manager_input_v1.py +1 -1
- seeq/sdk/models/column_rule_output_v1.py +1 -1
- seeq/sdk/models/column_rule_path_input_v1.py +1 -1
- seeq/sdk/models/column_rule_path_search_input_v1.py +1 -1
- seeq/sdk/models/column_rule_preserve_existing_input_v1.py +1 -1
- seeq/sdk/models/column_rule_scalar_creator_input_v1.py +1 -1
- seeq/sdk/models/column_rule_search_ancestor_input_v1.py +1 -1
- seeq/sdk/models/column_rule_set_item_property_input_v1.py +1 -1
- seeq/sdk/models/column_rule_text_extractor_input_v1.py +1 -1
- seeq/sdk/models/column_rule_text_replacement_input_v1.py +1 -1
- seeq/sdk/models/column_rule_tree_path_creator_input_v1.py +1 -1
- seeq/sdk/models/comment_category_input_v1.py +1 -1
- seeq/sdk/models/comment_category_output_list_v1.py +3 -1
- seeq/sdk/models/comment_category_output_v1.py +1 -1
- seeq/sdk/models/composite_filter.py +1 -1
- seeq/sdk/models/condition_batch_input_v1.py +1 -1
- seeq/sdk/models/condition_input_v1.py +1 -1
- seeq/sdk/models/condition_monitor_input_v1.py +3 -1
- seeq/sdk/models/condition_monitor_metadata_output_list_v1.py +1 -1
- seeq/sdk/models/condition_monitor_metadata_output_v1.py +1 -1
- seeq/sdk/models/condition_monitor_notification_configuration_input_v1.py +1 -1
- seeq/sdk/models/condition_monitor_output_v1.py +1 -1
- seeq/sdk/models/condition_monitor_workbook_output_v1.py +1 -1
- seeq/sdk/models/condition_output_v1.py +1 -1
- seeq/sdk/models/condition_table_input_v1.py +380 -0
- seeq/sdk/models/condition_table_stat_input_v1.py +182 -0
- seeq/sdk/models/condition_update_input_v1.py +1 -1
- seeq/sdk/models/config_field_v1.py +1 -1
- seeq/sdk/models/configuration_input_v1.py +6 -2
- seeq/sdk/models/configuration_option_input_v1.py +9 -1
- seeq/sdk/models/configuration_option_output_simple_v1.py +9 -1
- seeq/sdk/models/configuration_option_output_v1.py +38 -2
- seeq/sdk/models/configuration_output_v1.py +1 -1
- seeq/sdk/models/configured_directives_output_v1.py +1 -1
- seeq/sdk/models/connection_input_v1.py +1 -1
- seeq/sdk/models/connection_output_v1.py +1 -1
- seeq/sdk/models/connection_status_output_v1.py +1 -1
- seeq/sdk/models/connection_status_v1.py +1 -1
- seeq/sdk/models/connections_output_v1.py +1 -1
- seeq/sdk/models/connector_input_v1.py +1 -1
- seeq/sdk/models/connector_output_v1.py +1 -1
- seeq/sdk/models/connectors_output_v1.py +1 -1
- seeq/sdk/models/content_input_v1.py +1 -1
- seeq/sdk/models/content_output_v1.py +1 -1
- seeq/sdk/models/content_with_metadata_list_output_v1.py +1 -1
- seeq/sdk/models/content_with_metadata_output_v1.py +1 -1
- seeq/sdk/models/context_comment_input_v1.py +1 -1
- seeq/sdk/models/context_comment_list_output_v1.py +1 -1
- seeq/sdk/models/context_comment_output_v1.py +1 -1
- seeq/sdk/models/context_condition_output_list_v1.py +1 -1
- seeq/sdk/models/context_condition_output_v1.py +1 -1
- seeq/sdk/models/context_id_input_v1.py +1 -1
- seeq/sdk/models/context_item.py +1 -1
- seeq/sdk/models/context_label_input_v1.py +1 -1
- seeq/sdk/models/context_label_list_output_v1.py +1 -1
- seeq/sdk/models/context_label_output_v1.py +1 -1
- seeq/sdk/models/context_label_with_id_input_v1.py +1 -1
- seeq/sdk/models/context_numeric_input_v1.py +1 -1
- seeq/sdk/models/context_numeric_list_output_v1.py +1 -1
- seeq/sdk/models/context_numeric_output_v1.py +1 -1
- seeq/sdk/models/context_opaque_input_v1.py +1 -1
- seeq/sdk/models/context_opaque_list_output_v1.py +1 -1
- seeq/sdk/models/context_opaque_output_v1.py +1 -1
- seeq/sdk/models/context_user.py +1 -1
- seeq/sdk/models/csv_datafile_output_v1.py +1 -1
- seeq/sdk/models/datafile_input_v1.py +1 -1
- seeq/sdk/models/datafile_output_v1.py +1 -1
- seeq/sdk/models/datafiles_csv_body.py +1 -1
- seeq/sdk/models/datasource_access_stats_v1.py +1 -1
- seeq/sdk/models/datasource_cache_clear_output_v1.py +1 -1
- seeq/sdk/models/datasource_clean_up_input_v1.py +1 -1
- seeq/sdk/models/datasource_clean_up_output_v1.py +1 -1
- seeq/sdk/models/datasource_input_v1.py +1 -1
- seeq/sdk/models/datasource_output_list_v1.py +1 -1
- seeq/sdk/models/datasource_output_v1.py +1 -1
- seeq/sdk/models/datasource_pair_output_v1.py +1 -1
- seeq/sdk/models/datasource_pairs_output_v1.py +1 -1
- seeq/sdk/models/datasource_preview_v1.py +1 -1
- seeq/sdk/models/datasource_statistics_v1.py +1 -1
- seeq/sdk/models/datasource_status_output_v1.py +1 -1
- seeq/sdk/models/datasource_status_v1.py +1 -1
- seeq/sdk/models/datasource_summary_status_output_v1.py +1 -1
- seeq/sdk/models/datasources_status_output_v1.py +1 -1
- seeq/sdk/models/date_range_input_v1.py +1 -1
- seeq/sdk/models/date_range_output_v1.py +1 -1
- seeq/sdk/models/debug_cache_block_output_v1.py +1 -1
- seeq/sdk/models/delete_column_error_output_v1.py +1 -1
- seeq/sdk/models/delete_rows_input_v1.py +1 -1
- seeq/sdk/models/delete_rows_output_v1.py +1 -1
- seeq/sdk/models/derived_feature_v1.py +1 -1
- seeq/sdk/models/detailed_meter_output_v1.py +1 -1
- seeq/sdk/models/detailed_timer_output_v1.py +1 -1
- seeq/sdk/models/directive_input_v1.py +1 -1
- seeq/sdk/models/display_input_v1.py +1 -1
- seeq/sdk/models/display_output_list_v1.py +1 -1
- seeq/sdk/models/display_output_v1.py +1 -1
- seeq/sdk/models/display_template_input_v1.py +1 -1
- seeq/sdk/models/display_template_output_list_v1.py +1 -1
- seeq/sdk/models/display_template_output_v1.py +1 -1
- seeq/sdk/models/document_backup_output_v1.py +1 -1
- seeq/sdk/models/double_config_field_v1.py +1 -1
- seeq/sdk/models/duration_config_field_v1.py +1 -1
- seeq/sdk/models/email_notification_recipient_output_v1.py +9 -1
- seeq/sdk/models/emailer_configuration_output_v1.py +1 -1
- seeq/sdk/models/enum_config_field_v1.py +1 -1
- seeq/sdk/models/export_item_v1.py +1 -1
- seeq/sdk/models/export_items_output_v1.py +1 -1
- seeq/sdk/models/export_items_v1.py +1 -1
- seeq/sdk/models/export_preview_list_v1.py +1 -1
- seeq/sdk/models/export_preview_v1.py +1 -1
- seeq/sdk/models/feature_argument_output_v1.py +1 -1
- seeq/sdk/models/feature_output_v1.py +1 -1
- seeq/sdk/models/feature_rule_v1.py +1 -1
- seeq/sdk/models/feature_value_output_v1.py +1 -1
- seeq/sdk/models/filter.py +1 -1
- seeq/sdk/models/fixed_list_search_v1.py +1 -1
- seeq/sdk/models/folded_stack_node_v1.py +1 -1
- seeq/sdk/models/folder_input_v1.py +1 -1
- seeq/sdk/models/folder_navigation_output_v1.py +1 -1
- seeq/sdk/models/folder_output_v1.py +1 -1
- seeq/sdk/models/folder_search_results_v1.py +1 -1
- seeq/sdk/models/formula_compile_input_v1.py +1 -1
- seeq/sdk/models/formula_compile_output_v1.py +1 -1
- seeq/sdk/models/formula_compiler_error_output_v1.py +1 -1
- seeq/sdk/models/formula_dependency_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_example_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_example_list_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_keyword_list_input_v1.py +1 -1
- seeq/sdk/models/formula_doc_output_v1.py +1 -1
- seeq/sdk/models/formula_doc_summaries_output_v1.py +1 -1
- seeq/sdk/models/formula_doc_summary_output_v1.py +1 -1
- seeq/sdk/models/formula_error_output_v1.py +1 -1
- seeq/sdk/models/formula_example_output_v1.py +1 -1
- seeq/sdk/models/formula_generic_output_v1.py +1 -1
- seeq/sdk/models/formula_item_input_v1.py +1 -1
- seeq/sdk/models/formula_item_output_v1.py +1 -1
- seeq/sdk/models/formula_log_entry.py +1 -1
- seeq/sdk/models/formula_log_entry_details.py +1 -1
- seeq/sdk/models/formula_log_v1.py +1 -1
- seeq/sdk/models/formula_package_import_input_v1.py +1 -1
- seeq/sdk/models/formula_package_import_output_v1.py +1 -1
- seeq/sdk/models/formula_package_input_v1.py +1 -1
- seeq/sdk/models/formula_package_output_v1.py +1 -1
- seeq/sdk/models/formula_parameter_input_v1.py +1 -1
- seeq/sdk/models/formula_parameter_output_v1.py +1 -1
- seeq/sdk/models/formula_run_input_v1.py +1 -1
- seeq/sdk/models/formula_run_output_v1.py +1 -1
- seeq/sdk/models/formula_token.py +1 -1
- seeq/sdk/models/formula_update_input_v1.py +1 -1
- seeq/sdk/models/formula_upgrade_change_v1.py +1 -1
- seeq/sdk/models/formula_upgrade_output_v1.py +1 -1
- seeq/sdk/models/function_input_v1.py +1 -1
- seeq/sdk/models/function_parameter_output_v1.py +1 -1
- seeq/sdk/models/function_variant_output_v1.py +1 -1
- seeq/sdk/models/gauge_datum_v1.py +1 -1
- seeq/sdk/models/generic_table_output_v1.py +1 -1
- seeq/sdk/models/get_add_on_tools_output_v1.py +1 -1
- seeq/sdk/models/get_all_context_input_v1.py +1 -1
- seeq/sdk/models/get_channels_output_v1.py +1 -1
- seeq/sdk/models/get_condition_monitor_items_output_v1.py +1 -1
- seeq/sdk/models/get_content_items_output_v1.py +1 -1
- seeq/sdk/models/get_context_condition_input_v1.py +1 -1
- seeq/sdk/models/get_context_input_v1.py +1 -1
- seeq/sdk/models/get_date_ranges_output_v1.py +1 -1
- seeq/sdk/models/get_jobs_output_v1.py +1 -1
- seeq/sdk/models/get_metrics_output_v1.py +1 -1
- seeq/sdk/models/get_organizations_output_v1.py +1 -1
- seeq/sdk/models/get_projects_output_v1.py +1 -1
- seeq/sdk/models/get_request_output_v1.py +1 -1
- seeq/sdk/models/get_requests_output_v1.py +3 -1
- seeq/sdk/models/get_sample_output_v1.py +1 -1
- seeq/sdk/models/get_samples_output_v1.py +1 -1
- seeq/sdk/models/get_signal_monitor_items_output_v1.py +1 -1
- seeq/sdk/models/get_signals_output_v1.py +1 -1
- seeq/sdk/models/graph_ql_input_v1.py +1 -1
- seeq/sdk/models/graph_ql_output_v1.py +1 -1
- seeq/sdk/models/hierarchy_input_v1.py +1 -1
- seeq/sdk/models/hierarchy_node_output_list_v1.py +1 -1
- seeq/sdk/models/hierarchy_node_output_v1.py +1 -1
- seeq/sdk/models/hierarchy_node_with_path_output_v1.py +1 -1
- seeq/sdk/models/hierarchy_output_list_v1.py +1 -1
- seeq/sdk/models/hierarchy_output_v1.py +1 -1
- seeq/sdk/models/hierarchy_search_v1.py +1 -1
- seeq/sdk/models/hierarchy_validation_output_v1.py +1 -1
- seeq/sdk/models/id_images_body.py +1 -1
- seeq/sdk/models/identity_mapping_list_v1.py +1 -1
- seeq/sdk/models/identity_mapping_v1.py +1 -1
- seeq/sdk/models/identity_preview_list_v1.py +1 -1
- seeq/sdk/models/identity_preview_v1.py +1 -1
- seeq/sdk/models/import_table_csv_output_v1.py +5 -1
- seeq/sdk/models/indexing_parameters_input_v1.py +1 -1
- seeq/sdk/models/input_feature_v1.py +1 -1
- seeq/sdk/models/installer_output_v1.py +1 -1
- seeq/sdk/models/instance_output_mapping_v1.py +1 -1
- seeq/sdk/models/instance_output_paginated_list_v1.py +1 -1
- seeq/sdk/models/instance_output_v1.py +1 -1
- seeq/sdk/models/instance_retired_output_v1.py +1 -1
- seeq/sdk/models/interval_v1.py +1 -1
- seeq/sdk/models/invalid_swap_out_v1.py +1 -1
- seeq/sdk/models/issue_summary_output_v1.py +1 -1
- seeq/sdk/models/item_batch_output_v1.py +1 -1
- seeq/sdk/models/item_dependency_output_v1.py +1 -1
- seeq/sdk/models/item_finder_input_v1.py +30 -2
- seeq/sdk/models/item_finder_output_list_v1.py +1 -1
- seeq/sdk/models/item_finder_output_v1.py +1 -1
- seeq/sdk/models/item_finder_searches_input_v1.py +32 -4
- seeq/sdk/models/item_finder_searches_output_v1.py +1 -1
- seeq/sdk/models/item_id_list_input_v1.py +1 -1
- seeq/sdk/models/item_metadata.py +1 -1
- seeq/sdk/models/item_output_v1.py +1 -1
- seeq/sdk/models/item_parameter_of_output_v1.py +1 -1
- seeq/sdk/models/item_preview_list_v1.py +1 -1
- seeq/sdk/models/item_preview_v1.py +1 -1
- seeq/sdk/models/item_preview_with_assets_v1.py +1 -1
- seeq/sdk/models/item_search_input_v1.py +1 -1
- seeq/sdk/models/item_search_preview_list_v1.py +1 -1
- seeq/sdk/models/item_search_preview_paginated_list_v1.py +1 -1
- seeq/sdk/models/item_search_preview_v1.py +3 -1
- seeq/sdk/models/item_swap_result_output_v1.py +1 -1
- seeq/sdk/models/item_update_output_v1.py +1 -1
- seeq/sdk/models/item_user_attributes_input_v1.py +1 -1
- seeq/sdk/models/item_user_attributes_output_v1.py +1 -1
- seeq/sdk/models/item_with_swap_pairs_v1.py +1 -1
- seeq/sdk/models/jira_attachment.py +1 -1
- seeq/sdk/models/jira_attachment_media_type.py +1 -1
- seeq/sdk/models/job_accepted_output_v1.py +1 -1
- seeq/sdk/models/job_output_v1.py +1 -1
- seeq/sdk/models/json_backup_output_v1.py +1 -1
- seeq/sdk/models/label_category_input_v1.py +5 -1
- seeq/sdk/models/label_category_output_list_v1.py +3 -1
- seeq/sdk/models/label_category_output_v1.py +1 -1
- seeq/sdk/models/label_hierarchy_input_v1.py +208 -0
- seeq/sdk/models/label_hierarchy_output_list_v1.py +126 -0
- seeq/sdk/models/label_hierarchy_output_v1.py +246 -0
- seeq/sdk/models/label_input_v1.py +1 -1
- seeq/sdk/models/label_output_list_v1.py +3 -1
- seeq/sdk/models/label_output_v1.py +1 -1
- seeq/sdk/models/last_run_state_output_v1.py +19 -1
- seeq/sdk/models/license_importer_output_v1.py +1 -1
- seeq/sdk/models/license_status_output_v1.py +1 -1
- seeq/sdk/models/licensed_feature_status_output_v1.py +1 -1
- seeq/sdk/models/list_config_field_v1.py +1 -1
- seeq/sdk/models/lock_error_output_v1.py +1 -1
- seeq/sdk/models/lock_error_path_output_v1.py +1 -1
- seeq/sdk/models/lock_errors_output_v1.py +1 -1
- seeq/sdk/models/lock_item_output_v1.py +1 -1
- seeq/sdk/models/locked_item_list_output_v1.py +1 -1
- seeq/sdk/models/log_message.py +1 -1
- seeq/sdk/models/long_config_field_v1.py +1 -1
- seeq/sdk/models/manual_run_input_v1.py +1 -1
- seeq/sdk/models/markdown_item_input_v1.py +1 -1
- seeq/sdk/models/markdown_item_list_v1.py +1 -1
- seeq/sdk/models/markdown_item_output_v1.py +1 -1
- seeq/sdk/models/markdown_link_upload_output_v1.py +1 -1
- seeq/sdk/models/markdown_links_body.py +1 -1
- seeq/sdk/models/materialized_table_header_v1.py +1 -1
- seeq/sdk/models/materialized_table_v1.py +1 -1
- seeq/sdk/models/meter_datum_v1.py +1 -1
- seeq/sdk/models/migrate_editor_input_v1.py +1 -1
- seeq/sdk/models/model_application_error_output_v1.py +1 -1
- seeq/sdk/models/model_application_input_v1.py +1 -1
- seeq/sdk/models/model_application_mapping_v1.py +1 -1
- seeq/sdk/models/model_boolean_constant_rule_v1.py +1 -1
- seeq/sdk/models/model_derived_column_names_input_v1.py +9 -1
- seeq/sdk/models/model_formula_creator_rule_v1.py +1 -1
- seeq/sdk/models/model_from_ids_input_v1.py +1 -1
- seeq/sdk/models/model_output_list_v1.py +1 -1
- seeq/sdk/models/model_output_v1.py +1 -1
- seeq/sdk/models/model_rule_input_v1_list_string.py +1 -1
- seeq/sdk/models/model_rule_input_v1_object.py +1 -1
- seeq/sdk/models/model_rule_input_v1_string.py +1 -1
- seeq/sdk/models/model_rule_input_v1_uuid.py +1 -1
- seeq/sdk/models/model_scalar_creator_rule_v1.py +1 -1
- seeq/sdk/models/model_table_application_output_v1.py +1 -1
- seeq/sdk/models/model_table_applications_output_list_v1.py +1 -1
- seeq/sdk/models/model_table_applications_output_v1.py +30 -2
- seeq/sdk/models/model_v1.py +1 -1
- seeq/sdk/models/monitor_definition_output_v1.py +1 -1
- seeq/sdk/models/monitor_definitions_output_v1.py +1 -1
- seeq/sdk/models/monitor_input_v1.py +1 -1
- seeq/sdk/models/monitor_output_v1.py +1 -1
- seeq/sdk/models/monitor_values.py +1 -1
- seeq/sdk/models/monitored_condition_output_list_v1.py +9 -1
- seeq/sdk/models/monitored_condition_output_v1.py +13 -1
- seeq/sdk/models/monitored_signal_last_run_state_output_v1.py +15 -1
- seeq/sdk/models/monitored_signal_output_list_v1.py +1 -1
- seeq/sdk/models/monitored_signal_output_v1.py +7 -1
- seeq/sdk/models/monitors_output_v1.py +1 -1
- seeq/sdk/models/notifiable_report_output_list_v1.py +1 -1
- seeq/sdk/models/notifiable_report_output_v1.py +1 -1
- seeq/sdk/models/notification_configuration_output_v1.py +1 -1
- seeq/sdk/models/numeric_description_input_v1.py +1 -1
- seeq/sdk/models/numeric_description_output_list_v1.py +3 -1
- seeq/sdk/models/numeric_description_output_v1.py +1 -1
- seeq/sdk/models/one_off_model_application_input_v1.py +1 -1
- seeq/sdk/models/optional_report_input_v1.py +1 -1
- seeq/sdk/models/organization_input_v1.py +1 -1
- seeq/sdk/models/organization_output_v1.py +1 -1
- seeq/sdk/models/parameter_doc_output_v1.py +1 -1
- seeq/sdk/models/password_reset_input.py +1 -1
- seeq/sdk/models/permissions_v1.py +1 -1
- seeq/sdk/models/plugin_output_list_v1.py +1 -1
- seeq/sdk/models/plugin_output_v1.py +1 -1
- seeq/sdk/models/plugins_body.py +1 -1
- seeq/sdk/models/pre_cached_condition_capsule_property_info_v1.py +1 -1
- seeq/sdk/models/pre_provision_input_v1.py +1 -1
- seeq/sdk/models/pre_provision_output_v1.py +1 -1
- seeq/sdk/models/precached_item_output_v1.py +1 -1
- seeq/sdk/models/precached_items_output_v1.py +1 -1
- seeq/sdk/models/priority_v1.py +1 -1
- seeq/sdk/models/progress_information_output_v1.py +1 -1
- seeq/sdk/models/project_input_v1.py +1 -1
- seeq/sdk/models/project_output_v1.py +1 -1
- seeq/sdk/models/properties_for_item_uuid_column_input_v1.py +156 -0
- seeq/sdk/models/property_filter_input_v1.py +1 -1
- seeq/sdk/models/property_href_output_v1.py +1 -1
- seeq/sdk/models/property_input_v1.py +1 -1
- seeq/sdk/models/property_output_v1.py +1 -1
- seeq/sdk/models/property_search_v1.py +1 -1
- seeq/sdk/models/provision_input_v1.py +1 -1
- seeq/sdk/models/put_asset_input_v1.py +1 -1
- seeq/sdk/models/put_scalar_input_v1.py +1 -1
- seeq/sdk/models/put_scalars_input_v1.py +1 -1
- seeq/sdk/models/put_signals_input_v1.py +1 -1
- seeq/sdk/models/put_user_groups_input_v1.py +1 -1
- seeq/sdk/models/recompute_table_input_v1.py +1 -1
- seeq/sdk/models/recompute_table_output_v1.py +1 -1
- seeq/sdk/models/referenced_input_item_v1.py +1 -1
- seeq/sdk/models/referenced_items_output_v1.py +1 -1
- seeq/sdk/models/referenced_output_item_v1.py +1 -1
- seeq/sdk/models/regex_config_field_v1.py +1 -1
- seeq/sdk/models/regression_output_v1.py +1 -1
- seeq/sdk/models/release_notes_output_v1.py +1 -1
- seeq/sdk/models/remote_agent_directives_output_v1.py +1 -1
- seeq/sdk/models/remote_agent_status_input_v1.py +1 -1
- seeq/sdk/models/remote_agent_status_output_v1.py +1 -1
- seeq/sdk/models/report_input_item_v1.py +1 -1
- seeq/sdk/models/report_input_v1.py +1 -1
- seeq/sdk/models/report_notification_configuration_input_v1.py +1 -1
- seeq/sdk/models/report_template_input_v1.py +1 -1
- seeq/sdk/models/report_template_output_v1.py +1 -1
- seeq/sdk/models/request_output_v1.py +1 -1
- seeq/sdk/models/request_password_reset_input.py +1 -1
- seeq/sdk/models/row_id.py +1 -1
- seeq/sdk/models/row_id_input_list_v1.py +1 -1
- seeq/sdk/models/row_id_input_v1.py +1 -1
- seeq/sdk/models/row_rules_result_v1.py +1 -1
- seeq/sdk/models/rules_result_message_v1.py +1 -1
- seeq/sdk/models/rules_result_v1.py +1 -1
- seeq/sdk/models/run_condition_monitor_job_input_v1.py +1 -1
- seeq/sdk/models/sample_input_v1.py +1 -1
- seeq/sdk/models/sample_output_v1.py +1 -1
- seeq/sdk/models/samples_input_v1.py +1 -1
- seeq/sdk/models/samples_output_v1.py +1 -1
- seeq/sdk/models/samples_overwrite_input_v1.py +1 -1
- seeq/sdk/models/scalar_evaluate_output_v1.py +1 -1
- seeq/sdk/models/scalar_input_v1.py +1 -1
- seeq/sdk/models/scalar_property_v1.py +1 -1
- seeq/sdk/models/scalar_value_output_v1.py +1 -1
- seeq/sdk/models/scale_across_tree_output_v1.py +1 -1
- seeq/sdk/models/scaling_table_uuid_column_search_v1.py +1 -1
- seeq/sdk/models/schedulable_admin_list_output_v1.py +1 -1
- seeq/sdk/models/schedulable_admin_output_v1.py +1 -1
- seeq/sdk/models/schedulable_summary_day_output_v1.py +1 -1
- seeq/sdk/models/schedulable_summary_week_output_v1.py +1 -1
- seeq/sdk/models/schedulable_workbook_output_v1.py +13 -1
- seeq/sdk/models/schedule_input_v1.py +1 -1
- seeq/sdk/models/schedule_output_v1.py +1 -1
- seeq/sdk/models/scheduled_notebook_input_v1.py +22 -2
- seeq/sdk/models/scheduled_notebook_list_output_v1.py +1 -1
- seeq/sdk/models/scheduled_notebook_output_v1.py +1 -1
- seeq/sdk/models/scheduled_notebook_result_input_v1.py +1 -1
- seeq/sdk/models/scim_token_input_v1.py +1 -1
- seeq/sdk/models/scim_token_output_v1.py +1 -1
- seeq/sdk/models/screenshot_output_v1.py +1 -1
- seeq/sdk/models/secret_config_field_v1.py +1 -1
- seeq/sdk/models/secret_status.py +1 -1
- seeq/sdk/models/see_also_doc_output_v1.py +1 -1
- seeq/sdk/models/send_email_attachment_v1.py +1 -1
- seeq/sdk/models/send_email_contact_v1.py +1 -1
- seeq/sdk/models/send_email_input_v1.py +1 -1
- seeq/sdk/models/sent_email_attachment_output_v1.py +1 -1
- seeq/sdk/models/sent_email_output_v1.py +1 -1
- seeq/sdk/models/sent_emails_list_output_v1.py +1 -1
- seeq/sdk/models/server_build_info_output_v1.py +1 -1
- seeq/sdk/models/server_load_output_v1.py +1 -1
- seeq/sdk/models/server_spec_output_v1.py +1 -1
- seeq/sdk/models/server_status_output_v1.py +1 -1
- seeq/sdk/models/set_trust_input_v1.py +1 -1
- seeq/sdk/models/shared_item_information.py +1 -1
- seeq/sdk/models/signal_input_v1.py +1 -1
- seeq/sdk/models/signal_monitor_input_v1.py +3 -1
- seeq/sdk/models/signal_monitor_metadata_output_list_v1.py +1 -1
- seeq/sdk/models/signal_monitor_metadata_output_v1.py +1 -1
- seeq/sdk/models/signal_monitor_output_v1.py +1 -1
- seeq/sdk/models/signal_monitor_workbook_output_v1.py +1 -1
- seeq/sdk/models/signal_output_v1.py +1 -1
- seeq/sdk/models/signal_with_id_input_v1.py +1 -1
- seeq/sdk/models/simple_filter.py +1 -1
- seeq/sdk/models/status_message.py +3 -1
- seeq/sdk/models/status_message_base.py +1 -1
- seeq/sdk/models/store_secret_input_v1.py +1 -1
- seeq/sdk/models/stored_table_column_input_v1.py +1 -1
- seeq/sdk/models/stored_table_column_output_v1.py +1 -1
- seeq/sdk/models/stored_table_csv_input_v1.py +1 -1
- seeq/sdk/models/stored_table_output_v1.py +1 -1
- seeq/sdk/models/stored_table_search_v1.py +274 -0
- seeq/sdk/models/storedtables_csv_body.py +1 -1
- seeq/sdk/models/string_config_field_v1.py +1 -1
- seeq/sdk/models/subscription_input_v1.py +1 -1
- seeq/sdk/models/subscription_output_v1.py +1 -1
- seeq/sdk/models/subscription_update_input_v1.py +1 -1
- seeq/sdk/models/support_request_input_v1.py +1 -1
- seeq/sdk/models/support_request_output_v1.py +1 -1
- seeq/sdk/models/supported_units_output_v1.py +1 -1
- seeq/sdk/models/suppress_condition_input_v1.py +1 -1
- seeq/sdk/models/suppressed_condition_input_v1.py +1 -1
- seeq/sdk/models/suppressed_condition_output_v1.py +1 -1
- seeq/sdk/models/swap_across_assets_search_v1.py +1 -1
- seeq/sdk/models/swap_input_v1.py +1 -1
- seeq/sdk/models/swap_option_list_v1.py +1 -1
- seeq/sdk/models/swap_option_v1.py +1 -1
- seeq/sdk/models/swap_output_v1.py +1 -1
- seeq/sdk/models/sync_progress.py +1 -1
- seeq/sdk/models/sync_progress_output_v1.py +1 -1
- seeq/sdk/models/system_license_body.py +1 -1
- seeq/sdk/models/table_application_retired_output_v1.py +152 -0
- seeq/sdk/models/table_column_output_v1.py +1 -1
- seeq/sdk/models/table_compute_output_v1.py +1 -1
- seeq/sdk/models/table_definition_csv_input_v1.py +5 -1
- seeq/sdk/models/table_definition_csv_publish_rows_input_v1.py +1 -1
- seeq/sdk/models/table_definition_csv_publish_rows_output_v1.py +9 -1
- seeq/sdk/models/table_definition_csv_update_input_v1.py +5 -1
- seeq/sdk/models/table_definition_input_v1.py +1 -1
- seeq/sdk/models/table_definition_output_list_v1.py +1 -1
- seeq/sdk/models/table_definition_output_v1.py +1 -1
- seeq/sdk/models/table_definition_preview_input_v1.py +1 -1
- seeq/sdk/models/table_definition_preview_output_v1.py +1 -1
- seeq/sdk/models/table_definition_update_input_v1.py +1 -1
- seeq/sdk/models/table_model_application_input_v1.py +7 -1
- seeq/sdk/models/table_property_filter_input_v1.py +212 -0
- seeq/sdk/models/table_result_output_v1.py +208 -0
- seeq/sdk/models/tabledefinitions_csv_body.py +1 -1
- seeq/sdk/models/threshold_metric_input_v1.py +1 -1
- seeq/sdk/models/threshold_metric_output_v1.py +1 -1
- seeq/sdk/models/threshold_output_v1.py +1 -1
- seeq/sdk/models/time_interval.py +1 -1
- seeq/sdk/models/timer_datum_v1.py +1 -1
- seeq/sdk/models/topic_sandbox_input_v1.py +154 -0
- seeq/sdk/models/tree_item_output_v1.py +1 -1
- seeq/sdk/models/treemap_item_output_v1.py +1 -1
- seeq/sdk/models/treemap_output_v1.py +1 -1
- seeq/sdk/models/units_of_measure_batch_input_v1.py +1 -1
- seeq/sdk/models/units_of_measure_item_v1.py +1 -1
- seeq/sdk/models/units_of_measure_output_v1.py +1 -1
- seeq/sdk/models/unsubscribe_output_v1.py +1 -1
- seeq/sdk/models/usage_output_list_v1.py +1 -1
- seeq/sdk/models/usage_output_v1.py +1 -1
- seeq/sdk/models/usage_types_v1.py +1 -1
- seeq/sdk/models/user_group_input_v1.py +1 -1
- seeq/sdk/models/user_group_output_v1.py +1 -1
- seeq/sdk/models/user_group_with_id_input_v1.py +1 -1
- seeq/sdk/models/user_input_v1.py +1 -1
- seeq/sdk/models/user_output_list_v1.py +1 -1
- seeq/sdk/models/user_output_v1.py +1 -1
- seeq/sdk/models/user_password_input_v1.py +1 -1
- seeq/sdk/models/validate_cron_list_input_v1.py +1 -1
- seeq/sdk/models/validate_cron_list_output_v1.py +1 -1
- seeq/sdk/models/validate_cron_output_v1.py +1 -1
- seeq/sdk/models/value.py +1 -1
- seeq/sdk/models/value_filter.py +1 -1
- seeq/sdk/models/version_history_output_list_v1.py +1 -1
- seeq/sdk/models/version_history_output_v1.py +1 -1
- seeq/sdk/models/version_input_v1.py +1 -1
- seeq/sdk/models/version_output_v1.py +1 -1
- seeq/sdk/models/version_source_output_v1.py +1 -1
- seeq/sdk/models/view_column_filter_input_v1.py +1 -1
- seeq/sdk/models/view_column_filter_output_v1.py +1 -1
- seeq/sdk/models/view_column_input_v1.py +1 -1
- seeq/sdk/models/view_column_output_v1.py +1 -1
- seeq/sdk/models/workbench_item_output_list_v1.py +1 -1
- seeq/sdk/models/workbench_search_result_preview_v1.py +1 -1
- seeq/sdk/models/workbook_input_v1.py +1 -1
- seeq/sdk/models/workbook_output_list_v1.py +1 -1
- seeq/sdk/models/workbook_output_v1.py +1 -1
- seeq/sdk/models/workbook_owner_output_v1.py +5 -1
- seeq/sdk/models/worksheet_input_v1.py +1 -1
- seeq/sdk/models/worksheet_output_list_v1.py +1 -1
- seeq/sdk/models/worksheet_output_v1.py +1 -1
- seeq/sdk/models/workstep_chronology_entry_v1.py +1 -1
- seeq/sdk/models/workstep_chronology_output_v1.py +1 -1
- seeq/sdk/models/workstep_input_v1.py +1 -1
- seeq/sdk/models/workstep_output_v1.py +1 -1
- seeq/sdk/rest.py +1 -1
- seeq-66.79.1.20251202.dist-info/METADATA +520 -0
- seeq-66.79.1.20251202.dist-info/RECORD +650 -0
- {seeq-66.76.0.20251121.dist-info → seeq-66.79.1.20251202.dist-info}/WHEEL +1 -1
- seeq-66.76.0.20251121.dist-info/LICENSE +0 -415
- seeq-66.76.0.20251121.dist-info/METADATA +0 -105
- seeq-66.76.0.20251121.dist-info/RECORD +0 -638
- {seeq-66.76.0.20251121.dist-info → seeq-66.79.1.20251202.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Seeq REST API
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: 66.79.1-v202512022352-CD
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
from pprint import pformat
|
|
14
|
+
from six import iteritems
|
|
15
|
+
import re
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class ConditionTableInputV1(object):
|
|
19
|
+
"""
|
|
20
|
+
NOTE: This class is auto generated by the swagger code generator program.
|
|
21
|
+
Do not edit the class manually.
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
"""
|
|
26
|
+
Attributes:
|
|
27
|
+
swagger_types (dict): The key is attribute name
|
|
28
|
+
and the value is attribute type.
|
|
29
|
+
attribute_map (dict): The key is attribute name
|
|
30
|
+
and the value is json key in definition.
|
|
31
|
+
"""
|
|
32
|
+
swagger_types = {
|
|
33
|
+
'additional_column_properties': 'list[PropertiesForItemUUIDColumnInputV1]',
|
|
34
|
+
'capsule_properties': 'list[str]',
|
|
35
|
+
'condition_and_metric_column': 'str',
|
|
36
|
+
'condition_properties': 'list[str]',
|
|
37
|
+
'condition_stats': 'list[ConditionTableStatInputV1]',
|
|
38
|
+
'end': 'Value',
|
|
39
|
+
'filter': 'Filter',
|
|
40
|
+
'limit': 'int',
|
|
41
|
+
'start': 'Value',
|
|
42
|
+
'table_id': 'str'
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
attribute_map = {
|
|
46
|
+
'additional_column_properties': 'additionalColumnProperties',
|
|
47
|
+
'capsule_properties': 'capsuleProperties',
|
|
48
|
+
'condition_and_metric_column': 'conditionAndMetricColumn',
|
|
49
|
+
'condition_properties': 'conditionProperties',
|
|
50
|
+
'condition_stats': 'conditionStats',
|
|
51
|
+
'end': 'end',
|
|
52
|
+
'filter': 'filter',
|
|
53
|
+
'limit': 'limit',
|
|
54
|
+
'start': 'start',
|
|
55
|
+
'table_id': 'tableId'
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
def __init__(self, additional_column_properties=None, capsule_properties=None, condition_and_metric_column=None, condition_properties=None, condition_stats=None, end=None, filter=None, limit=40, start=None, table_id=None):
|
|
59
|
+
"""
|
|
60
|
+
ConditionTableInputV1 - a model defined in Swagger
|
|
61
|
+
"""
|
|
62
|
+
|
|
63
|
+
self._additional_column_properties = None
|
|
64
|
+
self._capsule_properties = None
|
|
65
|
+
self._condition_and_metric_column = None
|
|
66
|
+
self._condition_properties = None
|
|
67
|
+
self._condition_stats = None
|
|
68
|
+
self._end = None
|
|
69
|
+
self._filter = None
|
|
70
|
+
self._limit = None
|
|
71
|
+
self._start = None
|
|
72
|
+
self._table_id = None
|
|
73
|
+
|
|
74
|
+
if additional_column_properties is not None:
|
|
75
|
+
self.additional_column_properties = additional_column_properties
|
|
76
|
+
if capsule_properties is not None:
|
|
77
|
+
self.capsule_properties = capsule_properties
|
|
78
|
+
if condition_and_metric_column is not None:
|
|
79
|
+
self.condition_and_metric_column = condition_and_metric_column
|
|
80
|
+
if condition_properties is not None:
|
|
81
|
+
self.condition_properties = condition_properties
|
|
82
|
+
if condition_stats is not None:
|
|
83
|
+
self.condition_stats = condition_stats
|
|
84
|
+
if end is not None:
|
|
85
|
+
self.end = end
|
|
86
|
+
if filter is not None:
|
|
87
|
+
self.filter = filter
|
|
88
|
+
if limit is not None:
|
|
89
|
+
self.limit = limit
|
|
90
|
+
if start is not None:
|
|
91
|
+
self.start = start
|
|
92
|
+
if table_id is not None:
|
|
93
|
+
self.table_id = table_id
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
def additional_column_properties(self):
|
|
97
|
+
"""
|
|
98
|
+
Gets the additional_column_properties of this ConditionTableInputV1.
|
|
99
|
+
Additional column properties to fetch per row that will be concatenated onto each resulting capsule row
|
|
100
|
+
|
|
101
|
+
:return: The additional_column_properties of this ConditionTableInputV1.
|
|
102
|
+
:rtype: list[PropertiesForItemUUIDColumnInputV1]
|
|
103
|
+
"""
|
|
104
|
+
return self._additional_column_properties
|
|
105
|
+
|
|
106
|
+
@additional_column_properties.setter
|
|
107
|
+
def additional_column_properties(self, additional_column_properties):
|
|
108
|
+
"""
|
|
109
|
+
Sets the additional_column_properties of this ConditionTableInputV1.
|
|
110
|
+
Additional column properties to fetch per row that will be concatenated onto each resulting capsule row
|
|
111
|
+
|
|
112
|
+
:param additional_column_properties: The additional_column_properties of this ConditionTableInputV1.
|
|
113
|
+
:type: list[PropertiesForItemUUIDColumnInputV1]
|
|
114
|
+
"""
|
|
115
|
+
|
|
116
|
+
self._additional_column_properties = additional_column_properties
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
def capsule_properties(self):
|
|
120
|
+
"""
|
|
121
|
+
Gets the capsule_properties of this ConditionTableInputV1.
|
|
122
|
+
The list of capsule properties to include in the resulting table
|
|
123
|
+
|
|
124
|
+
:return: The capsule_properties of this ConditionTableInputV1.
|
|
125
|
+
:rtype: list[str]
|
|
126
|
+
"""
|
|
127
|
+
return self._capsule_properties
|
|
128
|
+
|
|
129
|
+
@capsule_properties.setter
|
|
130
|
+
def capsule_properties(self, capsule_properties):
|
|
131
|
+
"""
|
|
132
|
+
Sets the capsule_properties of this ConditionTableInputV1.
|
|
133
|
+
The list of capsule properties to include in the resulting table
|
|
134
|
+
|
|
135
|
+
:param capsule_properties: The capsule_properties of this ConditionTableInputV1.
|
|
136
|
+
:type: list[str]
|
|
137
|
+
"""
|
|
138
|
+
|
|
139
|
+
self._capsule_properties = capsule_properties
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
def condition_and_metric_column(self):
|
|
143
|
+
"""
|
|
144
|
+
Gets the condition_and_metric_column of this ConditionTableInputV1.
|
|
145
|
+
The condition/condition metric column to run the table across
|
|
146
|
+
|
|
147
|
+
:return: The condition_and_metric_column of this ConditionTableInputV1.
|
|
148
|
+
:rtype: str
|
|
149
|
+
"""
|
|
150
|
+
return self._condition_and_metric_column
|
|
151
|
+
|
|
152
|
+
@condition_and_metric_column.setter
|
|
153
|
+
def condition_and_metric_column(self, condition_and_metric_column):
|
|
154
|
+
"""
|
|
155
|
+
Sets the condition_and_metric_column of this ConditionTableInputV1.
|
|
156
|
+
The condition/condition metric column to run the table across
|
|
157
|
+
|
|
158
|
+
:param condition_and_metric_column: The condition_and_metric_column of this ConditionTableInputV1.
|
|
159
|
+
:type: str
|
|
160
|
+
"""
|
|
161
|
+
if condition_and_metric_column is None:
|
|
162
|
+
raise ValueError("Invalid value for `condition_and_metric_column`, must not be `None`")
|
|
163
|
+
|
|
164
|
+
self._condition_and_metric_column = condition_and_metric_column
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
def condition_properties(self):
|
|
168
|
+
"""
|
|
169
|
+
Gets the condition_properties of this ConditionTableInputV1.
|
|
170
|
+
The list of condition properties that will be concatenated onto each resulting capsule row
|
|
171
|
+
|
|
172
|
+
:return: The condition_properties of this ConditionTableInputV1.
|
|
173
|
+
:rtype: list[str]
|
|
174
|
+
"""
|
|
175
|
+
return self._condition_properties
|
|
176
|
+
|
|
177
|
+
@condition_properties.setter
|
|
178
|
+
def condition_properties(self, condition_properties):
|
|
179
|
+
"""
|
|
180
|
+
Sets the condition_properties of this ConditionTableInputV1.
|
|
181
|
+
The list of condition properties that will be concatenated onto each resulting capsule row
|
|
182
|
+
|
|
183
|
+
:param condition_properties: The condition_properties of this ConditionTableInputV1.
|
|
184
|
+
:type: list[str]
|
|
185
|
+
"""
|
|
186
|
+
|
|
187
|
+
self._condition_properties = condition_properties
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
def condition_stats(self):
|
|
191
|
+
"""
|
|
192
|
+
Gets the condition_stats of this ConditionTableInputV1.
|
|
193
|
+
The list of statistics to calculate for the condition columns
|
|
194
|
+
|
|
195
|
+
:return: The condition_stats of this ConditionTableInputV1.
|
|
196
|
+
:rtype: list[ConditionTableStatInputV1]
|
|
197
|
+
"""
|
|
198
|
+
return self._condition_stats
|
|
199
|
+
|
|
200
|
+
@condition_stats.setter
|
|
201
|
+
def condition_stats(self, condition_stats):
|
|
202
|
+
"""
|
|
203
|
+
Sets the condition_stats of this ConditionTableInputV1.
|
|
204
|
+
The list of statistics to calculate for the condition columns
|
|
205
|
+
|
|
206
|
+
:param condition_stats: The condition_stats of this ConditionTableInputV1.
|
|
207
|
+
:type: list[ConditionTableStatInputV1]
|
|
208
|
+
"""
|
|
209
|
+
|
|
210
|
+
self._condition_stats = condition_stats
|
|
211
|
+
|
|
212
|
+
@property
|
|
213
|
+
def end(self):
|
|
214
|
+
"""
|
|
215
|
+
Gets the end of this ConditionTableInputV1.
|
|
216
|
+
|
|
217
|
+
:return: The end of this ConditionTableInputV1.
|
|
218
|
+
:rtype: Value
|
|
219
|
+
"""
|
|
220
|
+
return self._end
|
|
221
|
+
|
|
222
|
+
@end.setter
|
|
223
|
+
def end(self, end):
|
|
224
|
+
"""
|
|
225
|
+
Sets the end of this ConditionTableInputV1.
|
|
226
|
+
|
|
227
|
+
:param end: The end of this ConditionTableInputV1.
|
|
228
|
+
:type: Value
|
|
229
|
+
"""
|
|
230
|
+
if end is None:
|
|
231
|
+
raise ValueError("Invalid value for `end`, must not be `None`")
|
|
232
|
+
|
|
233
|
+
self._end = end
|
|
234
|
+
|
|
235
|
+
@property
|
|
236
|
+
def filter(self):
|
|
237
|
+
"""
|
|
238
|
+
Gets the filter of this ConditionTableInputV1.
|
|
239
|
+
|
|
240
|
+
:return: The filter of this ConditionTableInputV1.
|
|
241
|
+
:rtype: Filter
|
|
242
|
+
"""
|
|
243
|
+
return self._filter
|
|
244
|
+
|
|
245
|
+
@filter.setter
|
|
246
|
+
def filter(self, filter):
|
|
247
|
+
"""
|
|
248
|
+
Sets the filter of this ConditionTableInputV1.
|
|
249
|
+
|
|
250
|
+
:param filter: The filter of this ConditionTableInputV1.
|
|
251
|
+
:type: Filter
|
|
252
|
+
"""
|
|
253
|
+
|
|
254
|
+
self._filter = filter
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
def limit(self):
|
|
258
|
+
"""
|
|
259
|
+
Gets the limit of this ConditionTableInputV1.
|
|
260
|
+
Maximum number of rows to return
|
|
261
|
+
|
|
262
|
+
:return: The limit of this ConditionTableInputV1.
|
|
263
|
+
:rtype: int
|
|
264
|
+
"""
|
|
265
|
+
return self._limit
|
|
266
|
+
|
|
267
|
+
@limit.setter
|
|
268
|
+
def limit(self, limit):
|
|
269
|
+
"""
|
|
270
|
+
Sets the limit of this ConditionTableInputV1.
|
|
271
|
+
Maximum number of rows to return
|
|
272
|
+
|
|
273
|
+
:param limit: The limit of this ConditionTableInputV1.
|
|
274
|
+
:type: int
|
|
275
|
+
"""
|
|
276
|
+
if limit is None:
|
|
277
|
+
raise ValueError("Invalid value for `limit`, must not be `None`")
|
|
278
|
+
|
|
279
|
+
self._limit = limit
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
def start(self):
|
|
283
|
+
"""
|
|
284
|
+
Gets the start of this ConditionTableInputV1.
|
|
285
|
+
|
|
286
|
+
:return: The start of this ConditionTableInputV1.
|
|
287
|
+
:rtype: Value
|
|
288
|
+
"""
|
|
289
|
+
return self._start
|
|
290
|
+
|
|
291
|
+
@start.setter
|
|
292
|
+
def start(self, start):
|
|
293
|
+
"""
|
|
294
|
+
Sets the start of this ConditionTableInputV1.
|
|
295
|
+
|
|
296
|
+
:param start: The start of this ConditionTableInputV1.
|
|
297
|
+
:type: Value
|
|
298
|
+
"""
|
|
299
|
+
if start is None:
|
|
300
|
+
raise ValueError("Invalid value for `start`, must not be `None`")
|
|
301
|
+
|
|
302
|
+
self._start = start
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
def table_id(self):
|
|
306
|
+
"""
|
|
307
|
+
Gets the table_id of this ConditionTableInputV1.
|
|
308
|
+
ID of the table to generate the condition table from
|
|
309
|
+
|
|
310
|
+
:return: The table_id of this ConditionTableInputV1.
|
|
311
|
+
:rtype: str
|
|
312
|
+
"""
|
|
313
|
+
return self._table_id
|
|
314
|
+
|
|
315
|
+
@table_id.setter
|
|
316
|
+
def table_id(self, table_id):
|
|
317
|
+
"""
|
|
318
|
+
Sets the table_id of this ConditionTableInputV1.
|
|
319
|
+
ID of the table to generate the condition table from
|
|
320
|
+
|
|
321
|
+
:param table_id: The table_id of this ConditionTableInputV1.
|
|
322
|
+
:type: str
|
|
323
|
+
"""
|
|
324
|
+
if table_id is None:
|
|
325
|
+
raise ValueError("Invalid value for `table_id`, must not be `None`")
|
|
326
|
+
|
|
327
|
+
self._table_id = table_id
|
|
328
|
+
|
|
329
|
+
def to_dict(self):
|
|
330
|
+
"""
|
|
331
|
+
Returns the model properties as a dict
|
|
332
|
+
"""
|
|
333
|
+
result = {}
|
|
334
|
+
|
|
335
|
+
for attr, _ in iteritems(self.swagger_types):
|
|
336
|
+
value = getattr(self, attr)
|
|
337
|
+
if isinstance(value, list):
|
|
338
|
+
result[attr] = list(map(
|
|
339
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
340
|
+
value
|
|
341
|
+
))
|
|
342
|
+
elif hasattr(value, "to_dict"):
|
|
343
|
+
result[attr] = value.to_dict()
|
|
344
|
+
elif isinstance(value, dict):
|
|
345
|
+
result[attr] = dict(map(
|
|
346
|
+
lambda item: (item[0], item[1].to_dict())
|
|
347
|
+
if hasattr(item[1], "to_dict") else item,
|
|
348
|
+
value.items()
|
|
349
|
+
))
|
|
350
|
+
else:
|
|
351
|
+
result[attr] = value
|
|
352
|
+
|
|
353
|
+
return result
|
|
354
|
+
|
|
355
|
+
def to_str(self):
|
|
356
|
+
"""
|
|
357
|
+
Returns the string representation of the model
|
|
358
|
+
"""
|
|
359
|
+
return pformat(self.to_dict())
|
|
360
|
+
|
|
361
|
+
def __repr__(self):
|
|
362
|
+
"""
|
|
363
|
+
For `print` and `pprint`
|
|
364
|
+
"""
|
|
365
|
+
return self.to_str()
|
|
366
|
+
|
|
367
|
+
def __eq__(self, other):
|
|
368
|
+
"""
|
|
369
|
+
Returns true if both objects are equal
|
|
370
|
+
"""
|
|
371
|
+
if not isinstance(other, ConditionTableInputV1):
|
|
372
|
+
return False
|
|
373
|
+
|
|
374
|
+
return self.__dict__ == other.__dict__
|
|
375
|
+
|
|
376
|
+
def __ne__(self, other):
|
|
377
|
+
"""
|
|
378
|
+
Returns true if both objects are not equal
|
|
379
|
+
"""
|
|
380
|
+
return not self == other
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Seeq REST API
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: 66.79.1-v202512022352-CD
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
from pprint import pformat
|
|
14
|
+
from six import iteritems
|
|
15
|
+
import re
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class ConditionTableStatInputV1(object):
|
|
19
|
+
"""
|
|
20
|
+
NOTE: This class is auto generated by the swagger code generator program.
|
|
21
|
+
Do not edit the class manually.
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
"""
|
|
26
|
+
Attributes:
|
|
27
|
+
swagger_types (dict): The key is attribute name
|
|
28
|
+
and the value is attribute type.
|
|
29
|
+
attribute_map (dict): The key is attribute name
|
|
30
|
+
and the value is json key in definition.
|
|
31
|
+
"""
|
|
32
|
+
swagger_types = {
|
|
33
|
+
'column_name': 'str',
|
|
34
|
+
'item_id': 'str',
|
|
35
|
+
'statistic': 'str'
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
attribute_map = {
|
|
39
|
+
'column_name': 'columnName',
|
|
40
|
+
'item_id': 'itemId',
|
|
41
|
+
'statistic': 'statistic'
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
def __init__(self, column_name=None, item_id=None, statistic=None):
|
|
45
|
+
"""
|
|
46
|
+
ConditionTableStatInputV1 - a model defined in Swagger
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
self._column_name = None
|
|
50
|
+
self._item_id = None
|
|
51
|
+
self._statistic = None
|
|
52
|
+
|
|
53
|
+
if column_name is not None:
|
|
54
|
+
self.column_name = column_name
|
|
55
|
+
if item_id is not None:
|
|
56
|
+
self.item_id = item_id
|
|
57
|
+
if statistic is not None:
|
|
58
|
+
self.statistic = statistic
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
def column_name(self):
|
|
62
|
+
"""
|
|
63
|
+
Gets the column_name of this ConditionTableStatInputV1.
|
|
64
|
+
The name of the column to run the statistic on. One of this or itemId must be provided
|
|
65
|
+
|
|
66
|
+
:return: The column_name of this ConditionTableStatInputV1.
|
|
67
|
+
:rtype: str
|
|
68
|
+
"""
|
|
69
|
+
return self._column_name
|
|
70
|
+
|
|
71
|
+
@column_name.setter
|
|
72
|
+
def column_name(self, column_name):
|
|
73
|
+
"""
|
|
74
|
+
Sets the column_name of this ConditionTableStatInputV1.
|
|
75
|
+
The name of the column to run the statistic on. One of this or itemId must be provided
|
|
76
|
+
|
|
77
|
+
:param column_name: The column_name of this ConditionTableStatInputV1.
|
|
78
|
+
:type: str
|
|
79
|
+
"""
|
|
80
|
+
|
|
81
|
+
self._column_name = column_name
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
def item_id(self):
|
|
85
|
+
"""
|
|
86
|
+
Gets the item_id of this ConditionTableStatInputV1.
|
|
87
|
+
The id of the item to run the statistic on. One of this or columnName must be provided
|
|
88
|
+
|
|
89
|
+
:return: The item_id of this ConditionTableStatInputV1.
|
|
90
|
+
:rtype: str
|
|
91
|
+
"""
|
|
92
|
+
return self._item_id
|
|
93
|
+
|
|
94
|
+
@item_id.setter
|
|
95
|
+
def item_id(self, item_id):
|
|
96
|
+
"""
|
|
97
|
+
Sets the item_id of this ConditionTableStatInputV1.
|
|
98
|
+
The id of the item to run the statistic on. One of this or columnName must be provided
|
|
99
|
+
|
|
100
|
+
:param item_id: The item_id of this ConditionTableStatInputV1.
|
|
101
|
+
:type: str
|
|
102
|
+
"""
|
|
103
|
+
|
|
104
|
+
self._item_id = item_id
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
def statistic(self):
|
|
108
|
+
"""
|
|
109
|
+
Gets the statistic of this ConditionTableStatInputV1.
|
|
110
|
+
The statistic to run on the column
|
|
111
|
+
|
|
112
|
+
:return: The statistic of this ConditionTableStatInputV1.
|
|
113
|
+
:rtype: str
|
|
114
|
+
"""
|
|
115
|
+
return self._statistic
|
|
116
|
+
|
|
117
|
+
@statistic.setter
|
|
118
|
+
def statistic(self, statistic):
|
|
119
|
+
"""
|
|
120
|
+
Sets the statistic of this ConditionTableStatInputV1.
|
|
121
|
+
The statistic to run on the column
|
|
122
|
+
|
|
123
|
+
:param statistic: The statistic of this ConditionTableStatInputV1.
|
|
124
|
+
:type: str
|
|
125
|
+
"""
|
|
126
|
+
if statistic is None:
|
|
127
|
+
raise ValueError("Invalid value for `statistic`, must not be `None`")
|
|
128
|
+
|
|
129
|
+
self._statistic = statistic
|
|
130
|
+
|
|
131
|
+
def to_dict(self):
|
|
132
|
+
"""
|
|
133
|
+
Returns the model properties as a dict
|
|
134
|
+
"""
|
|
135
|
+
result = {}
|
|
136
|
+
|
|
137
|
+
for attr, _ in iteritems(self.swagger_types):
|
|
138
|
+
value = getattr(self, attr)
|
|
139
|
+
if isinstance(value, list):
|
|
140
|
+
result[attr] = list(map(
|
|
141
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
142
|
+
value
|
|
143
|
+
))
|
|
144
|
+
elif hasattr(value, "to_dict"):
|
|
145
|
+
result[attr] = value.to_dict()
|
|
146
|
+
elif isinstance(value, dict):
|
|
147
|
+
result[attr] = dict(map(
|
|
148
|
+
lambda item: (item[0], item[1].to_dict())
|
|
149
|
+
if hasattr(item[1], "to_dict") else item,
|
|
150
|
+
value.items()
|
|
151
|
+
))
|
|
152
|
+
else:
|
|
153
|
+
result[attr] = value
|
|
154
|
+
|
|
155
|
+
return result
|
|
156
|
+
|
|
157
|
+
def to_str(self):
|
|
158
|
+
"""
|
|
159
|
+
Returns the string representation of the model
|
|
160
|
+
"""
|
|
161
|
+
return pformat(self.to_dict())
|
|
162
|
+
|
|
163
|
+
def __repr__(self):
|
|
164
|
+
"""
|
|
165
|
+
For `print` and `pprint`
|
|
166
|
+
"""
|
|
167
|
+
return self.to_str()
|
|
168
|
+
|
|
169
|
+
def __eq__(self, other):
|
|
170
|
+
"""
|
|
171
|
+
Returns true if both objects are equal
|
|
172
|
+
"""
|
|
173
|
+
if not isinstance(other, ConditionTableStatInputV1):
|
|
174
|
+
return False
|
|
175
|
+
|
|
176
|
+
return self.__dict__ == other.__dict__
|
|
177
|
+
|
|
178
|
+
def __ne__(self, other):
|
|
179
|
+
"""
|
|
180
|
+
Returns true if both objects are not equal
|
|
181
|
+
"""
|
|
182
|
+
return not self == other
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 66.
|
|
8
|
+
OpenAPI spec version: 66.79.1-v202512022352-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 66.
|
|
8
|
+
OpenAPI spec version: 66.79.1-v202512022352-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 66.
|
|
8
|
+
OpenAPI spec version: 66.79.1-v202512022352-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -39,7 +39,7 @@ class ConfigurationInputV1(object):
|
|
|
39
39
|
'dry_run': 'dryRun'
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
def __init__(self, configuration_options=None, dry_run=
|
|
42
|
+
def __init__(self, configuration_options=None, dry_run=False):
|
|
43
43
|
"""
|
|
44
44
|
ConfigurationInputV1 - a model defined in Swagger
|
|
45
45
|
"""
|
|
@@ -56,6 +56,7 @@ class ConfigurationInputV1(object):
|
|
|
56
56
|
def configuration_options(self):
|
|
57
57
|
"""
|
|
58
58
|
Gets the configuration_options of this ConfigurationInputV1.
|
|
59
|
+
List of all configuration options to write.
|
|
59
60
|
|
|
60
61
|
:return: The configuration_options of this ConfigurationInputV1.
|
|
61
62
|
:rtype: list[ConfigurationOptionInputV1]
|
|
@@ -66,6 +67,7 @@ class ConfigurationInputV1(object):
|
|
|
66
67
|
def configuration_options(self, configuration_options):
|
|
67
68
|
"""
|
|
68
69
|
Sets the configuration_options of this ConfigurationInputV1.
|
|
70
|
+
List of all configuration options to write.
|
|
69
71
|
|
|
70
72
|
:param configuration_options: The configuration_options of this ConfigurationInputV1.
|
|
71
73
|
:type: list[ConfigurationOptionInputV1]
|
|
@@ -77,6 +79,7 @@ class ConfigurationInputV1(object):
|
|
|
77
79
|
def dry_run(self):
|
|
78
80
|
"""
|
|
79
81
|
Gets the dry_run of this ConfigurationInputV1.
|
|
82
|
+
Set to true to return a preview of the new config, but not save it
|
|
80
83
|
|
|
81
84
|
:return: The dry_run of this ConfigurationInputV1.
|
|
82
85
|
:rtype: bool
|
|
@@ -87,6 +90,7 @@ class ConfigurationInputV1(object):
|
|
|
87
90
|
def dry_run(self, dry_run):
|
|
88
91
|
"""
|
|
89
92
|
Sets the dry_run of this ConfigurationInputV1.
|
|
93
|
+
Set to true to return a preview of the new config, but not save it
|
|
90
94
|
|
|
91
95
|
:param dry_run: The dry_run of this ConfigurationInputV1.
|
|
92
96
|
:type: bool
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
7
|
|
|
8
|
-
OpenAPI spec version: 66.
|
|
8
|
+
OpenAPI spec version: 66.79.1-v202512022352-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -61,6 +61,7 @@ class ConfigurationOptionInputV1(object):
|
|
|
61
61
|
def note(self):
|
|
62
62
|
"""
|
|
63
63
|
Gets the note of this ConfigurationOptionInputV1.
|
|
64
|
+
A plain text note to provide context on the configuration change.
|
|
64
65
|
|
|
65
66
|
:return: The note of this ConfigurationOptionInputV1.
|
|
66
67
|
:rtype: str
|
|
@@ -71,6 +72,7 @@ class ConfigurationOptionInputV1(object):
|
|
|
71
72
|
def note(self, note):
|
|
72
73
|
"""
|
|
73
74
|
Sets the note of this ConfigurationOptionInputV1.
|
|
75
|
+
A plain text note to provide context on the configuration change.
|
|
74
76
|
|
|
75
77
|
:param note: The note of this ConfigurationOptionInputV1.
|
|
76
78
|
:type: str
|
|
@@ -82,6 +84,7 @@ class ConfigurationOptionInputV1(object):
|
|
|
82
84
|
def path(self):
|
|
83
85
|
"""
|
|
84
86
|
Gets the path of this ConfigurationOptionInputV1.
|
|
87
|
+
The unique identifier of the configuration option. Slashes in the path imply a hierarchy.
|
|
85
88
|
|
|
86
89
|
:return: The path of this ConfigurationOptionInputV1.
|
|
87
90
|
:rtype: str
|
|
@@ -92,10 +95,13 @@ class ConfigurationOptionInputV1(object):
|
|
|
92
95
|
def path(self, path):
|
|
93
96
|
"""
|
|
94
97
|
Sets the path of this ConfigurationOptionInputV1.
|
|
98
|
+
The unique identifier of the configuration option. Slashes in the path imply a hierarchy.
|
|
95
99
|
|
|
96
100
|
:param path: The path of this ConfigurationOptionInputV1.
|
|
97
101
|
:type: str
|
|
98
102
|
"""
|
|
103
|
+
if path is None:
|
|
104
|
+
raise ValueError("Invalid value for `path`, must not be `None`")
|
|
99
105
|
|
|
100
106
|
self._path = path
|
|
101
107
|
|
|
@@ -103,6 +109,7 @@ class ConfigurationOptionInputV1(object):
|
|
|
103
109
|
def value(self):
|
|
104
110
|
"""
|
|
105
111
|
Gets the value of this ConfigurationOptionInputV1.
|
|
112
|
+
The new value to set for this option. If omitted, the default value will be used.
|
|
106
113
|
|
|
107
114
|
:return: The value of this ConfigurationOptionInputV1.
|
|
108
115
|
:rtype: object
|
|
@@ -113,6 +120,7 @@ class ConfigurationOptionInputV1(object):
|
|
|
113
120
|
def value(self, value):
|
|
114
121
|
"""
|
|
115
122
|
Sets the value of this ConfigurationOptionInputV1.
|
|
123
|
+
The new value to set for this option. If omitted, the default value will be used.
|
|
116
124
|
|
|
117
125
|
:param value: The value of this ConfigurationOptionInputV1.
|
|
118
126
|
:type: object
|