Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb

Overview

List of error enums for alerts.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList

Returns a new instance of EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList.



215
216
217
# File 'lib/google/apis/integrations_v1/classes.rb', line 215

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enum_stringsArray<String>

Corresponds to the JSON property enumStrings

Returns:

  • (Array<String>)


208
209
210
# File 'lib/google/apis/integrations_v1/classes.rb', line 208

def enum_strings
  @enum_strings
end

#filter_typeString

Corresponds to the JSON property filterType

Returns:

  • (String)


213
214
215
# File 'lib/google/apis/integrations_v1/classes.rb', line 213

def filter_type
  @filter_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



220
221
222
223
# File 'lib/google/apis/integrations_v1/classes.rb', line 220

def update!(**args)
  @enum_strings = args[:enum_strings] if args.key?(:enum_strings)
  @filter_type = args[:filter_type] if args.key?(:filter_type)
end