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

A response message for listing all revisions for a OS policy assignment.

Attributes

  • nextPageToken (type: String.t, default: nil) - The pagination token to retrieve the next page of OS policy assignment revisions.
  • osPolicyAssignments (type: list(GoogleApi.OSConfig.V1.Model.OSPolicyAssignment.t), default: nil) - The OS policy assignment revisions

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.ListOSPolicyAssignmentRevisionsResponse{
  nextPageToken: String.t() | nil,
  osPolicyAssignments:
    [GoogleApi.OSConfig.V1.Model.OSPolicyAssignment.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.