AnnouncementCollection

class oci.jms.models.AnnouncementCollection(**kwargs)

Bases: object

Results of list announcements call. 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.jms.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.jms.models.AnnouncementSummary]