Class: Google::Apis::ConsumersurveysV2::SurveysStartResponse
- Inherits:
-
Object
- Object
- Google::Apis::ConsumersurveysV2::SurveysStartResponse
- 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
-
#request_id ⇒ String
Unique request ID used for logging and debugging.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SurveysStartResponse
constructor
A new instance of SurveysStartResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ SurveysStartResponse
Returns a new instance of SurveysStartResponse
680 681 682 |
# File 'generated/google/apis/consumersurveys_v2/classes.rb', line 680 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
Unique request ID used for logging and debugging. Please include in any error
reporting or troubleshooting requests.
Corresponds to the JSON property requestId
678 679 680 |
# File 'generated/google/apis/consumersurveys_v2/classes.rb', line 678 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
685 686 687 |
# File 'generated/google/apis/consumersurveys_v2/classes.rb', line 685 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |