Class: Google::Apis::ConnectorsV1::StandardAction

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

Overview

Standard action

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StandardAction

Returns a new instance of StandardAction.



7444
7445
7446
# File 'lib/google/apis/connectors_v1/classes.rb', line 7444

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

Instance Attribute Details

#nameString

Name of the standard action. Corresponds to the JSON property name

Returns:

  • (String)


7442
7443
7444
# File 'lib/google/apis/connectors_v1/classes.rb', line 7442

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7449
7450
7451
# File 'lib/google/apis/connectors_v1/classes.rb', line 7449

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