View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UploadPolicyFileRequest (google_api_chrome_policy v0.5.0)

Request message for uploading a file for a policy.

Attributes

  • policyField (type: String.t, default: nil) - Required. The fully qualified policy schema and field name this file is uploaded for. This information will be used to validate the content type of the file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UploadPolicyFileRequest{
    policyField: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.