class Google::Apis::TestingV1::ToolResultsHistory

Represents a tool results history resource.

Attributes

history_id[RW]

Required. A tool results history ID. Corresponds to the JSON property `historyId` @return [String]

project_id[RW]

Required. The cloud project that owns the tool results history. Corresponds to the JSON property `projectId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 2501
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/testing_v1/classes.rb, line 2506
def update!(**args)
  @history_id = args[:history_id] if args.key?(:history_id)
  @project_id = args[:project_id] if args.key?(:project_id)
end