Class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter

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

Overview

Contains notification related data.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter

Returns a new instance of GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter.



611
612
613
# File 'lib/google/apis/memcache_v1/classes.rb', line 611

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


609
610
611
# File 'lib/google/apis/memcache_v1/classes.rb', line 609

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



616
617
618
# File 'lib/google/apis/memcache_v1/classes.rb', line 616

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