GoogleApi.ContainerAnalysis.V1beta1.Model.ListScanConfigsResponse (google_api_container_analysis v0.24.0) View Source
Response for listing scan configurations.
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. -
scanConfigs(type:list(GoogleApi.ContainerAnalysis.V1beta1.Model.ScanConfig.t), default:nil) - The scan configurations 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.V1beta1.Model.ListScanConfigsResponse{
nextPageToken: String.t() | nil,
scanConfigs: [GoogleApi.ContainerAnalysis.V1beta1.Model.ScanConfig.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.