Package python :: Module ReportClient :: Class ShareInfo
[hide private]
[frames] | no frames]

Class ShareInfo

source code

It contains the database shared details.

Instance Methods [hide private]
 
__init__(self, response) source code
 
getKeyInfo(self, perminfo, key) source code
 
getInfo(self, perminfo) source code
Instance Variables [hide private]
string response
The unparsed complete response content as sent by the server.
dictionary adminMembers
Owners of the database.
dictionary groupMembers
Group Members of the database.
list sharedUsers
Shared Users of the database.
dictionary userInfo
The PermissionInfo for the shared user.
dictionary groupInfo
The PermissionInfo for the groups.
dictionary publicInfo
The PermissionInfo for the public link.
dictionary privateInfo
The PermissionInfo for the private link.