Class: Google::Apis::ConnectorsV1::StandardAction
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::StandardAction
- 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
-
#name ⇒ String
Name of the standard action.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StandardAction
constructor
A new instance of StandardAction.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StandardAction
Returns a new instance of StandardAction.
6047 6048 6049 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 6047 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Name of the standard action.
Corresponds to the JSON property name
6045 6046 6047 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 6045 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6052 6053 6054 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 6052 def update!(**args) @name = args[:name] if args.key?(:name) end |