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]

645
646
647
# File 'lib/google/apis/file_v1beta1/classes.rb', line 645

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>)

643
644
645
# File 'lib/google/apis/file_v1beta1/classes.rb', line 643

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

650
651
652
# File 'lib/google/apis/file_v1beta1/classes.rb', line 650

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