GoogleApi.ContainerAnalysis.V1.Model.ListOccurrencesResponse (google_api_container_analysis v0.34.0)
View SourceResponse for listing occurrences.
Attributes
-
nextPageToken(type:String.t, default:nil) - The next pagination token in the list response. It should be used aspage_tokenfor the following request. An empty value means no more results. -
occurrences(type:list(GoogleApi.ContainerAnalysis.V1.Model.Occurrence.t), default:nil) - The occurrences requested.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.ListOccurrencesResponse{ nextPageToken: String.t() | nil, occurrences: [GoogleApi.ContainerAnalysis.V1.Model.Occurrence.t()] | nil }