models.google_account_info module

class models.google_account_info.GoogleAccountInfo(account_id=None, user_id=None)[source]

Bases: object

Implementation of the ‘GoogleAccountInfo’ model.

Google Account Information of a Helios BaaS user.

Attributes:

account_id (string): Specifies the Account Id assigned by Google. user_id (string): Specifies the User Id assigned by Google.

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.