seeq 66.77.1.20251125__py3-none-any.whl → 66.80.1.20251204__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 +11 -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 +1 -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 +250 -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 +11 -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 +1 -1
- 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 +28 -2
- 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 +1 -1
- seeq/sdk/models/label_hierarchy_output_list_v1.py +1 -1
- seeq/sdk/models/label_hierarchy_output_v1.py +1 -1
- 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.80.1.20251204.dist-info/METADATA +520 -0
- seeq-66.80.1.20251204.dist-info/RECORD +650 -0
- {seeq-66.77.1.20251125.dist-info → seeq-66.80.1.20251204.dist-info}/WHEEL +1 -1
- seeq-66.77.1.20251125.dist-info/LICENSE +0 -415
- seeq-66.77.1.20251125.dist-info/METADATA +0 -105
- seeq-66.77.1.20251125.dist-info/RECORD +0 -642
- {seeq-66.77.1.20251125.dist-info → seeq-66.80.1.20251204.dist-info}/top_level.txt +0 -0
|
@@ -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.80.1-v202512041358-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.80.1-v202512041358-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.80.1-v202512041358-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.80.1-v202512041358-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.80.1-v202512041358-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
|
|
@@ -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.80.1-v202512041358-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -56,6 +56,7 @@ class ConfigurationOptionOutputSimpleV1(object):
|
|
|
56
56
|
def path(self):
|
|
57
57
|
"""
|
|
58
58
|
Gets the path of this ConfigurationOptionOutputSimpleV1.
|
|
59
|
+
The unique identifier of the configuration option. Slashes in the path imply a hierarchy.
|
|
59
60
|
|
|
60
61
|
:return: The path of this ConfigurationOptionOutputSimpleV1.
|
|
61
62
|
:rtype: str
|
|
@@ -66,10 +67,13 @@ class ConfigurationOptionOutputSimpleV1(object):
|
|
|
66
67
|
def path(self, path):
|
|
67
68
|
"""
|
|
68
69
|
Sets the path of this ConfigurationOptionOutputSimpleV1.
|
|
70
|
+
The unique identifier of the configuration option. Slashes in the path imply a hierarchy.
|
|
69
71
|
|
|
70
72
|
:param path: The path of this ConfigurationOptionOutputSimpleV1.
|
|
71
73
|
:type: str
|
|
72
74
|
"""
|
|
75
|
+
if path is None:
|
|
76
|
+
raise ValueError("Invalid value for `path`, must not be `None`")
|
|
73
77
|
|
|
74
78
|
self._path = path
|
|
75
79
|
|
|
@@ -77,6 +81,7 @@ class ConfigurationOptionOutputSimpleV1(object):
|
|
|
77
81
|
def value(self):
|
|
78
82
|
"""
|
|
79
83
|
Gets the value of this ConfigurationOptionOutputSimpleV1.
|
|
84
|
+
The value of the configuration option. Values can be booleans, strings, or numbers.
|
|
80
85
|
|
|
81
86
|
:return: The value of this ConfigurationOptionOutputSimpleV1.
|
|
82
87
|
:rtype: object
|
|
@@ -87,10 +92,13 @@ class ConfigurationOptionOutputSimpleV1(object):
|
|
|
87
92
|
def value(self, value):
|
|
88
93
|
"""
|
|
89
94
|
Sets the value of this ConfigurationOptionOutputSimpleV1.
|
|
95
|
+
The value of the configuration option. Values can be booleans, strings, or numbers.
|
|
90
96
|
|
|
91
97
|
:param value: The value of this ConfigurationOptionOutputSimpleV1.
|
|
92
98
|
:type: object
|
|
93
99
|
"""
|
|
100
|
+
if value is None:
|
|
101
|
+
raise ValueError("Invalid value for `value`, must not be `None`")
|
|
94
102
|
|
|
95
103
|
self._value = value
|
|
96
104
|
|
|
@@ -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.80.1-v202512041358-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|
|
@@ -61,7 +61,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
61
61
|
'value': 'value'
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
def __init__(self, advanced=
|
|
64
|
+
def __init__(self, advanced=False, allowed_values=None, default_dependencies=None, default_description=None, default_value=None, description=None, modifiable=False, note=None, path=None, registration=None, registration_description=None, units=None, value=None):
|
|
65
65
|
"""
|
|
66
66
|
ConfigurationOptionOutputV1 - a model defined in Swagger
|
|
67
67
|
"""
|
|
@@ -111,6 +111,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
111
111
|
def advanced(self):
|
|
112
112
|
"""
|
|
113
113
|
Gets the advanced of this ConfigurationOptionOutputV1.
|
|
114
|
+
True if this configuration option can have ramifications for performance and stability. Consider consulting with Seeq Support before changing.
|
|
114
115
|
|
|
115
116
|
:return: The advanced of this ConfigurationOptionOutputV1.
|
|
116
117
|
:rtype: bool
|
|
@@ -121,10 +122,13 @@ class ConfigurationOptionOutputV1(object):
|
|
|
121
122
|
def advanced(self, advanced):
|
|
122
123
|
"""
|
|
123
124
|
Sets the advanced of this ConfigurationOptionOutputV1.
|
|
125
|
+
True if this configuration option can have ramifications for performance and stability. Consider consulting with Seeq Support before changing.
|
|
124
126
|
|
|
125
127
|
:param advanced: The advanced of this ConfigurationOptionOutputV1.
|
|
126
128
|
:type: bool
|
|
127
129
|
"""
|
|
130
|
+
if advanced is None:
|
|
131
|
+
raise ValueError("Invalid value for `advanced`, must not be `None`")
|
|
128
132
|
|
|
129
133
|
self._advanced = advanced
|
|
130
134
|
|
|
@@ -132,6 +136,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
132
136
|
def allowed_values(self):
|
|
133
137
|
"""
|
|
134
138
|
Gets the allowed_values of this ConfigurationOptionOutputV1.
|
|
139
|
+
If present, a plain text description of the allowed values.
|
|
135
140
|
|
|
136
141
|
:return: The allowed_values of this ConfigurationOptionOutputV1.
|
|
137
142
|
:rtype: str
|
|
@@ -142,6 +147,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
142
147
|
def allowed_values(self, allowed_values):
|
|
143
148
|
"""
|
|
144
149
|
Sets the allowed_values of this ConfigurationOptionOutputV1.
|
|
150
|
+
If present, a plain text description of the allowed values.
|
|
145
151
|
|
|
146
152
|
:param allowed_values: The allowed_values of this ConfigurationOptionOutputV1.
|
|
147
153
|
:type: str
|
|
@@ -153,6 +159,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
153
159
|
def default_dependencies(self):
|
|
154
160
|
"""
|
|
155
161
|
Gets the default_dependencies of this ConfigurationOptionOutputV1.
|
|
162
|
+
If present, the list of paths that the default value depend on.
|
|
156
163
|
|
|
157
164
|
:return: The default_dependencies of this ConfigurationOptionOutputV1.
|
|
158
165
|
:rtype: list[str]
|
|
@@ -163,6 +170,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
163
170
|
def default_dependencies(self, default_dependencies):
|
|
164
171
|
"""
|
|
165
172
|
Sets the default_dependencies of this ConfigurationOptionOutputV1.
|
|
173
|
+
If present, the list of paths that the default value depend on.
|
|
166
174
|
|
|
167
175
|
:param default_dependencies: The default_dependencies of this ConfigurationOptionOutputV1.
|
|
168
176
|
:type: list[str]
|
|
@@ -174,6 +182,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
174
182
|
def default_description(self):
|
|
175
183
|
"""
|
|
176
184
|
Gets the default_description of this ConfigurationOptionOutputV1.
|
|
185
|
+
If present, any additional, plain text context for the default value.
|
|
177
186
|
|
|
178
187
|
:return: The default_description of this ConfigurationOptionOutputV1.
|
|
179
188
|
:rtype: str
|
|
@@ -184,6 +193,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
184
193
|
def default_description(self, default_description):
|
|
185
194
|
"""
|
|
186
195
|
Sets the default_description of this ConfigurationOptionOutputV1.
|
|
196
|
+
If present, any additional, plain text context for the default value.
|
|
187
197
|
|
|
188
198
|
:param default_description: The default_description of this ConfigurationOptionOutputV1.
|
|
189
199
|
:type: str
|
|
@@ -195,6 +205,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
195
205
|
def default_value(self):
|
|
196
206
|
"""
|
|
197
207
|
Gets the default_value of this ConfigurationOptionOutputV1.
|
|
208
|
+
The value that this property would have if the option has not been explicitly set to a value.
|
|
198
209
|
|
|
199
210
|
:return: The default_value of this ConfigurationOptionOutputV1.
|
|
200
211
|
:rtype: object
|
|
@@ -205,10 +216,13 @@ class ConfigurationOptionOutputV1(object):
|
|
|
205
216
|
def default_value(self, default_value):
|
|
206
217
|
"""
|
|
207
218
|
Sets the default_value of this ConfigurationOptionOutputV1.
|
|
219
|
+
The value that this property would have if the option has not been explicitly set to a value.
|
|
208
220
|
|
|
209
221
|
:param default_value: The default_value of this ConfigurationOptionOutputV1.
|
|
210
222
|
:type: object
|
|
211
223
|
"""
|
|
224
|
+
if default_value is None:
|
|
225
|
+
raise ValueError("Invalid value for `default_value`, must not be `None`")
|
|
212
226
|
|
|
213
227
|
self._default_value = default_value
|
|
214
228
|
|
|
@@ -216,6 +230,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
216
230
|
def description(self):
|
|
217
231
|
"""
|
|
218
232
|
Gets the description of this ConfigurationOptionOutputV1.
|
|
233
|
+
The plain text description a configuration option's purpose and any important details.
|
|
219
234
|
|
|
220
235
|
:return: The description of this ConfigurationOptionOutputV1.
|
|
221
236
|
:rtype: str
|
|
@@ -226,10 +241,13 @@ class ConfigurationOptionOutputV1(object):
|
|
|
226
241
|
def description(self, description):
|
|
227
242
|
"""
|
|
228
243
|
Sets the description of this ConfigurationOptionOutputV1.
|
|
244
|
+
The plain text description a configuration option's purpose and any important details.
|
|
229
245
|
|
|
230
246
|
:param description: The description of this ConfigurationOptionOutputV1.
|
|
231
247
|
:type: str
|
|
232
248
|
"""
|
|
249
|
+
if description is None:
|
|
250
|
+
raise ValueError("Invalid value for `description`, must not be `None`")
|
|
233
251
|
|
|
234
252
|
self._description = description
|
|
235
253
|
|
|
@@ -237,6 +255,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
237
255
|
def modifiable(self):
|
|
238
256
|
"""
|
|
239
257
|
Gets the modifiable of this ConfigurationOptionOutputV1.
|
|
258
|
+
True if the configuration option can be set by server administrators.
|
|
240
259
|
|
|
241
260
|
:return: The modifiable of this ConfigurationOptionOutputV1.
|
|
242
261
|
:rtype: bool
|
|
@@ -247,10 +266,13 @@ class ConfigurationOptionOutputV1(object):
|
|
|
247
266
|
def modifiable(self, modifiable):
|
|
248
267
|
"""
|
|
249
268
|
Sets the modifiable of this ConfigurationOptionOutputV1.
|
|
269
|
+
True if the configuration option can be set by server administrators.
|
|
250
270
|
|
|
251
271
|
:param modifiable: The modifiable of this ConfigurationOptionOutputV1.
|
|
252
272
|
:type: bool
|
|
253
273
|
"""
|
|
274
|
+
if modifiable is None:
|
|
275
|
+
raise ValueError("Invalid value for `modifiable`, must not be `None`")
|
|
254
276
|
|
|
255
277
|
self._modifiable = modifiable
|
|
256
278
|
|
|
@@ -258,6 +280,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
258
280
|
def note(self):
|
|
259
281
|
"""
|
|
260
282
|
Gets the note of this ConfigurationOptionOutputV1.
|
|
283
|
+
A plain text note that can be set by server administrators to provide context on any configuration changes.
|
|
261
284
|
|
|
262
285
|
:return: The note of this ConfigurationOptionOutputV1.
|
|
263
286
|
:rtype: str
|
|
@@ -268,6 +291,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
268
291
|
def note(self, note):
|
|
269
292
|
"""
|
|
270
293
|
Sets the note of this ConfigurationOptionOutputV1.
|
|
294
|
+
A plain text note that can be set by server administrators to provide context on any configuration changes.
|
|
271
295
|
|
|
272
296
|
:param note: The note of this ConfigurationOptionOutputV1.
|
|
273
297
|
:type: str
|
|
@@ -279,6 +303,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
279
303
|
def path(self):
|
|
280
304
|
"""
|
|
281
305
|
Gets the path of this ConfigurationOptionOutputV1.
|
|
306
|
+
The unique identifier of the configuration option. Slashes in the path imply a hierarchy.
|
|
282
307
|
|
|
283
308
|
:return: The path of this ConfigurationOptionOutputV1.
|
|
284
309
|
:rtype: str
|
|
@@ -289,10 +314,13 @@ class ConfigurationOptionOutputV1(object):
|
|
|
289
314
|
def path(self, path):
|
|
290
315
|
"""
|
|
291
316
|
Sets the path of this ConfigurationOptionOutputV1.
|
|
317
|
+
The unique identifier of the configuration option. Slashes in the path imply a hierarchy.
|
|
292
318
|
|
|
293
319
|
:param path: The path of this ConfigurationOptionOutputV1.
|
|
294
320
|
:type: str
|
|
295
321
|
"""
|
|
322
|
+
if path is None:
|
|
323
|
+
raise ValueError("Invalid value for `path`, must not be `None`")
|
|
296
324
|
|
|
297
325
|
self._path = path
|
|
298
326
|
|
|
@@ -300,6 +328,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
300
328
|
def registration(self):
|
|
301
329
|
"""
|
|
302
330
|
Gets the registration of this ConfigurationOptionOutputV1.
|
|
331
|
+
If present, a plain text description of when the option will take effect when it is changed.
|
|
303
332
|
|
|
304
333
|
:return: The registration of this ConfigurationOptionOutputV1.
|
|
305
334
|
:rtype: str
|
|
@@ -310,6 +339,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
310
339
|
def registration(self, registration):
|
|
311
340
|
"""
|
|
312
341
|
Sets the registration of this ConfigurationOptionOutputV1.
|
|
342
|
+
If present, a plain text description of when the option will take effect when it is changed.
|
|
313
343
|
|
|
314
344
|
:param registration: The registration of this ConfigurationOptionOutputV1.
|
|
315
345
|
:type: str
|
|
@@ -321,6 +351,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
321
351
|
def registration_description(self):
|
|
322
352
|
"""
|
|
323
353
|
Gets the registration_description of this ConfigurationOptionOutputV1.
|
|
354
|
+
If present, any additional, plain text context for the registration value.
|
|
324
355
|
|
|
325
356
|
:return: The registration_description of this ConfigurationOptionOutputV1.
|
|
326
357
|
:rtype: str
|
|
@@ -331,6 +362,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
331
362
|
def registration_description(self, registration_description):
|
|
332
363
|
"""
|
|
333
364
|
Sets the registration_description of this ConfigurationOptionOutputV1.
|
|
365
|
+
If present, any additional, plain text context for the registration value.
|
|
334
366
|
|
|
335
367
|
:param registration_description: The registration_description of this ConfigurationOptionOutputV1.
|
|
336
368
|
:type: str
|
|
@@ -342,6 +374,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
342
374
|
def units(self):
|
|
343
375
|
"""
|
|
344
376
|
Gets the units of this ConfigurationOptionOutputV1.
|
|
377
|
+
If present, a freeform plain text description of the units of a value.
|
|
345
378
|
|
|
346
379
|
:return: The units of this ConfigurationOptionOutputV1.
|
|
347
380
|
:rtype: str
|
|
@@ -352,6 +385,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
352
385
|
def units(self, units):
|
|
353
386
|
"""
|
|
354
387
|
Sets the units of this ConfigurationOptionOutputV1.
|
|
388
|
+
If present, a freeform plain text description of the units of a value.
|
|
355
389
|
|
|
356
390
|
:param units: The units of this ConfigurationOptionOutputV1.
|
|
357
391
|
:type: str
|
|
@@ -363,6 +397,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
363
397
|
def value(self):
|
|
364
398
|
"""
|
|
365
399
|
Gets the value of this ConfigurationOptionOutputV1.
|
|
400
|
+
The value of the configuration option. Values can be booleans, strings, or numbers.This value can be set changed if the option is modifiable. An absent value indicates that the option has not been configured.
|
|
366
401
|
|
|
367
402
|
:return: The value of this ConfigurationOptionOutputV1.
|
|
368
403
|
:rtype: object
|
|
@@ -373,6 +408,7 @@ class ConfigurationOptionOutputV1(object):
|
|
|
373
408
|
def value(self, value):
|
|
374
409
|
"""
|
|
375
410
|
Sets the value of this ConfigurationOptionOutputV1.
|
|
411
|
+
The value of the configuration option. Values can be booleans, strings, or numbers.This value can be set changed if the option is modifiable. An absent value indicates that the option has not been configured.
|
|
376
412
|
|
|
377
413
|
:param value: The value of this ConfigurationOptionOutputV1.
|
|
378
414
|
:type: object
|
|
@@ -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.80.1-v202512041358-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.80.1-v202512041358-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.80.1-v202512041358-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.80.1-v202512041358-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.80.1-v202512041358-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.80.1-v202512041358-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.80.1-v202512041358-CD
|
|
9
9
|
|
|
10
10
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
11
|
"""
|