NewsReportCollection¶
-
class
oci.opsi.models.
NewsReportCollection
(**kwargs)¶ Bases:
object
Collection of news reports summary objects.
Methods
__init__
(**kwargs)Initializes a new NewsReportCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this NewsReportCollection. -
__init__
(**kwargs)¶ Initializes a new NewsReportCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.opsi.models.NewsReportSummary]) – The value to assign to the items property of this NewsReportCollection.
-
items
¶ [Required] Gets the items of this NewsReportCollection. Array of news reports summary objects.
Returns: The items of this NewsReportCollection. Return type: list[oci.opsi.models.NewsReportSummary]
-