Skip to content

flywheel.models.project_modify

ProjectModify

Bases: object

copy_failure_reason property writable

Gets the copy_failure_reason of this ProjectModify.

Returns:

Type Description
str

The copy_failure_reason of this ProjectModify

copy_status property writable

Gets the copy_status of this ProjectModify.

Returns:

Type Description
CopyStatus

The copy_status of this ProjectModify

copyable property writable

Gets the copyable of this ProjectModify.

Returns:

Type Description
bool

The copyable of this ProjectModify

delete_failure_reason property writable

Gets the delete_failure_reason of this ProjectModify.

Returns:

Type Description
str

The delete_failure_reason of this ProjectModify

delete_status property writable

Gets the delete_status of this ProjectModify.

Returns:

Type Description
DeleteStatus

The delete_status of this ProjectModify

description property writable

Gets the description of this ProjectModify.

Returns:

Type Description
str

The description of this ProjectModify

editions property writable

Gets the editions of this ProjectModify.

Returns:

Type Description
Edition

The editions of this ProjectModify

group property writable

Gets the group of this ProjectModify.

Returns:

Type Description
str

The group of this ProjectModify

info property writable

Gets the info of this ProjectModify.

Returns:

Type Description
dict(str, object)

The info of this ProjectModify

label property writable

Gets the label of this ProjectModify.

Returns:

Type Description
str

The label of this ProjectModify

ldap_sync property writable

Gets the ldap_sync of this ProjectModify.

Returns:

Type Description
LdapSyncStatus

The ldap_sync of this ProjectModify

providers property writable

Gets the providers of this ProjectModify.

Returns:

Type Description
Providers

The providers of this ProjectModify

__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__(label=None, group=None, description=None, editions=None, providers=None, ldap_sync=None, info=None, copyable=None, copy_status=None, copy_failure_reason=None, delete_status=None, delete_failure_reason=None)

ProjectModify - a model defined in Swagger

Parameters:

Name Type Description Default
label (str, optional)

, defaults to None

None
group (str, optional)

, defaults to None

None
description (str, optional)

, defaults to None

None
editions (Edition, optional)

, defaults to None

None
providers (Providers, optional)

, defaults to None

None
ldap_sync (LdapSyncStatus, optional)

, defaults to None

None
info (dict(str, object), optional)

, defaults to None

None
copyable (bool, optional)

, defaults to None

None
copy_status (CopyStatus, optional)

, defaults to None

None
copy_failure_reason (str, optional)

, defaults to None

None
delete_status (DeleteStatus, optional)

, defaults to None

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