GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse (google_api_chrome_policy v0.6.0)

View Source

Response message for listing the group priority ordering of an app.

Attributes

  • groupIds (type: list(String.t), default: nil) - Output only. The group IDs, in priority ordering.
  • policyNamespace (type: String.t, default: nil) - Output only. The namespace of the policy type of the group IDs.
  • policySchema (type: String.t, default: nil) - Output only. The schema name of the policy for the group IDs.
  • policyTargetKey (type: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t, default: nil) - Output only. The target resource for which the group priority ordering has been retrieved.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse{
    groupIds: [String.t()] | nil,
    policyNamespace: String.t() | nil,
    policySchema: String.t() | nil,
    policyTargetKey:
      GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t()
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.