View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ResolveResponse (google_api_chrome_policy v0.5.1)
Response message for getting the resolved policy value for a specific target.
Attributes
-
nextPageToken(type:String.t, default:nil) - The page token used to get the next set of resolved policies found by the request. -
resolvedPolicies(type:list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ResolvedPolicy.t), default:nil) - The list of resolved policies found by the resolve request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ResolveResponse{ nextPageToken: String.t() | nil, resolvedPolicies: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ResolvedPolicy.t() ] | nil }