GoogleApi.WorkloadManager.V1.Model.ListScannedResourcesResponse (google_api_workload_manager v0.12.0)

View Source

Message for response to list scanned resources

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_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

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ListScannedResourcesResponse{
  nextPageToken: String.t() | nil,
  scannedResources:
    [GoogleApi.WorkloadManager.V1.Model.ScannedResource.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.