MicrositeCollection¶
-
class
oci.fusion_apps.models.MicrositeCollection(**kwargs)¶ Bases:
objectResults of microsite search for a marketing brand.
Methods
__init__(**kwargs)Initializes a new MicrositeCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this MicrositeCollection. -
__init__(**kwargs)¶ Initializes a new MicrositeCollection 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.MicrositeSummary]) – The value to assign to the items property of this MicrositeCollection.
-
items¶ [Required] Gets the items of this MicrositeCollection. A page of microsite summary objects.
Returns: The items of this MicrositeCollection. Return type: list[oci.fusion_apps.models.MicrositeSummary]
-