View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest (google_api_chrome_policy v0.5.1)
Request message for updating the group priority ordering of an app.
Attributes
-
groupIds
(type:list(String.t)
, default:nil
) - Required. The group IDs, in desired priority ordering. -
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 update 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.GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest{ groupIds: [String.t()] | nil, policyNamespace: String.t() | nil, policySchema: String.t() | nil, policyTargetKey: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t() | nil }