Class: Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
- Inherits:
-
Object
- Object
- Google::Apis::ManagedidentitiesV1alpha1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/managedidentities_v1alpha1/classes.rb,
lib/google/apis/managedidentities_v1alpha1/representations.rb,
lib/google/apis/managedidentities_v1alpha1/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.
1215 1216 1217 |
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 1215 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
1213 1214 1215 |
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 1213 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1220 1221 1222 |
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 1220 def update!(**args) @values = args[:values] if args.key?(:values) end |