Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Overview
List of error enums for alerts.
Instance Attribute Summary collapse
-
#enum_strings ⇒ Array<String>
Corresponds to the JSON property
enumStrings. -
#filter_type ⇒ String
Corresponds to the JSON property
filterType.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList
constructor
A new instance of EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList
Returns a new instance of EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList.
203 204 205 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 203 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enum_strings ⇒ Array<String>
Corresponds to the JSON property enumStrings
196 197 198 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 196 def enum_strings @enum_strings end |
#filter_type ⇒ String
Corresponds to the JSON property filterType
201 202 203 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 201 def filter_type @filter_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
208 209 210 211 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 208 def update!(**args) @enum_strings = args[:enum_strings] if args.key?(:enum_strings) @filter_type = args[:filter_type] if args.key?(:filter_type) end |