View Source GoogleApi.OSConfig.V1.Model.ListOSPolicyAssignmentReportsResponse (google_api_os_config v0.21.1)

A response message for listing OS Policy assignment reports including the page of results and page token.

Attributes

  • nextPageToken (type: String.t, default: nil) - The pagination token to retrieve the next page of OS policy assignment report objects.
  • osPolicyAssignmentReports (type: list(GoogleApi.OSConfig.V1.Model.OSPolicyAssignmentReport.t), default: nil) - List of OS policy assignment reports.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.ListOSPolicyAssignmentReportsResponse{
  nextPageToken: String.t() | nil,
  osPolicyAssignmentReports:
    [GoogleApi.OSConfig.V1.Model.OSPolicyAssignmentReport.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.