Class: Google::Apis::ConsumersurveysV2::SurveysStopResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SurveysStopResponse

Returns a new instance of SurveysStopResponse



700
701
702
# File 'generated/google/apis/consumersurveys_v2/classes.rb', line 700

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

Instance Attribute Details

#request_idString

Unique request ID used for logging and debugging. Please include in any error reporting or troubleshooting requests. Corresponds to the JSON property requestId

Returns:

  • (String)


698
699
700
# File 'generated/google/apis/consumersurveys_v2/classes.rb', line 698

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



705
706
707
# File 'generated/google/apis/consumersurveys_v2/classes.rb', line 705

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