Class: Google::Apis::CesV1::RetrieveToolsResponse

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

Overview

Response message for ToolService.RetrieveTools.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RetrieveToolsResponse

Returns a new instance of RetrieveToolsResponse.



6021
6022
6023
# File 'lib/google/apis/ces_v1/classes.rb', line 6021

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

Instance Attribute Details

#toolsArray<Google::Apis::CesV1::Tool>

The list of tools that are included in the specified toolset. Corresponds to the JSON property tools

Returns:



6019
6020
6021
# File 'lib/google/apis/ces_v1/classes.rb', line 6019

def tools
  @tools
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6026
6027
6028
# File 'lib/google/apis/ces_v1/classes.rb', line 6026

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