Skip to content

flywheel.models.signed_url_upload_output

SignedUrlUploadOutput

Bases: object

az_multipart_upload_id property writable

Gets the az_multipart_upload_id of this SignedUrlUploadOutput.

Returns:

Type Description
str

The az_multipart_upload_id of this SignedUrlUploadOutput

block_ids property writable

Gets the block_ids of this SignedUrlUploadOutput.

Returns:

Type Description
list[str]

The block_ids of this SignedUrlUploadOutput

note property writable

Gets the note of this SignedUrlUploadOutput.

Returns:

Type Description
str

The note of this SignedUrlUploadOutput

provider_id property writable

Gets the provider_id of this SignedUrlUploadOutput.

Returns:

Type Description
str

The provider_id of this SignedUrlUploadOutput

s3_multipart_upload_id property writable

Gets the s3_multipart_upload_id of this SignedUrlUploadOutput.

Returns:

Type Description
str

The s3_multipart_upload_id of this SignedUrlUploadOutput

upload_headers property writable

Gets the upload_headers of this SignedUrlUploadOutput.

Returns:

Type Description
dict(str, str)

The upload_headers of this SignedUrlUploadOutput

upload_urls property writable

Gets the upload_urls of this SignedUrlUploadOutput.

Returns:

Type Description
list[str]

The upload_urls of this SignedUrlUploadOutput

uuid property writable

Gets the uuid of this SignedUrlUploadOutput.

Returns:

Type Description
str

The uuid of this SignedUrlUploadOutput

__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__(provider_id=None, uuid=None, upload_urls=None, upload_headers=None, block_ids=None, s3_multipart_upload_id=None, az_multipart_upload_id=None, note=None)

SignedUrlUploadOutput - a model defined in Swagger

Parameters:

Name Type Description Default
provider_id (str, optional)

, defaults to None

None
uuid (str, optional)

, defaults to None

None
upload_urls (list[str], optional)

, defaults to None

None
upload_headers (dict(str, str), optional)

, defaults to None

None
block_ids (list[str], optional)

, defaults to None

None
s3_multipart_upload_id (str, optional)

, defaults to None

None
az_multipart_upload_id (str, optional)

, defaults to None

None
note (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