Skip to content

flywheel.models.group_settings_output

GroupSettingsOutput

Bases: object

deid_profile property writable

Gets the deid_profile of this GroupSettingsOutput.

Returns:

Type Description
dict(str, object)

The deid_profile of this GroupSettingsOutput

external_routing_id property writable

Gets the external_routing_id of this GroupSettingsOutput.

Returns:

Type Description
str

The external_routing_id of this GroupSettingsOutput

forms property writable

Gets the forms of this GroupSettingsOutput.

Returns:

Type Description
dict(str, list[FormDefinition])

The forms of this GroupSettingsOutput

viewer_apps property writable

Gets the viewer_apps of this GroupSettingsOutput.

Returns:

Type Description
list[ViewerApp]

The viewer_apps of this GroupSettingsOutput

__contains__(key)

Checks if the given value is a key in this object

__eq__(other)

Returns true if both objects are equal

__getitem__(key)

Returns the value of key

__init__(viewer_apps=None, deid_profile=None, forms=None, external_routing_id=None)

GroupSettingsOutput - a model defined in Swagger

Parameters:

Name Type Description Default
viewer_apps (list[ViewerApp], optional)

, defaults to None

None
deid_profile (dict(str, object), optional)

, defaults to None

None
forms (dict(str, list[FormDefinition]), optional)

, defaults to None

None
external_routing_id (str, optional)

, defaults to None

None

__ne__(other)

Returns true if both objects are not equal

__repr__()

For print and pprint

__setitem__(key, value)

Sets the value of key

get(key, default=None)

Get the value of the provided json property, or default

items()

Returns the list of json property to value mapping

keys()

Returns the list of json properties in the object

positional_to_model(value) staticmethod

Converts a positional argument to a model value

return_value()

Unwraps return value from model

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

values()

Returns the list of values in the object