Motd

class pydelfini.delfini_core.models.motd.Motd(level, message)[source]

Bases: object

Message of the day

Parameters:
level
Type:

MotdLevel

message
Type:

str

Attributes

level

message

additional_properties

additional_keys

classmethod from_dict(src_dict)[source]

Create an instance of Motd from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]