Class: Google::Apis::FileV1beta1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/file_v1beta1/classes.rb,
lib/google/apis/file_v1beta1/representations.rb,
lib/google/apis/file_v1beta1/representations.rb
more...

Overview

Contains notification related data.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter

Returns a new instance of GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter.

[View source]

678
679
680
# File 'lib/google/apis/file_v1beta1/classes.rb', line 678

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<String>

Optional. Array of string values. e.g. instance's replica information. Corresponds to the JSON property values

Returns:

  • (Array<String>)

676
677
678
# File 'lib/google/apis/file_v1beta1/classes.rb', line 676

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

683
684
685
# File 'lib/google/apis/file_v1beta1/classes.rb', line 683

def update!(**args)
  @values = args[:values] if args.key?(:values)
end