google_api_container_analysis v0.4.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.ListOccurrencesResponse View Source
Response including listed active occurrences.
Attributes
nextPageToken
(type:String.t
, default:nil
) - The next pagination token in the list response. It should be used aspage_token
for the following request. An empty value means no more results.occurrences
(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.Occurrence.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
Link to this type
t()
View Sourcet() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.ListOccurrencesResponse{ nextPageToken: String.t(), occurrences: [GoogleApi.ContainerAnalysis.V1alpha1.Model.Occurrence.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.