Class: Google::Apis::ToolresultsV1beta3::StartActivityNotFound

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

Overview

User provided intent failed to resolve to an activity.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StartActivityNotFound

Returns a new instance of StartActivityNotFound.



2676
2677
2678
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2676

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

Instance Attribute Details

#actionString

Corresponds to the JSON property action

Returns:

  • (String)


2669
2670
2671
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2669

def action
  @action
end

#uriString

Corresponds to the JSON property uri

Returns:

  • (String)


2674
2675
2676
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2674

def uri
  @uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2681
2682
2683
2684
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2681

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