Skip to content

flywheel.models.core_workflows_form_responses_models_form_response_output

CoreWorkflowsFormResponsesModelsFormResponseOutput

Bases: object

created property writable

Gets the created of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

Returns:

Type Description
datetime

The created of this CoreWorkflowsFormResponsesModelsFormResponseOutput

data property writable

Gets the data of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

User's form input data

Returns:

Type Description
object

The data of this CoreWorkflowsFormResponsesModelsFormResponseOutput

id property writable

Gets the id of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

Unique identifier for the response

Returns:

Type Description
str

The id of this CoreWorkflowsFormResponsesModelsFormResponseOutput

modified property writable

Gets the modified of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

Returns:

Type Description
datetime

The modified of this CoreWorkflowsFormResponsesModelsFormResponseOutput

origin property writable

Gets the origin of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

Returns:

Type Description
Origin

The origin of this CoreWorkflowsFormResponsesModelsFormResponseOutput

parents property writable

Gets the parents of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

Returns:

Type Description
CoreWorkflowsFormResponsesModelsFormParents

The parents of this CoreWorkflowsFormResponsesModelsFormResponseOutput

protocol_id property writable

Gets the protocol_id of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

ID of the protocol this response is for

Returns:

Type Description
str

The protocol_id of this CoreWorkflowsFormResponsesModelsFormResponseOutput

revision property writable

Gets the revision of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

Returns:

Type Description
int

The revision of this CoreWorkflowsFormResponsesModelsFormResponseOutput

submitted property writable

Gets the submitted of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

Whether the response has been submitted

Returns:

Type Description
bool

The submitted of this CoreWorkflowsFormResponsesModelsFormResponseOutput

submitted_at property writable

Gets the submitted_at of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

Timestamp of submission if submitted

Returns:

Type Description
datetime

The submitted_at of this CoreWorkflowsFormResponsesModelsFormResponseOutput

task_id property writable

Gets the task_id of this CoreWorkflowsFormResponsesModelsFormResponseOutput.

ID of the task this response is linked to

Returns:

Type Description
str

The task_id of this CoreWorkflowsFormResponsesModelsFormResponseOutput

__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__(id=None, task_id=None, protocol_id=None, data=None, submitted=None, submitted_at=None, origin=None, parents=None, created=None, modified=None, revision=None)

CoreWorkflowsFormResponsesModelsFormResponseOutput - a model defined in Swagger

Parameters:

Name Type Description Default
id (str, optional)

Unique identifier for the response, defaults to None

None
task_id (str, optional)

ID of the task this response is linked to, defaults to None

None
protocol_id (str, optional)

ID of the protocol this response is for, defaults to None

None
data (object, optional)

User's form input data, defaults to None

None
submitted (bool, optional)

Whether the response has been submitted, defaults to None

None
submitted_at (datetime, optional)

Timestamp of submission if submitted, defaults to None

None
origin (Origin, optional)

, defaults to None

None
parents (CoreWorkflowsFormResponsesModelsFormParents, optional)

, defaults to None

None
created (datetime, optional)

, defaults to None

None
modified (datetime, optional)

, defaults to None

None
revision (int, 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