FilterGroupDetails

class oci.announcements_service.models.FilterGroupDetails(**kwargs)

Bases: object

The details of a group of filters to match announcements against. A filter group combines one or more individual filters.

Methods

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

Attributes

filters [Required] Gets the filters of this FilterGroupDetails.
__init__(**kwargs)

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

Parameters:filters (list[oci.announcements_service.models.Filter]) – The value to assign to the filters property of this FilterGroupDetails.
filters

[Required] Gets the filters of this FilterGroupDetails. A list of filters against which the Announcements service matches announcements. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.

Returns:The filters of this FilterGroupDetails.
Return type:list[oci.announcements_service.models.Filter]