Class: Google::Apis::SurveysV2::SurveysStopResponse
- Inherits:
-
Object
- Object
- Google::Apis::SurveysV2::SurveysStopResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/surveys_v2/classes.rb,
generated/google/apis/surveys_v2/representations.rb,
generated/google/apis/surveys_v2/representations.rb
Instance Attribute Summary collapse
-
#request_id ⇒ String
Unique request ID used for logging and debugging.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SurveysStopResponse
constructor
A new instance of SurveysStopResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SurveysStopResponse
Returns a new instance of SurveysStopResponse
758 759 760 |
# File 'generated/google/apis/surveys_v2/classes.rb', line 758 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
756 757 758 |
# File 'generated/google/apis/surveys_v2/classes.rb', line 756 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
763 764 765 |
# File 'generated/google/apis/surveys_v2/classes.rb', line 763 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |