RootMessageOfTheDayResponse200

class pydelfini.delfini_core.models.root_message_of_the_day_response_200.RootMessageOfTheDayResponse200(messages)[source]

Bases: object

RootMessageOfTheDayResponse200 model

Parameters:

messages (List[Motd])

messages
Type:

List[‘Motd’]

Attributes

messages

classmethod from_dict(src_dict)[source]

Create an instance of RootMessageOfTheDayResponse200 from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]