MarketingBrandCollection

class oci.fusion_apps.models.MarketingBrandCollection(**kwargs)

Bases: object

Results of marketing brands for a fusion environment.

Methods

__init__(**kwargs) Initializes a new MarketingBrandCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this MarketingBrandCollection.
__init__(**kwargs)

Initializes a new MarketingBrandCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.fusion_apps.models.MarketingBrandSummary]) – The value to assign to the items property of this MarketingBrandCollection.
items

[Required] Gets the items of this MarketingBrandCollection. A page of MarketingBrandSummary objects.

Returns:The items of this MarketingBrandCollection.
Return type:list[oci.fusion_apps.models.MarketingBrandSummary]