View Source GoogleApi.Forms.V1.Model.ListWatchesResponse (google_api_forms v0.2.1)
The response of a ListWatchesRequest.
Attributes
-
watches
(type:list(GoogleApi.Forms.V1.Model.Watch.t)
, default:nil
) - The returned watches.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.ListWatchesResponse{ watches: [GoogleApi.Forms.V1.Model.Watch.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.