Class: Google::Apis::ConnectorsV2::ListCustomToolNamesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV2::ListCustomToolNamesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/connectors_v2/classes.rb,
lib/google/apis/connectors_v2/representations.rb,
lib/google/apis/connectors_v2/representations.rb
Instance Attribute Summary collapse
-
#tool_names ⇒ Array<Google::Apis::ConnectorsV2::ToolName>
List of custom tools.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListCustomToolNamesResponse
constructor
A new instance of ListCustomToolNamesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListCustomToolNamesResponse
Returns a new instance of ListCustomToolNamesResponse.
1438 1439 1440 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 1438 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tool_names ⇒ Array<Google::Apis::ConnectorsV2::ToolName>
List of custom tools.
Corresponds to the JSON property toolNames
1436 1437 1438 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 1436 def tool_names @tool_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1443 1444 1445 |
# File 'lib/google/apis/connectors_v2/classes.rb', line 1443 def update!(**args) @tool_names = args[:tool_names] if args.key?(:tool_names) end |