Skip to content

flywheel.models.project_report

ProjectReport

Bases: object

admins property writable

Gets the admins of this ProjectReport.

Returns:

Type Description
list[object]

The admins of this ProjectReport

demographics_grid property writable

Gets the demographics_grid of this ProjectReport.

Returns:

Type Description
object

The demographics_grid of this ProjectReport

demographics_total property writable

Gets the demographics_total of this ProjectReport.

Returns:

Type Description
int

The demographics_total of this ProjectReport

female_count property writable

Gets the female_count of this ProjectReport.

Returns:

Type Description
int

The female_count of this ProjectReport

group_name property writable

Gets the group_name of this ProjectReport.

Returns:

Type Description
str

The group_name of this ProjectReport

male_count property writable

Gets the male_count of this ProjectReport.

Returns:

Type Description
int

The male_count of this ProjectReport

name property writable

Gets the name of this ProjectReport.

Application-specific label

Returns:

Type Description
str

The name of this ProjectReport

other_count property writable

Gets the other_count of this ProjectReport.

Returns:

Type Description
int

The other_count of this ProjectReport

over_18_count property writable

Gets the over_18_count of this ProjectReport.

Returns:

Type Description
int

The over_18_count of this ProjectReport

session_count property writable

Gets the session_count of this ProjectReport.

Returns:

Type Description
int

The session_count of this ProjectReport

subjects_count property writable

Gets the subjects_count of this ProjectReport.

Returns:

Type Description
int

The subjects_count of this ProjectReport

under_18_count property writable

Gets the under_18_count of this ProjectReport.

Returns:

Type Description
int

The under_18_count of this ProjectReport

__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__(name='', group_name='', admins=None, session_count=0, subjects_count=0, female_count=0, male_count=0, other_count=0, demographics_grid=None, demographics_total=0, over_18_count=0, under_18_count=0)

ProjectReport - a model defined in Swagger

Parameters:

Name Type Description Default
name (str, optional)

Application-specific label, defaults to ''

''
group_name (str, optional)

, defaults to ''

''
admins (list[object], optional)

, defaults to None

None
session_count (int, optional)

, defaults to 0

0
subjects_count (int, optional)

, defaults to 0

0
female_count (int, optional)

, defaults to 0

0
male_count (int, optional)

, defaults to 0

0
other_count (int, optional)

, defaults to 0

0
demographics_grid (object, optional)

, defaults to None

None
demographics_total (int, optional)

, defaults to 0

0
over_18_count (int, optional)

, defaults to 0

0
under_18_count (int, optional)

, defaults to 0

0

__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