models.office_365_site_info module

class models.office_365_site_info.Office365SiteInfo(is_group_site=None, is_private_channel_site=None, is_team_site=None)[source]

Bases: object

Implementation of the ‘Office365SiteInfo’ model.

Specifies information about an Office365 sharepoint Site.

Attributes:
is_group_site (bool): Specifies if the sharepoint site is

ssociated with a group.

is_private_channel_site (bool): Specifies if the sharepoint site is

associated with a private channel of some team.

is_team_site (bool): Specifies if the sharepoint site is associated

with a team.

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.