UpdateFilterGroupDetails

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

Bases: object

The details for updating a filter group in an announcement subscription.

Methods

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

Attributes

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

Initializes a new UpdateFilterGroupDetails 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 UpdateFilterGroupDetails.
filters

[Required] Gets the filters of this UpdateFilterGroupDetails. A list of filters against which the Announcements service will match 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 UpdateFilterGroupDetails.
Return type:list[oci.announcements_service.models.Filter]