Class Label (1.31.0)

Label(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a generic name-value label. A label has separate name and value fields to support filtering with the contains() function. For more information, see Filtering on array-type fields <https://cloud.google.com/security-command-center/docs/how-to-api-list-findings#array-contains-filtering>__.

Attributes

NameDescription
name str
Name of the label.
value str
Value that corresponds to the label's name.