GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest (google_api_chrome_policy v0.6.0)
View SourceRequest message for listing the group priority ordering of an app.
Attributes
-
policyNamespace
(type:String.t
, default:nil
) - The namespace of the policy type for the request. -
policySchema
(type:String.t
, default:nil
) - The schema name of the policy for the request. -
policyTargetKey
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t
, default:nil
) - Required. The key of the target for which we want to retrieve the group priority ordering. The target resource must point to an app.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest{ policyNamespace: String.t() | nil, policySchema: String.t() | nil, policyTargetKey: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t() | nil }