google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.Notifications View Source
Template for notifications list response.
Attributes
-
etag
(type:String.t
, default:nil
) - ETag of the resource. -
items
(type:list(GoogleApi.Admin.Directory_v1.Model.Notification.t)
, default:nil
) - List of notifications in this page. -
kind
(type:String.t
, default:admin#directory#notifications
) - The type of the resource. -
nextPageToken
(type:String.t
, default:nil
) - Token for fetching the next page of notifications. -
unreadNotificationsCount
(type:integer()
, default:nil
) - Number of unread notification for the domain.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.Notifications{ etag: String.t(), items: [GoogleApi.Admin.Directory_v1.Model.Notification.t()], kind: String.t(), nextPageToken: String.t(), unreadNotificationsCount: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.