Skip to content

flywheel.models.report_access_log_context

ReportAccessLogContext

Bases: object

acquisition property writable

Gets the acquisition of this ReportAccessLogContext.

Returns:

Type Description
ReportAccessLogContextEntry

The acquisition of this ReportAccessLogContext

file property writable

Gets the file of this ReportAccessLogContext.

Returns:

Type Description
ReportAccessLogContextFileEntry

The file of this ReportAccessLogContext

group property writable

Gets the group of this ReportAccessLogContext.

Returns:

Type Description
ReportAccessLogContextEntry

The group of this ReportAccessLogContext

project property writable

Gets the project of this ReportAccessLogContext.

Returns:

Type Description
ReportAccessLogContextEntry

The project of this ReportAccessLogContext

session property writable

Gets the session of this ReportAccessLogContext.

Returns:

Type Description
ReportAccessLogContextEntry

The session of this ReportAccessLogContext

subject property writable

Gets the subject of this ReportAccessLogContext.

Returns:

Type Description
ReportAccessLogContextEntry

The subject of this ReportAccessLogContext

__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__(group=None, project=None, subject=None, session=None, acquisition=None, file=None)

ReportAccessLogContext - a model defined in Swagger

Parameters:

Name Type Description Default
group (ReportAccessLogContextEntry, optional)

, defaults to None

None
project (ReportAccessLogContextEntry, optional)

, defaults to None

None
subject (ReportAccessLogContextEntry, optional)

, defaults to None

None
session (ReportAccessLogContextEntry, optional)

, defaults to None

None
acquisition (ReportAccessLogContextEntry, optional)

, defaults to None

None
file (ReportAccessLogContextFileEntry, 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