AccountCreateAccountBody

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

Bases: object

AccountCreateAccountBody model

Parameters:
metadata
Type:

AccountCreateAccountBodyMetadata

name
Type:

str

visibility_level
Type:

Union[Unset, VisibilityLevel]

Attributes

metadata

name

visibility_level

classmethod from_dict(src_dict)[source]

Create an instance of AccountCreateAccountBody from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]