class Google::Apis::SecuritycenterV1beta1::Label
.
security-command-center/docs/how-to-api-list-findings#array-contains-filtering)
information, see [Filtering on array-type fields](cloud.google.com/
fields to support filtering with the ‘contains()` function. For more
Represents a generic name-value label. A label has separate name and value
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @name = args[:name] if args.key?(:name) @value = args[:value] if args.key?(:value) end