GoogleApi.Forms.V1.Model.ListWatchesResponse (google_api_forms v0.5.0)
View SourceThe 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 }