class Google::Apis::ChromepolicyV1::GoogleChromePolicyV1UploadPolicyFileRequest
Request message for uploading a file for a policy. Next ID: 5
Attributes
policy_field[RW]
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. Corresponds to the JSON property `policyField` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chromepolicy_v1/classes.rb, line 574 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chromepolicy_v1/classes.rb, line 579 def update!(**args) @policy_field = args[:policy_field] if args.key?(:policy_field) end