class documentation

class UserFileMembershipInfo(UserMembershipInfo): (source)

View In Hierarchy

The information about a user member of the shared content with an appended last seen timestamp. :ivar sharing.UserFileMembershipInfo.time_last_seen: The UTC timestamp of when the user has last seen the content. Only populated if the user has seen the content and the caller has a plan that includes viewer history. :ivar sharing.UserFileMembershipInfo.platform_type: The platform on which the user has last seen the content, or unknown.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable platform_type Undocumented
Instance Variable time_last_seen Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _platform_type_value Undocumented
Instance Variable _time_last_seen_value Undocumented

Inherited from UserMembershipInfo:

Instance Variable user Undocumented
Instance Variable _user_value Undocumented

Inherited from MembershipInfo (via UserMembershipInfo):

Instance Variable access_type Undocumented
Instance Variable initials Undocumented
Instance Variable is_inherited Undocumented
Instance Variable permissions Undocumented
Instance Variable _access_type_value Undocumented
Instance Variable _initials_value Undocumented
Instance Variable _is_inherited_value Undocumented
Instance Variable _permissions_value Undocumented
def __init__(self, access_type=None, user=None, permissions=None, initials=None, is_inherited=None, time_last_seen=None, platform_type=None): (source)
platform_type = (source)

Undocumented

time_last_seen = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_platform_type_value = (source)

Undocumented

_time_last_seen_value = (source)

Undocumented