Class: Google::Apis::SurveysV2::ResultsGetRequest
- Inherits:
-
Object
- Object
- Google::Apis::SurveysV2::ResultsGetRequest
- 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
-
#result_mask ⇒ Google::Apis::SurveysV2::ResultsMask
Corresponds to the JSON property
resultMask
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResultsGetRequest
constructor
A new instance of ResultsGetRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResultsGetRequest
Returns a new instance of ResultsGetRequest
90 91 92 |
# File 'generated/google/apis/surveys_v2/classes.rb', line 90 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result_mask ⇒ Google::Apis::SurveysV2::ResultsMask
Corresponds to the JSON property resultMask
88 89 90 |
# File 'generated/google/apis/surveys_v2/classes.rb', line 88 def result_mask @result_mask end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
95 96 97 |
# File 'generated/google/apis/surveys_v2/classes.rb', line 95 def update!(**args) @result_mask = args[:result_mask] if args.key?(:result_mask) end |