View Source GoogleApi.SecurityCenter.V1.Model.ListValuedResourcesResponse (google_api_security_center v0.29.0)

Response message for listing the valued resources for a given simulation.

Attributes

  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results, or empty if there are no more results.
  • totalSize (type: integer(), default: nil) - The estimated total number of results matching the query.
  • valuedResources (type: list(GoogleApi.SecurityCenter.V1.Model.ValuedResource.t), default: nil) - The valued resources that the attack path simulation identified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.ListValuedResourcesResponse{
  nextPageToken: String.t() | nil,
  totalSize: integer() | nil,
  valuedResources: [GoogleApi.SecurityCenter.V1.Model.ValuedResource.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.