flywheel-sdk 21.4.0__py3-none-any.whl → 21.4.0rc0__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.
- flywheel/api/acquisitions_api.py +562 -1033
- flywheel/api/analyses_api.py +425 -786
- flywheel/api/audit_trail_api.py +44 -78
- flywheel/api/auth_api.py +4 -6
- flywheel/api/batch_api.py +36 -60
- flywheel/api/bulk_api.py +6 -10
- flywheel/api/change_log_api.py +22 -40
- flywheel/api/collections_api.py +403 -740
- flywheel/api/config_api.py +12 -18
- flywheel/api/container_tasks_api.py +8 -14
- flywheel/api/container_type_api.py +8 -14
- flywheel/api/containers_api.py +538 -989
- flywheel/api/custom_filters_api.py +36 -64
- flywheel/api/data_view_executions_api.py +52 -94
- flywheel/api/dataexplorer_api.py +90 -158
- flywheel/api/devices_api.py +76 -132
- flywheel/api/dimse_api.py +44 -72
- flywheel/api/download_api.py +25 -46
- flywheel/api/files_api.py +150 -266
- flywheel/api/form_responses_api.py +56 -100
- flywheel/api/gears_api.py +156 -278
- flywheel/api/groups_api.py +238 -426
- flywheel/api/jobs_api.py +166 -288
- flywheel/api/jupyterlab_servers_api.py +14 -24
- flywheel/api/modalities_api.py +44 -78
- flywheel/api/packfiles_api.py +4 -6
- flywheel/api/projects_api.py +854 -1565
- flywheel/api/protocols_api.py +54 -94
- flywheel/api/reports_api.py +108 -196
- flywheel/api/resolve_api.py +26 -48
- flywheel/api/roles_api.py +46 -82
- flywheel/api/sessions_api.py +616 -1137
- flywheel/api/site_api.py +106 -182
- flywheel/api/staffing_pools_api.py +50 -88
- flywheel/api/subjects_api.py +596 -1095
- flywheel/api/tasks_api.py +62 -108
- flywheel/api/tree_api.py +28 -52
- flywheel/api/uids_api.py +6 -10
- flywheel/api/upload_api.py +88 -162
- flywheel/api/users_api.py +228 -418
- flywheel/api/views_api.py +120 -222
- flywheel/api_client.py +1 -1
- flywheel/configuration.py +2 -2
- flywheel/flywheel.py +4422 -811
- flywheel/models/access_permission.py +7 -13
- flywheel/models/access_permission_output.py +7 -13
- flywheel/models/access_permission_update.py +4 -8
- flywheel/models/acquisition_copy_input.py +10 -18
- flywheel/models/acquisition_input.py +19 -33
- flywheel/models/acquisition_list_output.py +70 -118
- flywheel/models/acquisition_modify_input.py +19 -33
- flywheel/models/acquisition_output.py +70 -118
- flywheel/models/acquisition_parents.py +13 -23
- flywheel/models/acquisition_template_options.py +16 -28
- flywheel/models/acquisition_upsert_input.py +28 -48
- flywheel/models/acquisition_upsert_output.py +13 -23
- flywheel/models/adhoc_analysis_input.py +13 -23
- flywheel/models/analysis_files_create_ticket_output.py +13 -23
- flywheel/models/analysis_input.py +19 -33
- flywheel/models/analysis_list_output.py +61 -103
- flywheel/models/analysis_list_output_inflated_job.py +58 -98
- flywheel/models/analysis_modify_input.py +7 -13
- flywheel/models/analysis_output.py +61 -103
- flywheel/models/analysis_output_inflated_job.py +61 -103
- flywheel/models/analysis_parents.py +16 -28
- flywheel/models/api_key_input_with_optional_label.py +7 -13
- flywheel/models/api_key_output.py +19 -33
- flywheel/models/as_storage.py +19 -33
- flywheel/models/assignee.py +7 -13
- flywheel/models/audit_trail_report.py +40 -68
- flywheel/models/auth0_auth_out.py +22 -38
- flywheel/models/auth0_options_out.py +22 -38
- flywheel/models/auth_out.py +19 -33
- flywheel/models/auth_session_output.py +16 -28
- flywheel/models/avatars.py +10 -18
- flywheel/models/aws_creds.py +7 -13
- flywheel/models/aws_storage.py +25 -43
- flywheel/models/azure_creds.py +7 -13
- flywheel/models/base_aet.py +13 -23
- flywheel/models/base_compute.py +34 -58
- flywheel/models/batch.py +25 -43
- flywheel/models/batch_create_filters.py +10 -18
- flywheel/models/batch_job_analysis_input.py +16 -28
- flywheel/models/bookmark.py +7 -13
- flywheel/models/bulk_move_input.py +16 -28
- flywheel/models/cancelled_batch_output.py +4 -8
- flywheel/models/catalog_list_output.py +31 -53
- flywheel/models/central_out.py +19 -33
- flywheel/models/change.py +31 -53
- flywheel/models/change_log_document.py +13 -23
- flywheel/models/classic_batch_job_output.py +25 -43
- flywheel/models/classic_batch_job_output_inflated_jobs.py +28 -48
- flywheel/models/classic_batch_proposal_input.py +28 -48
- flywheel/models/classic_batch_proposal_output.py +37 -63
- flywheel/models/collection_input.py +10 -18
- flywheel/models/collection_input_with_contents.py +13 -23
- flywheel/models/collection_node.py +7 -13
- flywheel/models/collection_operation.py +7 -13
- flywheel/models/collection_output.py +55 -93
- flywheel/models/collection_with_stats.py +55 -93
- flywheel/models/column.py +16 -28
- flywheel/models/common_classification.py +1 -3
- flywheel/models/common_info.py +1 -3
- flywheel/models/complete_multipart_upload_output.py +7 -13
- flywheel/models/complete_s3_multipart_upload_input.py +13 -23
- flywheel/models/config_out.py +28 -48
- flywheel/models/container_filter.py +7 -13
- flywheel/models/container_id_view_input.py +43 -73
- flywheel/models/container_id_view_input_execute_and_save.py +19 -33
- flywheel/models/container_modify.py +43 -73
- flywheel/models/container_node_min.py +25 -43
- flywheel/models/container_output_with_files.py +16 -28
- flywheel/models/container_parents.py +19 -33
- flywheel/models/container_pipeline_input.py +43 -73
- flywheel/models/container_reference.py +7 -13
- flywheel/models/container_reference_with_label.py +10 -18
- flywheel/models/container_uidcheck.py +13 -23
- flywheel/models/container_update.py +1 -3
- flywheel/models/context_input.py +10 -18
- flywheel/models/copy_filter.py +19 -33
- flywheel/models/core_models_api_key_api_key_input.py +7 -13
- flywheel/models/core_models_audit_trail_create_report_input.py +16 -28
- flywheel/models/core_models_audit_trail_modify_report_input.py +4 -8
- flywheel/models/core_models_common_source.py +7 -13
- flywheel/models/core_models_jobs_api_key_input.py +7 -13
- flywheel/models/core_workflows_form_responses_models_form_parents.py +19 -33
- flywheel/models/core_workflows_form_responses_models_form_response_output.py +34 -58
- flywheel/models/core_workflows_reader_models_reader_task_parents.py +19 -33
- flywheel/models/creds.py +1 -3
- flywheel/models/curator.py +10 -18
- flywheel/models/current_user_output.py +64 -108
- flywheel/models/custom_field.py +34 -58
- flywheel/models/custom_form.py +13 -23
- flywheel/models/cvat_info.py +16 -28
- flywheel/models/cvat_settings.py +16 -28
- flywheel/models/cvat_settings_input.py +16 -28
- flywheel/models/daily_report_usage.py +46 -78
- flywheel/models/data_view_analysis_file_spec.py +10 -18
- flywheel/models/data_view_analysis_filter_spec.py +10 -18
- flywheel/models/data_view_column_alias.py +22 -38
- flywheel/models/data_view_column_spec.py +16 -28
- flywheel/models/data_view_execution.py +40 -68
- flywheel/models/data_view_file_spec.py +28 -48
- flywheel/models/data_view_group_by.py +4 -8
- flywheel/models/data_view_group_by_column.py +7 -13
- flywheel/models/data_view_name_filter_spec.py +7 -13
- flywheel/models/data_view_zip_filter_spec.py +10 -18
- flywheel/models/delete_by_search_query.py +13 -23
- flywheel/models/deleted_file.py +43 -73
- flywheel/models/deleted_result.py +10 -18
- flywheel/models/device.py +34 -58
- flywheel/models/device_admin_update.py +7 -13
- flywheel/models/device_create.py +10 -18
- flywheel/models/device_self_update.py +16 -28
- flywheel/models/device_status_entry.py +10 -18
- flywheel/models/device_storage_strategy_update.py +7 -13
- flywheel/models/download.py +13 -23
- flywheel/models/download_container_filter.py +4 -8
- flywheel/models/download_container_filter_definition.py +10 -18
- flywheel/models/download_filter.py +10 -18
- flywheel/models/download_filter_definition.py +7 -13
- flywheel/models/download_node.py +7 -13
- flywheel/models/download_ticket_stub.py +13 -23
- flywheel/models/e_signature.py +13 -23
- flywheel/models/edition.py +4 -8
- flywheel/models/egress_device.py +52 -88
- flywheel/models/egress_device_page.py +10 -18
- flywheel/models/egress_provider.py +31 -53
- flywheel/models/egress_provider_id.py +4 -8
- flywheel/models/exchange_storage.py +13 -23
- flywheel/models/executor_info.py +25 -43
- flywheel/models/export_templates.py +7 -13
- flywheel/models/features.py +193 -323
- flywheel/models/field_change.py +16 -28
- flywheel/models/field_change_log_document.py +13 -23
- flywheel/models/file.py +112 -188
- flywheel/models/file_classification_delta.py +13 -23
- flywheel/models/file_entry.py +64 -108
- flywheel/models/file_export_templates.py +16 -28
- flywheel/models/file_gear_info.py +10 -18
- flywheel/models/file_list_output.py +109 -183
- flywheel/models/file_modify_input.py +7 -13
- flywheel/models/file_move_input.py +10 -18
- flywheel/models/file_node.py +112 -188
- flywheel/models/file_node_min.py +22 -38
- flywheel/models/file_origin.py +16 -28
- flywheel/models/file_output.py +109 -183
- flywheel/models/file_parents.py +19 -33
- flywheel/models/file_reference.py +10 -18
- flywheel/models/file_suggestion.py +13 -23
- flywheel/models/file_template_options.py +19 -33
- flywheel/models/file_upsert_input.py +52 -88
- flywheel/models/file_upsert_output.py +112 -188
- flywheel/models/file_version.py +7 -13
- flywheel/models/file_version_copy_of.py +16 -28
- flywheel/models/file_version_output.py +22 -38
- flywheel/models/file_via.py +13 -23
- flywheel/models/filter.py +25 -43
- flywheel/models/filter_input.py +10 -18
- flywheel/models/filter_values.py +7 -13
- flywheel/models/fixed_file_version_input.py +10 -18
- flywheel/models/fixed_input.py +19 -33
- flywheel/models/form_definition.py +4 -8
- flywheel/models/form_response_base.py +19 -33
- flywheel/models/form_response_create.py +7 -13
- flywheel/models/gcp_creds.py +31 -53
- flywheel/models/gcp_storage.py +19 -33
- flywheel/models/gear.py +52 -88
- flywheel/models/gear_config.py +1 -3
- flywheel/models/gear_context_input.py +4 -8
- flywheel/models/gear_context_value_output.py +16 -28
- flywheel/models/gear_context_value_output_unfound.py +4 -8
- flywheel/models/gear_custom.py +1 -3
- flywheel/models/gear_directive.py +1 -3
- flywheel/models/gear_document.py +22 -38
- flywheel/models/gear_document_input.py +19 -33
- flywheel/models/gear_document_legacy_input.py +19 -33
- flywheel/models/gear_environment.py +1 -3
- flywheel/models/gear_exchange.py +10 -18
- flywheel/models/gear_file_input.py +7 -13
- flywheel/models/gear_id_output.py +4 -8
- flywheel/models/gear_info.py +13 -23
- flywheel/models/gear_input_item.py +10 -18
- flywheel/models/gear_inputs.py +1 -3
- flywheel/models/gear_key_input.py +7 -13
- flywheel/models/gear_manifest.py +55 -93
- flywheel/models/gear_node.py +25 -43
- flywheel/models/gear_output_configuration.py +4 -8
- flywheel/models/gear_permissions.py +7 -13
- flywheel/models/gear_permissions_input.py +4 -8
- flywheel/models/gear_rule.py +61 -103
- flywheel/models/gear_rule_condition.py +10 -18
- flywheel/models/gear_rule_input.py +46 -78
- flywheel/models/gear_rule_modify_input.py +43 -73
- flywheel/models/gear_rule_output.py +61 -103
- flywheel/models/gear_save_submission.py +10 -18
- flywheel/models/gear_series.py +19 -33
- flywheel/models/gear_series_update.py +4 -8
- flywheel/models/gear_suggestion_output.py +19 -33
- flywheel/models/gear_ticket.py +13 -23
- flywheel/models/gear_ticket_output.py +4 -8
- flywheel/models/graph_filter.py +22 -38
- flywheel/models/group_by.py +4 -8
- flywheel/models/group_input.py +13 -23
- flywheel/models/group_output.py +37 -63
- flywheel/models/group_report.py +10 -18
- flywheel/models/group_role.py +4 -8
- flywheel/models/group_settings_output.py +13 -23
- flywheel/models/group_update.py +13 -23
- flywheel/models/hierarchy_export_templates.py +16 -28
- flywheel/models/http_validation_error.py +4 -8
- flywheel/models/info.py +10 -18
- flywheel/models/ingress_provider.py +19 -33
- flywheel/models/ingress_providers.py +16 -28
- flywheel/models/ingress_site_settings.py +16 -28
- flywheel/models/ingress_update_provider.py +10 -18
- flywheel/models/inline_response200.py +4 -8
- flywheel/models/inline_response2001.py +4 -8
- flywheel/models/inline_response2002.py +4 -8
- flywheel/models/input_filter.py +10 -18
- flywheel/models/input_job.py +43 -73
- flywheel/models/input_job_profile.py +16 -28
- flywheel/models/inserted_id.py +4 -8
- flywheel/models/job.py +76 -128
- flywheel/models/job_analysis_input.py +16 -28
- flywheel/models/job_ask.py +19 -33
- flywheel/models/job_ask_response.py +7 -13
- flywheel/models/job_ask_response_job.py +94 -158
- flywheel/models/job_ask_return_criteria.py +13 -23
- flywheel/models/job_ask_state_response.py +4 -8
- flywheel/models/job_complete.py +10 -18
- flywheel/models/job_config.py +1 -3
- flywheel/models/job_config_input.py +16 -28
- flywheel/models/job_destination.py +7 -13
- flywheel/models/job_detail.py +88 -148
- flywheel/models/job_detail_container.py +7 -13
- flywheel/models/job_detail_file_entry.py +7 -13
- flywheel/models/job_detail_group.py +7 -13
- flywheel/models/job_detail_parent_info.py +19 -33
- flywheel/models/job_executor_info.py +25 -43
- flywheel/models/job_file_input.py +13 -23
- flywheel/models/job_file_input_list_output.py +13 -23
- flywheel/models/job_file_object.py +34 -58
- flywheel/models/job_file_object_list_output.py +31 -53
- flywheel/models/job_inputs_array_item.py +19 -33
- flywheel/models/job_inputs_item.py +13 -23
- flywheel/models/job_inputs_object.py +1 -3
- flywheel/models/job_list_output.py +94 -158
- flywheel/models/job_list_output_config.py +10 -18
- flywheel/models/job_log.py +7 -13
- flywheel/models/job_log_record.py +7 -13
- flywheel/models/job_modify.py +7 -13
- flywheel/models/job_origin.py +7 -13
- flywheel/models/job_output.py +97 -163
- flywheel/models/job_output_config.py +13 -23
- flywheel/models/job_parents.py +19 -33
- flywheel/models/job_priority_update.py +7 -13
- flywheel/models/job_profile.py +31 -53
- flywheel/models/job_request.py +10 -18
- flywheel/models/job_request_item.py +13 -23
- flywheel/models/job_request_target.py +16 -28
- flywheel/models/job_ticket_output.py +4 -8
- flywheel/models/job_transition_times.py +13 -23
- flywheel/models/job_version_info.py +1 -3
- flywheel/models/jobs_by_state.py +16 -28
- flywheel/models/jobs_list.py +4 -8
- flywheel/models/join_origin_device.py +4 -8
- flywheel/models/join_origin_job.py +10 -18
- flywheel/models/join_origin_user.py +7 -13
- flywheel/models/join_origins.py +10 -18
- flywheel/models/jupyterhub_workspace.py +4 -8
- flywheel/models/jupyterlab_server_modify.py +16 -28
- flywheel/models/jupyterlab_server_response.py +31 -53
- flywheel/models/ldap_sync_config.py +4 -8
- flywheel/models/ldap_sync_status.py +13 -23
- flywheel/models/legacy_api_key_output.py +16 -28
- flywheel/models/legacy_input.py +13 -23
- flywheel/models/legacy_usage_report.py +19 -33
- flywheel/models/legacys_usage_project_entry.py +7 -13
- flywheel/models/libs_viewer_config_models_viewer_config.py +7 -13
- flywheel/models/local_storage.py +10 -18
- flywheel/models/location.py +7 -13
- flywheel/models/locked.py +10 -18
- flywheel/models/master_subject_code_dob_input.py +16 -28
- flywheel/models/master_subject_code_input.py +16 -28
- flywheel/models/master_subject_code_output.py +4 -8
- flywheel/models/matched_acquisition_output.py +43 -73
- flywheel/models/measurement_config.py +10 -18
- flywheel/models/measurement_item_config.py +10 -18
- flywheel/models/mfa_settings.py +4 -8
- flywheel/models/ml_set_filter.py +7 -13
- flywheel/models/modality.py +13 -23
- flywheel/models/modality_input.py +13 -23
- flywheel/models/modality_modify.py +10 -18
- flywheel/models/modality_output.py +16 -28
- flywheel/models/modified_result.py +7 -13
- flywheel/models/modify_user_input.py +37 -63
- flywheel/models/move_conflict.py +19 -33
- flywheel/models/note.py +28 -48
- flywheel/models/note_input.py +4 -8
- flywheel/models/origin.py +7 -13
- flywheel/models/orphaned_count.py +4 -8
- flywheel/models/output_user_page.py +10 -18
- flywheel/models/packfile_cleanup_output.py +4 -8
- flywheel/models/packfile_removed_output.py +7 -13
- flywheel/models/page.py +10 -18
- flywheel/models/page_generic_file_output.py +10 -18
- flywheel/models/page_generic_filter.py +10 -18
- flywheel/models/page_generic_form_response_output.py +10 -18
- flywheel/models/page_generic_protocol.py +13 -23
- flywheel/models/page_generic_reader_task_output.py +13 -23
- flywheel/models/page_generic_staffing_pool.py +13 -23
- flywheel/models/parsed_query_response.py +7 -13
- flywheel/models/premade_jobs_batch_job_output.py +19 -33
- flywheel/models/premade_jobs_batch_job_output_inflated_jobs.py +19 -33
- flywheel/models/premade_jobs_batch_proposal.py +22 -38
- flywheel/models/premade_jobs_batch_proposal_detail.py +4 -8
- flywheel/models/premade_jobs_batch_proposal_input.py +4 -8
- flywheel/models/project_aet.py +22 -38
- flywheel/models/project_aet_input.py +13 -23
- flywheel/models/project_contact.py +7 -13
- flywheel/models/project_copy_input.py +13 -23
- flywheel/models/project_copy_output.py +10 -18
- flywheel/models/project_counters.py +28 -48
- flywheel/models/project_delete_status_output.py +7 -13
- flywheel/models/project_group_info.py +7 -13
- flywheel/models/project_hierarchy_input.py +16 -28
- flywheel/models/project_hierarchy_output.py +10 -18
- flywheel/models/project_input.py +28 -48
- flywheel/models/project_institution.py +7 -13
- flywheel/models/project_list_output.py +94 -158
- flywheel/models/project_modify.py +37 -63
- flywheel/models/project_output.py +94 -158
- flywheel/models/project_parents.py +4 -8
- flywheel/models/project_report.py +37 -63
- flywheel/models/project_report_list.py +4 -8
- flywheel/models/project_settings_input.py +22 -38
- flywheel/models/project_settings_output.py +22 -38
- flywheel/models/project_settings_sharing.py +22 -38
- flywheel/models/project_settings_sharing_input.py +22 -38
- flywheel/models/project_settings_workspaces.py +4 -8
- flywheel/models/project_settings_workspaces_input.py +4 -8
- flywheel/models/project_stats.py +16 -28
- flywheel/models/project_template.py +7 -13
- flywheel/models/project_template_input.py +7 -13
- flywheel/models/project_template_list_input.py +4 -8
- flywheel/models/protocol.py +46 -78
- flywheel/models/protocol_e_signature_config.py +7 -13
- flywheel/models/protocol_input.py +25 -43
- flywheel/models/protocol_modify.py +16 -28
- flywheel/models/provider.py +37 -63
- flywheel/models/provider_deletion_status.py +7 -13
- flywheel/models/provider_links.py +16 -28
- flywheel/models/providers.py +16 -28
- flywheel/models/reader_batch_create.py +37 -63
- flywheel/models/reader_task.py +67 -113
- flywheel/models/reader_task_config.py +10 -18
- flywheel/models/reader_task_create.py +46 -78
- flywheel/models/reader_task_modify.py +19 -33
- flywheel/models/reader_task_output.py +70 -118
- flywheel/models/reader_task_parent_details.py +22 -38
- flywheel/models/report_access_log_context.py +19 -33
- flywheel/models/report_access_log_context_entry.py +7 -13
- flywheel/models/report_access_log_context_file_entry.py +4 -8
- flywheel/models/report_access_log_entry.py +52 -88
- flywheel/models/report_access_log_origin.py +7 -13
- flywheel/models/report_availability_list.py +4 -8
- flywheel/models/report_daily_usage_entry.py +40 -68
- flywheel/models/report_ethnicity_grid.py +13 -23
- flywheel/models/report_gender_count.py +10 -18
- flywheel/models/report_group_report.py +10 -18
- flywheel/models/report_site.py +7 -13
- flywheel/models/report_time_period.py +7 -13
- flywheel/models/report_usage.py +52 -88
- flywheel/models/resolve_input.py +4 -8
- flywheel/models/resolve_output.py +7 -13
- flywheel/models/resolver_node.py +4 -8
- flywheel/models/role_input.py +7 -13
- flywheel/models/role_output.py +16 -28
- flywheel/models/role_permission.py +7 -13
- flywheel/models/role_permission_output.py +7 -13
- flywheel/models/role_permission_update.py +4 -8
- flywheel/models/role_update.py +7 -13
- flywheel/models/roles_role_assignment.py +7 -13
- flywheel/models/rule.py +37 -63
- flywheel/models/rule_any.py +10 -18
- flywheel/models/s3_compat_storage.py +28 -48
- flywheel/models/save_search.py +19 -33
- flywheel/models/save_search_input.py +10 -18
- flywheel/models/save_search_output.py +19 -33
- flywheel/models/save_search_page.py +10 -18
- flywheel/models/save_search_parent.py +7 -13
- flywheel/models/save_search_update.py +7 -13
- flywheel/models/search_acquisition_response.py +13 -23
- flywheel/models/search_analysis_response.py +13 -23
- flywheel/models/search_collection_response.py +13 -23
- flywheel/models/search_file_response.py +19 -33
- flywheel/models/search_group_response.py +7 -13
- flywheel/models/search_parent_response.py +7 -13
- flywheel/models/search_parse_error.py +13 -23
- flywheel/models/search_project_response.py +7 -13
- flywheel/models/search_query.py +22 -38
- flywheel/models/search_response.py +34 -58
- flywheel/models/search_session_response.py +13 -23
- flywheel/models/search_status.py +4 -8
- flywheel/models/search_subject_response.py +10 -18
- flywheel/models/select_item.py +7 -13
- flywheel/models/server_state.py +19 -33
- flywheel/models/service_aet.py +19 -33
- flywheel/models/service_aet_input.py +16 -28
- flywheel/models/session_copy_input.py +13 -23
- flywheel/models/session_embedded_subject.py +19 -33
- flywheel/models/session_input.py +34 -58
- flywheel/models/session_list_output.py +85 -143
- flywheel/models/session_modify.py +37 -63
- flywheel/models/session_output.py +85 -143
- flywheel/models/session_parents.py +10 -18
- flywheel/models/session_template_options.py +10 -18
- flywheel/models/session_template_recalc_output.py +4 -8
- flywheel/models/session_upsert_input.py +37 -63
- flywheel/models/session_upsert_output.py +13 -23
- flywheel/models/sharing_filter_options.py +25 -43
- flywheel/models/signed_fs_upload_output.py +7 -13
- flywheel/models/signed_url_cleanup_input.py +7 -13
- flywheel/models/signed_url_upload_input.py +7 -13
- flywheel/models/signed_url_upload_output.py +25 -43
- flywheel/models/site.py +55 -93
- flywheel/models/site_report.py +7 -13
- flywheel/models/site_settings.py +28 -48
- flywheel/models/sort.py +7 -13
- flywheel/models/staffing_pool.py +22 -38
- flywheel/models/staffing_pool_create.py +10 -18
- flywheel/models/staffing_pool_list.py +4 -8
- flywheel/models/staffing_pool_modify.py +10 -18
- flywheel/models/static_compute.py +10 -18
- flywheel/models/status_transitions.py +13 -23
- flywheel/models/storage_strategy_config.py +7 -13
- flywheel/models/structured_query.py +4 -8
- flywheel/models/structured_query_suggestions.py +7 -13
- flywheel/models/structured_query_value_suggestion.py +13 -23
- flywheel/models/subject_copy_input.py +10 -18
- flywheel/models/subject_input.py +55 -93
- flywheel/models/subject_modify.py +61 -103
- flywheel/models/subject_output.py +97 -163
- flywheel/models/subject_output_for_list.py +97 -163
- flywheel/models/subject_parents.py +7 -13
- flywheel/models/subject_role_permission.py +7 -13
- flywheel/models/subject_template_options.py +7 -13
- flywheel/models/subject_upsert_input.py +49 -83
- flywheel/models/subject_upsert_output.py +10 -18
- flywheel/models/sync_user_input.py +22 -38
- flywheel/models/tag.py +4 -8
- flywheel/models/task_assign.py +7 -13
- flywheel/models/task_parent_ref.py +13 -23
- flywheel/models/task_parent_ref_input.py +10 -18
- flywheel/models/task_submission.py +7 -13
- flywheel/models/toolbar_config.py +4 -8
- flywheel/models/transitions.py +16 -28
- flywheel/models/tree_container_request_spec.py +16 -28
- flywheel/models/tree_graph.py +1 -3
- flywheel/models/tree_graph_connection.py +13 -23
- flywheel/models/tree_graph_connections.py +1 -3
- flywheel/models/tree_graph_node.py +4 -8
- flywheel/models/tree_response_item.py +1 -3
- flywheel/models/uid_check_input_acquisitions.py +13 -23
- flywheel/models/uid_check_input_sessions.py +13 -23
- flywheel/models/uid_check_output.py +7 -13
- flywheel/models/upload_ticket_output.py +10 -18
- flywheel/models/upload_token_output.py +4 -8
- flywheel/models/user.py +67 -113
- flywheel/models/user_api_key.py +10 -18
- flywheel/models/user_input.py +37 -63
- flywheel/models/user_jobs.py +10 -18
- flywheel/models/user_output_id.py +4 -8
- flywheel/models/user_preferences.py +1 -3
- flywheel/models/user_wechat.py +1 -3
- flywheel/models/validation_error.py +10 -18
- flywheel/models/validation_rule.py +7 -13
- flywheel/models/version.py +25 -43
- flywheel/models/view_id_output.py +4 -8
- flywheel/models/view_output.py +34 -58
- flywheel/models/viewer_app.py +28 -48
- flywheel/models/viewer_app_input.py +28 -48
- flywheel/models/virus_scan.py +4 -8
- flywheel/models/work_in_progress_features.py +1 -3
- flywheel/models/zipfile_info.py +7 -13
- flywheel/models/zipfile_member_info.py +13 -23
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/METADATA +1 -1
- flywheel_sdk-21.4.0rc0.dist-info/RECORD +778 -0
- flywheel_sdk-21.4.0.dist-info/RECORD +0 -778
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/WHEEL +0 -0
- {flywheel_sdk-21.4.0.dist-info → flywheel_sdk-21.4.0rc0.dist-info}/licenses/LICENSE.txt +0 -0
flywheel/models/user.py
CHANGED
|
@@ -96,53 +96,7 @@ class User(object):
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
def __init__(self, id=None, user_id=None, firstname=None, lastname=None, email=None, avatar=None, avatars=None, roles=None, root=None, disabled=None, preferences=None, wechat=None, firstlogin=None, lastlogin=None, api_key=None, api_keys=None, created=None, modified=None, deleted=None, central_user_id=None, central_revision=None, info=None): # noqa: E501
|
|
99
|
-
"""User - a model defined in Swagger
|
|
100
|
-
|
|
101
|
-
:param id: Database ID of a user, defaults to None
|
|
102
|
-
:type id: str, optional
|
|
103
|
-
:param user_id:, defaults to None
|
|
104
|
-
:type user_id: str, optional
|
|
105
|
-
:param firstname: First name, defaults to None
|
|
106
|
-
:type firstname: str, optional
|
|
107
|
-
:param lastname: Last name, defaults to None
|
|
108
|
-
:type lastname: str, optional
|
|
109
|
-
:param email: Email address, defaults to None
|
|
110
|
-
:type email: str, optional
|
|
111
|
-
:param avatar: Avatar image URL, defaults to None
|
|
112
|
-
:type avatar: str, optional
|
|
113
|
-
:param avatars:, defaults to None
|
|
114
|
-
:type avatars: Avatars, optional
|
|
115
|
-
:param roles:, defaults to None
|
|
116
|
-
:type roles: list[str], optional
|
|
117
|
-
:param root: Super admin flag, defaults to None
|
|
118
|
-
:type root: bool, optional
|
|
119
|
-
:param disabled:, defaults to None
|
|
120
|
-
:type disabled: bool, optional
|
|
121
|
-
:param preferences:, defaults to None
|
|
122
|
-
:type preferences: UserPreferences, optional
|
|
123
|
-
:param wechat:, defaults to None
|
|
124
|
-
:type wechat: UserWechat, optional
|
|
125
|
-
:param firstlogin:, defaults to None
|
|
126
|
-
:type firstlogin: str, optional
|
|
127
|
-
:param lastlogin:, defaults to None
|
|
128
|
-
:type lastlogin: str, optional
|
|
129
|
-
:param api_key:, defaults to None
|
|
130
|
-
:type api_key: UserApiKey, optional
|
|
131
|
-
:param api_keys:, defaults to None
|
|
132
|
-
:type api_keys: list[UserApiKey], optional
|
|
133
|
-
:param created: Creation time (automatically set), defaults to None
|
|
134
|
-
:type created: datetime, optional
|
|
135
|
-
:param modified: Last modification time (automatically updated), defaults to None
|
|
136
|
-
:type modified: datetime, optional
|
|
137
|
-
:param deleted: Deleted time (automatically set on delete), defaults to None
|
|
138
|
-
:type deleted: datetime, optional
|
|
139
|
-
:param central_user_id:, defaults to None
|
|
140
|
-
:type central_user_id: str, optional
|
|
141
|
-
:param central_revision:, defaults to None
|
|
142
|
-
:type central_revision: int, optional
|
|
143
|
-
:param info:, defaults to None
|
|
144
|
-
:type info: object, optional
|
|
145
|
-
"""
|
|
99
|
+
"""User - a model defined in Swagger"""
|
|
146
100
|
super(User, self).__init__()
|
|
147
101
|
|
|
148
102
|
self._id = None
|
|
@@ -221,7 +175,7 @@ class User(object):
|
|
|
221
175
|
|
|
222
176
|
Database ID of a user
|
|
223
177
|
|
|
224
|
-
:return: The id of this User
|
|
178
|
+
:return: The id of this User.
|
|
225
179
|
:rtype: str
|
|
226
180
|
"""
|
|
227
181
|
return self._id
|
|
@@ -232,8 +186,8 @@ class User(object):
|
|
|
232
186
|
|
|
233
187
|
Database ID of a user
|
|
234
188
|
|
|
235
|
-
:param id: The id of this User
|
|
236
|
-
:type
|
|
189
|
+
:param id: The id of this User. # noqa: E501
|
|
190
|
+
:type: str
|
|
237
191
|
"""
|
|
238
192
|
|
|
239
193
|
self._id = id
|
|
@@ -243,7 +197,7 @@ class User(object):
|
|
|
243
197
|
"""Gets the user_id of this User.
|
|
244
198
|
|
|
245
199
|
|
|
246
|
-
:return: The user_id of this User
|
|
200
|
+
:return: The user_id of this User.
|
|
247
201
|
:rtype: str
|
|
248
202
|
"""
|
|
249
203
|
return self._user_id
|
|
@@ -253,8 +207,8 @@ class User(object):
|
|
|
253
207
|
"""Sets the user_id of this User.
|
|
254
208
|
|
|
255
209
|
|
|
256
|
-
:param user_id: The user_id of this User
|
|
257
|
-
:type
|
|
210
|
+
:param user_id: The user_id of this User. # noqa: E501
|
|
211
|
+
:type: str
|
|
258
212
|
"""
|
|
259
213
|
|
|
260
214
|
self._user_id = user_id
|
|
@@ -265,7 +219,7 @@ class User(object):
|
|
|
265
219
|
|
|
266
220
|
First name
|
|
267
221
|
|
|
268
|
-
:return: The firstname of this User
|
|
222
|
+
:return: The firstname of this User.
|
|
269
223
|
:rtype: str
|
|
270
224
|
"""
|
|
271
225
|
return self._firstname
|
|
@@ -276,8 +230,8 @@ class User(object):
|
|
|
276
230
|
|
|
277
231
|
First name
|
|
278
232
|
|
|
279
|
-
:param firstname: The firstname of this User
|
|
280
|
-
:type
|
|
233
|
+
:param firstname: The firstname of this User. # noqa: E501
|
|
234
|
+
:type: str
|
|
281
235
|
"""
|
|
282
236
|
|
|
283
237
|
self._firstname = firstname
|
|
@@ -288,7 +242,7 @@ class User(object):
|
|
|
288
242
|
|
|
289
243
|
Last name
|
|
290
244
|
|
|
291
|
-
:return: The lastname of this User
|
|
245
|
+
:return: The lastname of this User.
|
|
292
246
|
:rtype: str
|
|
293
247
|
"""
|
|
294
248
|
return self._lastname
|
|
@@ -299,8 +253,8 @@ class User(object):
|
|
|
299
253
|
|
|
300
254
|
Last name
|
|
301
255
|
|
|
302
|
-
:param lastname: The lastname of this User
|
|
303
|
-
:type
|
|
256
|
+
:param lastname: The lastname of this User. # noqa: E501
|
|
257
|
+
:type: str
|
|
304
258
|
"""
|
|
305
259
|
|
|
306
260
|
self._lastname = lastname
|
|
@@ -311,7 +265,7 @@ class User(object):
|
|
|
311
265
|
|
|
312
266
|
Email address
|
|
313
267
|
|
|
314
|
-
:return: The email of this User
|
|
268
|
+
:return: The email of this User.
|
|
315
269
|
:rtype: str
|
|
316
270
|
"""
|
|
317
271
|
return self._email
|
|
@@ -322,8 +276,8 @@ class User(object):
|
|
|
322
276
|
|
|
323
277
|
Email address
|
|
324
278
|
|
|
325
|
-
:param email: The email of this User
|
|
326
|
-
:type
|
|
279
|
+
:param email: The email of this User. # noqa: E501
|
|
280
|
+
:type: str
|
|
327
281
|
"""
|
|
328
282
|
|
|
329
283
|
self._email = email
|
|
@@ -334,7 +288,7 @@ class User(object):
|
|
|
334
288
|
|
|
335
289
|
Avatar image URL
|
|
336
290
|
|
|
337
|
-
:return: The avatar of this User
|
|
291
|
+
:return: The avatar of this User.
|
|
338
292
|
:rtype: str
|
|
339
293
|
"""
|
|
340
294
|
return self._avatar
|
|
@@ -345,8 +299,8 @@ class User(object):
|
|
|
345
299
|
|
|
346
300
|
Avatar image URL
|
|
347
301
|
|
|
348
|
-
:param avatar: The avatar of this User
|
|
349
|
-
:type
|
|
302
|
+
:param avatar: The avatar of this User. # noqa: E501
|
|
303
|
+
:type: str
|
|
350
304
|
"""
|
|
351
305
|
|
|
352
306
|
self._avatar = avatar
|
|
@@ -356,7 +310,7 @@ class User(object):
|
|
|
356
310
|
"""Gets the avatars of this User.
|
|
357
311
|
|
|
358
312
|
|
|
359
|
-
:return: The avatars of this User
|
|
313
|
+
:return: The avatars of this User.
|
|
360
314
|
:rtype: Avatars
|
|
361
315
|
"""
|
|
362
316
|
return self._avatars
|
|
@@ -366,8 +320,8 @@ class User(object):
|
|
|
366
320
|
"""Sets the avatars of this User.
|
|
367
321
|
|
|
368
322
|
|
|
369
|
-
:param avatars: The avatars of this User
|
|
370
|
-
:type
|
|
323
|
+
:param avatars: The avatars of this User. # noqa: E501
|
|
324
|
+
:type: Avatars
|
|
371
325
|
"""
|
|
372
326
|
|
|
373
327
|
self._avatars = avatars
|
|
@@ -377,7 +331,7 @@ class User(object):
|
|
|
377
331
|
"""Gets the roles of this User.
|
|
378
332
|
|
|
379
333
|
|
|
380
|
-
:return: The roles of this User
|
|
334
|
+
:return: The roles of this User.
|
|
381
335
|
:rtype: list[str]
|
|
382
336
|
"""
|
|
383
337
|
return self._roles
|
|
@@ -387,8 +341,8 @@ class User(object):
|
|
|
387
341
|
"""Sets the roles of this User.
|
|
388
342
|
|
|
389
343
|
|
|
390
|
-
:param roles: The roles of this User
|
|
391
|
-
:type
|
|
344
|
+
:param roles: The roles of this User. # noqa: E501
|
|
345
|
+
:type: list[str]
|
|
392
346
|
"""
|
|
393
347
|
|
|
394
348
|
self._roles = roles
|
|
@@ -399,7 +353,7 @@ class User(object):
|
|
|
399
353
|
|
|
400
354
|
Super admin flag
|
|
401
355
|
|
|
402
|
-
:return: The root of this User
|
|
356
|
+
:return: The root of this User.
|
|
403
357
|
:rtype: bool
|
|
404
358
|
"""
|
|
405
359
|
return self._root
|
|
@@ -410,8 +364,8 @@ class User(object):
|
|
|
410
364
|
|
|
411
365
|
Super admin flag
|
|
412
366
|
|
|
413
|
-
:param root: The root of this User
|
|
414
|
-
:type
|
|
367
|
+
:param root: The root of this User. # noqa: E501
|
|
368
|
+
:type: bool
|
|
415
369
|
"""
|
|
416
370
|
|
|
417
371
|
self._root = root
|
|
@@ -421,7 +375,7 @@ class User(object):
|
|
|
421
375
|
"""Gets the disabled of this User.
|
|
422
376
|
|
|
423
377
|
|
|
424
|
-
:return: The disabled of this User
|
|
378
|
+
:return: The disabled of this User.
|
|
425
379
|
:rtype: bool
|
|
426
380
|
"""
|
|
427
381
|
return self._disabled
|
|
@@ -431,8 +385,8 @@ class User(object):
|
|
|
431
385
|
"""Sets the disabled of this User.
|
|
432
386
|
|
|
433
387
|
|
|
434
|
-
:param disabled: The disabled of this User
|
|
435
|
-
:type
|
|
388
|
+
:param disabled: The disabled of this User. # noqa: E501
|
|
389
|
+
:type: bool
|
|
436
390
|
"""
|
|
437
391
|
|
|
438
392
|
self._disabled = disabled
|
|
@@ -442,7 +396,7 @@ class User(object):
|
|
|
442
396
|
"""Gets the preferences of this User.
|
|
443
397
|
|
|
444
398
|
|
|
445
|
-
:return: The preferences of this User
|
|
399
|
+
:return: The preferences of this User.
|
|
446
400
|
:rtype: UserPreferences
|
|
447
401
|
"""
|
|
448
402
|
return self._preferences
|
|
@@ -452,8 +406,8 @@ class User(object):
|
|
|
452
406
|
"""Sets the preferences of this User.
|
|
453
407
|
|
|
454
408
|
|
|
455
|
-
:param preferences: The preferences of this User
|
|
456
|
-
:type
|
|
409
|
+
:param preferences: The preferences of this User. # noqa: E501
|
|
410
|
+
:type: UserPreferences
|
|
457
411
|
"""
|
|
458
412
|
|
|
459
413
|
self._preferences = preferences
|
|
@@ -463,7 +417,7 @@ class User(object):
|
|
|
463
417
|
"""Gets the wechat of this User.
|
|
464
418
|
|
|
465
419
|
|
|
466
|
-
:return: The wechat of this User
|
|
420
|
+
:return: The wechat of this User.
|
|
467
421
|
:rtype: UserWechat
|
|
468
422
|
"""
|
|
469
423
|
return self._wechat
|
|
@@ -473,8 +427,8 @@ class User(object):
|
|
|
473
427
|
"""Sets the wechat of this User.
|
|
474
428
|
|
|
475
429
|
|
|
476
|
-
:param wechat: The wechat of this User
|
|
477
|
-
:type
|
|
430
|
+
:param wechat: The wechat of this User. # noqa: E501
|
|
431
|
+
:type: UserWechat
|
|
478
432
|
"""
|
|
479
433
|
|
|
480
434
|
self._wechat = wechat
|
|
@@ -484,7 +438,7 @@ class User(object):
|
|
|
484
438
|
"""Gets the firstlogin of this User.
|
|
485
439
|
|
|
486
440
|
|
|
487
|
-
:return: The firstlogin of this User
|
|
441
|
+
:return: The firstlogin of this User.
|
|
488
442
|
:rtype: str
|
|
489
443
|
"""
|
|
490
444
|
return self._firstlogin
|
|
@@ -494,8 +448,8 @@ class User(object):
|
|
|
494
448
|
"""Sets the firstlogin of this User.
|
|
495
449
|
|
|
496
450
|
|
|
497
|
-
:param firstlogin: The firstlogin of this User
|
|
498
|
-
:type
|
|
451
|
+
:param firstlogin: The firstlogin of this User. # noqa: E501
|
|
452
|
+
:type: str
|
|
499
453
|
"""
|
|
500
454
|
|
|
501
455
|
self._firstlogin = firstlogin
|
|
@@ -505,7 +459,7 @@ class User(object):
|
|
|
505
459
|
"""Gets the lastlogin of this User.
|
|
506
460
|
|
|
507
461
|
|
|
508
|
-
:return: The lastlogin of this User
|
|
462
|
+
:return: The lastlogin of this User.
|
|
509
463
|
:rtype: str
|
|
510
464
|
"""
|
|
511
465
|
return self._lastlogin
|
|
@@ -515,8 +469,8 @@ class User(object):
|
|
|
515
469
|
"""Sets the lastlogin of this User.
|
|
516
470
|
|
|
517
471
|
|
|
518
|
-
:param lastlogin: The lastlogin of this User
|
|
519
|
-
:type
|
|
472
|
+
:param lastlogin: The lastlogin of this User. # noqa: E501
|
|
473
|
+
:type: str
|
|
520
474
|
"""
|
|
521
475
|
|
|
522
476
|
self._lastlogin = lastlogin
|
|
@@ -526,7 +480,7 @@ class User(object):
|
|
|
526
480
|
"""Gets the api_key of this User.
|
|
527
481
|
|
|
528
482
|
|
|
529
|
-
:return: The api_key of this User
|
|
483
|
+
:return: The api_key of this User.
|
|
530
484
|
:rtype: UserApiKey
|
|
531
485
|
"""
|
|
532
486
|
return self._api_key
|
|
@@ -536,8 +490,8 @@ class User(object):
|
|
|
536
490
|
"""Sets the api_key of this User.
|
|
537
491
|
|
|
538
492
|
|
|
539
|
-
:param api_key: The api_key of this User
|
|
540
|
-
:type
|
|
493
|
+
:param api_key: The api_key of this User. # noqa: E501
|
|
494
|
+
:type: UserApiKey
|
|
541
495
|
"""
|
|
542
496
|
|
|
543
497
|
self._api_key = api_key
|
|
@@ -547,7 +501,7 @@ class User(object):
|
|
|
547
501
|
"""Gets the api_keys of this User.
|
|
548
502
|
|
|
549
503
|
|
|
550
|
-
:return: The api_keys of this User
|
|
504
|
+
:return: The api_keys of this User.
|
|
551
505
|
:rtype: list[UserApiKey]
|
|
552
506
|
"""
|
|
553
507
|
return self._api_keys
|
|
@@ -557,8 +511,8 @@ class User(object):
|
|
|
557
511
|
"""Sets the api_keys of this User.
|
|
558
512
|
|
|
559
513
|
|
|
560
|
-
:param api_keys: The api_keys of this User
|
|
561
|
-
:type
|
|
514
|
+
:param api_keys: The api_keys of this User. # noqa: E501
|
|
515
|
+
:type: list[UserApiKey]
|
|
562
516
|
"""
|
|
563
517
|
|
|
564
518
|
self._api_keys = api_keys
|
|
@@ -569,7 +523,7 @@ class User(object):
|
|
|
569
523
|
|
|
570
524
|
Creation time (automatically set)
|
|
571
525
|
|
|
572
|
-
:return: The created of this User
|
|
526
|
+
:return: The created of this User.
|
|
573
527
|
:rtype: datetime
|
|
574
528
|
"""
|
|
575
529
|
return self._created
|
|
@@ -580,8 +534,8 @@ class User(object):
|
|
|
580
534
|
|
|
581
535
|
Creation time (automatically set)
|
|
582
536
|
|
|
583
|
-
:param created: The created of this User
|
|
584
|
-
:type
|
|
537
|
+
:param created: The created of this User. # noqa: E501
|
|
538
|
+
:type: datetime
|
|
585
539
|
"""
|
|
586
540
|
|
|
587
541
|
self._created = created
|
|
@@ -592,7 +546,7 @@ class User(object):
|
|
|
592
546
|
|
|
593
547
|
Last modification time (automatically updated)
|
|
594
548
|
|
|
595
|
-
:return: The modified of this User
|
|
549
|
+
:return: The modified of this User.
|
|
596
550
|
:rtype: datetime
|
|
597
551
|
"""
|
|
598
552
|
return self._modified
|
|
@@ -603,8 +557,8 @@ class User(object):
|
|
|
603
557
|
|
|
604
558
|
Last modification time (automatically updated)
|
|
605
559
|
|
|
606
|
-
:param modified: The modified of this User
|
|
607
|
-
:type
|
|
560
|
+
:param modified: The modified of this User. # noqa: E501
|
|
561
|
+
:type: datetime
|
|
608
562
|
"""
|
|
609
563
|
|
|
610
564
|
self._modified = modified
|
|
@@ -615,7 +569,7 @@ class User(object):
|
|
|
615
569
|
|
|
616
570
|
Deleted time (automatically set on delete)
|
|
617
571
|
|
|
618
|
-
:return: The deleted of this User
|
|
572
|
+
:return: The deleted of this User.
|
|
619
573
|
:rtype: datetime
|
|
620
574
|
"""
|
|
621
575
|
return self._deleted
|
|
@@ -626,8 +580,8 @@ class User(object):
|
|
|
626
580
|
|
|
627
581
|
Deleted time (automatically set on delete)
|
|
628
582
|
|
|
629
|
-
:param deleted: The deleted of this User
|
|
630
|
-
:type
|
|
583
|
+
:param deleted: The deleted of this User. # noqa: E501
|
|
584
|
+
:type: datetime
|
|
631
585
|
"""
|
|
632
586
|
|
|
633
587
|
self._deleted = deleted
|
|
@@ -637,7 +591,7 @@ class User(object):
|
|
|
637
591
|
"""Gets the central_user_id of this User.
|
|
638
592
|
|
|
639
593
|
|
|
640
|
-
:return: The central_user_id of this User
|
|
594
|
+
:return: The central_user_id of this User.
|
|
641
595
|
:rtype: str
|
|
642
596
|
"""
|
|
643
597
|
return self._central_user_id
|
|
@@ -647,8 +601,8 @@ class User(object):
|
|
|
647
601
|
"""Sets the central_user_id of this User.
|
|
648
602
|
|
|
649
603
|
|
|
650
|
-
:param central_user_id: The central_user_id of this User
|
|
651
|
-
:type
|
|
604
|
+
:param central_user_id: The central_user_id of this User. # noqa: E501
|
|
605
|
+
:type: str
|
|
652
606
|
"""
|
|
653
607
|
|
|
654
608
|
self._central_user_id = central_user_id
|
|
@@ -658,7 +612,7 @@ class User(object):
|
|
|
658
612
|
"""Gets the central_revision of this User.
|
|
659
613
|
|
|
660
614
|
|
|
661
|
-
:return: The central_revision of this User
|
|
615
|
+
:return: The central_revision of this User.
|
|
662
616
|
:rtype: int
|
|
663
617
|
"""
|
|
664
618
|
return self._central_revision
|
|
@@ -668,8 +622,8 @@ class User(object):
|
|
|
668
622
|
"""Sets the central_revision of this User.
|
|
669
623
|
|
|
670
624
|
|
|
671
|
-
:param central_revision: The central_revision of this User
|
|
672
|
-
:type
|
|
625
|
+
:param central_revision: The central_revision of this User. # noqa: E501
|
|
626
|
+
:type: int
|
|
673
627
|
"""
|
|
674
628
|
|
|
675
629
|
self._central_revision = central_revision
|
|
@@ -679,7 +633,7 @@ class User(object):
|
|
|
679
633
|
"""Gets the info of this User.
|
|
680
634
|
|
|
681
635
|
|
|
682
|
-
:return: The info of this User
|
|
636
|
+
:return: The info of this User.
|
|
683
637
|
:rtype: object
|
|
684
638
|
"""
|
|
685
639
|
return self._info
|
|
@@ -689,8 +643,8 @@ class User(object):
|
|
|
689
643
|
"""Sets the info of this User.
|
|
690
644
|
|
|
691
645
|
|
|
692
|
-
:param info: The info of this User
|
|
693
|
-
:type
|
|
646
|
+
:param info: The info of this User. # noqa: E501
|
|
647
|
+
:type: object
|
|
694
648
|
"""
|
|
695
649
|
|
|
696
650
|
self._info = info
|
flywheel/models/user_api_key.py
CHANGED
|
@@ -33,15 +33,7 @@ class UserApiKey(object):
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
def __init__(self, key=None, created=None, last_used=None): # noqa: E501
|
|
36
|
-
"""UserApiKey - a model defined in Swagger
|
|
37
|
-
|
|
38
|
-
:param key:, defaults to None
|
|
39
|
-
:type key: str, optional
|
|
40
|
-
:param created: Creation time (automatically set), defaults to None
|
|
41
|
-
:type created: datetime, optional
|
|
42
|
-
:param last_used:, defaults to None
|
|
43
|
-
:type last_used: datetime, optional
|
|
44
|
-
"""
|
|
36
|
+
"""UserApiKey - a model defined in Swagger"""
|
|
45
37
|
super(UserApiKey, self).__init__()
|
|
46
38
|
|
|
47
39
|
self._key = None
|
|
@@ -62,7 +54,7 @@ class UserApiKey(object):
|
|
|
62
54
|
"""Gets the key of this UserApiKey.
|
|
63
55
|
|
|
64
56
|
|
|
65
|
-
:return: The key of this UserApiKey
|
|
57
|
+
:return: The key of this UserApiKey.
|
|
66
58
|
:rtype: str
|
|
67
59
|
"""
|
|
68
60
|
return self._key
|
|
@@ -72,8 +64,8 @@ class UserApiKey(object):
|
|
|
72
64
|
"""Sets the key of this UserApiKey.
|
|
73
65
|
|
|
74
66
|
|
|
75
|
-
:param key: The key of this UserApiKey
|
|
76
|
-
:type
|
|
67
|
+
:param key: The key of this UserApiKey. # noqa: E501
|
|
68
|
+
:type: str
|
|
77
69
|
"""
|
|
78
70
|
|
|
79
71
|
self._key = key
|
|
@@ -84,7 +76,7 @@ class UserApiKey(object):
|
|
|
84
76
|
|
|
85
77
|
Creation time (automatically set)
|
|
86
78
|
|
|
87
|
-
:return: The created of this UserApiKey
|
|
79
|
+
:return: The created of this UserApiKey.
|
|
88
80
|
:rtype: datetime
|
|
89
81
|
"""
|
|
90
82
|
return self._created
|
|
@@ -95,8 +87,8 @@ class UserApiKey(object):
|
|
|
95
87
|
|
|
96
88
|
Creation time (automatically set)
|
|
97
89
|
|
|
98
|
-
:param created: The created of this UserApiKey
|
|
99
|
-
:type
|
|
90
|
+
:param created: The created of this UserApiKey. # noqa: E501
|
|
91
|
+
:type: datetime
|
|
100
92
|
"""
|
|
101
93
|
|
|
102
94
|
self._created = created
|
|
@@ -106,7 +98,7 @@ class UserApiKey(object):
|
|
|
106
98
|
"""Gets the last_used of this UserApiKey.
|
|
107
99
|
|
|
108
100
|
|
|
109
|
-
:return: The last_used of this UserApiKey
|
|
101
|
+
:return: The last_used of this UserApiKey.
|
|
110
102
|
:rtype: datetime
|
|
111
103
|
"""
|
|
112
104
|
return self._last_used
|
|
@@ -116,8 +108,8 @@ class UserApiKey(object):
|
|
|
116
108
|
"""Sets the last_used of this UserApiKey.
|
|
117
109
|
|
|
118
110
|
|
|
119
|
-
:param last_used: The last_used of this UserApiKey
|
|
120
|
-
:type
|
|
111
|
+
:param last_used: The last_used of this UserApiKey. # noqa: E501
|
|
112
|
+
:type: datetime
|
|
121
113
|
"""
|
|
122
114
|
|
|
123
115
|
self._last_used = last_used
|