Class: Google::Apis::ConnectorsV1::NotificationParameter
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::NotificationParameter
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/connectors_v1/classes.rb,
lib/google/apis/connectors_v1/representations.rb,
lib/google/apis/connectors_v1/representations.rb
Overview
Contains notification related data.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NotificationParameter
constructor
A new instance of NotificationParameter.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NotificationParameter
Returns a new instance of NotificationParameter.
4441 4442 4443 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 4441 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
Optional. Array of string values. e.g. instance's replica information.
Corresponds to the JSON property values
4439 4440 4441 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 4439 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4446 4447 4448 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 4446 def update!(**args) @values = args[:values] if args.key?(:values) end |