Class: Google::Cloud::SecurityCenter::V1::Label
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Label
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/label.rb
Overview
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.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the label.
-
#value ⇒ ::String
Value that corresponds to the label's name.