google_api_container_analysis v0.7.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.ListNotesResponse View Source
Response including listed 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 result. -
notes
(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.Note.t)
, default:nil
) - The occurrences requested
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.ListNotesResponse{ nextPageToken: String.t(), notes: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Note.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.