GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ResolveResponse (google_api_chrome_policy v0.2.0) View Source
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.GoogleChromePolicyV1ResolvedPolicy.t)
, default:nil
) - The list of resolved policies found by the resolve request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ResolveResponse{ nextPageToken: String.t() | nil, resolvedPolicies: [GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ResolvedPolicy.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.