GoogleApi.OSConfig.V1.Model.ListOSPolicyAssignmentsResponse (google_api_os_config v0.16.0) View Source
A response message for listing all assignments under given parent.
Attributes
-
nextPageToken(type:String.t, default:nil) - The pagination token to retrieve the next page of OS policy assignments. -
osPolicyAssignments(type:list(GoogleApi.OSConfig.V1.Model.OSPolicyAssignment.t), default:nil) - The list of assignments
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.ListOSPolicyAssignmentsResponse{
nextPageToken: String.t() | nil,
osPolicyAssignments:
[GoogleApi.OSConfig.V1.Model.OSPolicyAssignment.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.