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.
4022 4023 4024 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 4022 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
4020 4021 4022 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 4020 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4027 4028 4029 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 4027 def update!(**args) @values = args[:values] if args.key?(:values) end |