models.o365_region_proto module¶
-
class
models.o365_region_proto.
O365RegionProto
(country=None)[source]¶ Bases:
object
Implementation of the ‘O365RegionProto’ model.
O365Region proto will store the information about the region from where o365 connector apis calls are made.
- Attributes:
country (int): The country where the o365 connector apis were called from.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.