View Source GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1ListNotificationsResponse (google_api_advisory_notifications v0.4.0)

Response of ListNotifications endpoint.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • notifications (type: list(GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Notification.t), default: nil) - List of notifications under a given parent.
  • totalSize (type: integer(), default: nil) - Estimation of a total number of notifications.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1ListNotificationsResponse{
    nextPageToken: String.t() | nil,
    notifications:
      [
        GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Notification.t()
      ]
      | nil,
    totalSize: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.