models.banner_id_data module

class models.banner_id_data.BannerIdData(banner_id=None)[source]

Bases: object

Implementation of the ‘BannerIdData’ model.

Specifies id of a banner.

Attributes:
banner_id (string): Specifies a banner_id which can uniquely identify

a banner. This may be the cluster_id, or the tenant_id, or the group_id, or the user SID etc. If this field is nil, the it is assumed to be the cluster_id. The content is stored against this ‘row’ in Scribe.

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.