GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1UploadPolicyFileRequest (google_api_chrome_policy v0.6.0)
View SourceRequest 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 }