models.account_entitlement module

class models.account_entitlement.AccountEntitlement(d_maas_free_trial__c=None, end_date=None, id=None, name=None, sku__c=None, start_date=None)[source]

Bases: object

Implementation of the ‘AccountEntitlement’ model.

Specifies the account entitlement for a Salesforce account.

Attributes:
d_maas_free_trial__c (bool): Specifies whether DMaaS free trail is

active.

end_date (string): Specifies the end date for the entitlement. id (bool): Specifies the entitlement ID. name (bool): Specifies the name of the entitlement. sku__c (long|int): Specifies the stock keeping unit. start_date (string): Specifies the start date for the entitlement.

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.