AnnouncementCollection¶
-
class
oci.fleet_apps_management.models.
AnnouncementCollection
(**kwargs)¶ Bases:
object
Results of list announcements. Contains AnnouncementSummary items.
Methods
__init__
(**kwargs)Initializes a new AnnouncementCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AnnouncementCollection. -
__init__
(**kwargs)¶ Initializes a new AnnouncementCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fleet_apps_management.models.AnnouncementSummary]) – The value to assign to the items property of this AnnouncementCollection.
-
items
¶ [Required] Gets the items of this AnnouncementCollection. List of AnnouncementSummary items
Returns: The items of this AnnouncementCollection. Return type: list[oci.fleet_apps_management.models.AnnouncementSummary]
-