Skip to content

flywheel.models.acquisition_upsert_input

AcquisitionUpsertInput

Bases: object

id property writable

Gets the id of this AcquisitionUpsertInput.

Returns:

Type Description
str

The id of this AcquisitionUpsertInput

info property writable

Gets the info of this AcquisitionUpsertInput.

Returns:

Type Description
object

The info of this AcquisitionUpsertInput

label property writable

Gets the label of this AcquisitionUpsertInput.

Returns:

Type Description
str

The label of this AcquisitionUpsertInput

routing_field property writable

Gets the routing_field of this AcquisitionUpsertInput.

Returns:

Type Description
str

The routing_field of this AcquisitionUpsertInput

source property writable

Gets the source of this AcquisitionUpsertInput.

Returns:

Type Description
CoreModelsCommonSource

The source of this AcquisitionUpsertInput

tags property writable

Gets the tags of this AcquisitionUpsertInput.

Returns:

Type Description
list[str]

The tags of this AcquisitionUpsertInput

timestamp property writable

Gets the timestamp of this AcquisitionUpsertInput.

Returns:

Type Description
datetime

The timestamp of this AcquisitionUpsertInput

timezone property writable

Gets the timezone of this AcquisitionUpsertInput.

Returns:

Type Description
str

The timezone of this AcquisitionUpsertInput

uid property writable

Gets the uid of this AcquisitionUpsertInput.

Returns:

Type Description
str

The uid of this AcquisitionUpsertInput

__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, uid=None, routing_field=None, label=None, source=None, timestamp=None, timezone=None, info=None, tags=None)

AcquisitionUpsertInput - a model defined in Swagger

Parameters:

Name Type Description Default
id (str, optional)

, defaults to None

None
uid (str, optional)

, defaults to None

None
routing_field (str, optional)

, defaults to None

None
label (str, optional)

, defaults to None

None
source (CoreModelsCommonSource, optional)

, defaults to None

None
timestamp (datetime, optional)

, defaults to None

None
timezone (str, optional)

, defaults to None

None
info (object, optional)

, defaults to None

None
tags (list[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