GoogleApi.WorkloadManager.V1.Model.ListScannedResourcesResponse (google_api_workload_manager v0.12.0)
View SourceMessage for response to list scanned resources
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
scannedResources
(type:list(GoogleApi.WorkloadManager.V1.Model.ScannedResource.t)
, default:nil
) - All scanned resources in response
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListScannedResourcesResponse{ nextPageToken: String.t() | nil, scannedResources: [GoogleApi.WorkloadManager.V1.Model.ScannedResource.t()] | nil }