AccountUpdateAccountBody

class pydelfini.delfini_core.models.account_update_account_body.AccountUpdateAccountBody(metadata=Unset, name=Unset, visibility_level=Unset)[source]

Bases: object

AccountUpdateAccountBody model

Parameters:
metadata
Type:

Union[Unset, AccountUpdateAccountBodyMetadata]

name
Type:

Union[Unset, str]

visibility_level
Type:

Union[Unset, VisibilityLevel]

Attributes

metadata

name

visibility_level

classmethod from_dict(src_dict)[source]

Create an instance of AccountUpdateAccountBody from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]