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.
1212 1213 1214 |
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 1212 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
1210 1211 1212 |
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 1210 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1217 1218 1219 |
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 1217 def update!(**args) @values = args[:values] if args.key?(:values) end |