Class: Google::Apis::FormsV1::ListWatchesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListWatchesResponse

Returns a new instance of ListWatchesResponse.



968
969
970
# File 'lib/google/apis/forms_v1/classes.rb', line 968

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

Instance Attribute Details

#watchesArray<Google::Apis::FormsV1::Watch>

The returned watches. Corresponds to the JSON property watches

Returns:



966
967
968
# File 'lib/google/apis/forms_v1/classes.rb', line 966

def watches
  @watches
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



973
974
975
# File 'lib/google/apis/forms_v1/classes.rb', line 973

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