UpdateCollection

class pydelfini.delfini_core.models.update_collection.UpdateCollection(account_id=Unset, default_datastore=Unset, description=Unset, metadata=Unset, name=Unset, project_id=Unset)[source]

Bases: object

Update core collection properties

Parameters:
account_id

The account into which the collection should be moved

Type:

Union[Unset, str]

default_datastore
Type:

Union[Unset, str]

description

The collection’s full description

Type:

Union[Unset, str]

metadata

Arbitrary user-defined metadata, key-value pairs

Type:

Union[Unset, UpdateCollectionMetadata]

name

The collection’s short human-readable name

Type:

Union[Unset, str]

project_id

The project that should contain this collection

Type:

Union[Unset, str]

Attributes

account_id

default_datastore

description

metadata

name

project_id

classmethod from_dict(src_dict)[source]

Create an instance of UpdateCollection from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]