models.salesforce_account_info module

class models.salesforce_account_info.SalesforceAccountInfo(account_id=None, user_id=None)[source]

Bases: object

Implementation of the ‘SalesforceAccountInfo’ model.

Salesforce Account Information of a Helios user.

Attributes:

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

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.