Class: Google::Apis::FormsV1::ListWatchesResponse
- Inherits:
-
Object
- Object
- Google::Apis::FormsV1::ListWatchesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/forms_v1/classes.rb,
lib/google/apis/forms_v1/representations.rb,
lib/google/apis/forms_v1/representations.rb
Overview
The response of a ListWatchesRequest.
Instance Attribute Summary collapse
-
#watches ⇒ Array<Google::Apis::FormsV1::Watch>
The returned watches.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListWatchesResponse
constructor
A new instance of ListWatchesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListWatchesResponse
Returns a new instance of ListWatchesResponse.
969 970 971 |
# File 'lib/google/apis/forms_v1/classes.rb', line 969 def initialize(**args) update!(**args) end |
Instance Attribute Details
#watches ⇒ Array<Google::Apis::FormsV1::Watch>
The returned watches.
Corresponds to the JSON property watches
967 968 969 |
# File 'lib/google/apis/forms_v1/classes.rb', line 967 def watches @watches end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
974 975 976 |
# File 'lib/google/apis/forms_v1/classes.rb', line 974 def update!(**args) @watches = args[:watches] if args.key?(:watches) end |