View Source GoogleApi.ContainerAnalysis.V1.Model.ListNotesResponse (google_api_container_analysis v0.28.0)

Response for listing notes.

Attributes

  • nextPageToken (type: String.t, default: nil) - The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.
  • notes (type: list(GoogleApi.ContainerAnalysis.V1.Model.Note.t), default: nil) - The notes requested.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.ListNotesResponse{
  nextPageToken: String.t() | nil,
  notes: [GoogleApi.ContainerAnalysis.V1.Model.Note.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.