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.
5731 5732 5733 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5731 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
5729 5730 5731 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5729 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5736 5737 5738 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5736 def update!(**args) @values = args[:values] if args.key?(:values) end |