View Source GoogleApi.OSConfig.V1.Model.ListInventoriesResponse (google_api_os_config v0.21.0)

A response message for listing inventory data for all VMs in a specified location.

Attributes

  • inventories (type: list(GoogleApi.OSConfig.V1.Model.Inventory.t), default: nil) - List of inventory objects.
  • nextPageToken (type: String.t, default: nil) - The pagination token to retrieve the next page of inventory objects.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.ListInventoriesResponse{
  inventories: [GoogleApi.OSConfig.V1.Model.Inventory.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.