Class: Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
- Inherits:
-
Object
- Object
- Google::Apis::FileV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/file_v1/classes.rb,
lib/google/apis/file_v1/representations.rb,
lib/google/apis/file_v1/representations.rb
Overview
Contains notification related data.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
constructor
A new instance of GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
Returns a new instance of GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter.
612 613 614 |
# File 'lib/google/apis/file_v1/classes.rb', line 612 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
610 611 612 |
# File 'lib/google/apis/file_v1/classes.rb', line 610 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
617 618 619 |
# File 'lib/google/apis/file_v1/classes.rb', line 617 def update!(**args) @values = args[:values] if args.key?(:values) end |