Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTriggerConfigVariables

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

Overview

Variables names mapped to api trigger.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaTriggerConfigVariables

Returns a new instance of GoogleCloudIntegrationsV1alphaTriggerConfigVariables.



11377
11378
11379
# File 'lib/google/apis/integrations_v1/classes.rb', line 11377

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

Instance Attribute Details

#namesArray<String>

Optional. List of variable names. Corresponds to the JSON property names

Returns:

  • (Array<String>)


11375
11376
11377
# File 'lib/google/apis/integrations_v1/classes.rb', line 11375

def names
  @names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11382
11383
11384
# File 'lib/google/apis/integrations_v1/classes.rb', line 11382

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