models.banner_update_parameters module

class models.banner_update_parameters.BannerUpdateParameters(content=None, description=None)[source]

Bases: object

Implementation of the ‘BannerUpdateParameters’ model.

Specifies the settings used to update a new banner.

Attributes:

content (string): Specifies the content of the banner. description (string): description field is deprecated.

Specifies the description of this banner.

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.