Msg.Message¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Msg.Message(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Handling of message specific functions.
Details: https://learn.microsoft.com/en-us/graph/api/resources/message?view=graph-rest-1.0
- classmethod new()¶
- Returns:
the newly created
MsgMessage
- Return type:
Creates a new
MsgMessage
.
- classmethod new_from_json(json_object)¶
- Parameters:
json_object (
Json.Object
) – The json object to parse- Raises:
- Returns:
the newly created
MsgMessage
- Return type:
Creates a new
MsgMessage
from json response object.