class Google::Apis::ChromepolicyV1::GoogleChromePolicyV1UploadPolicyFileResponse

Response message for downloading an uploaded file. Next ID: 2

Attributes

download_uri[RW]

The uri for end user to download the file. Corresponds to the JSON property `downloadUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/chromepolicy_v1/classes.rb, line 593
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 598
def update!(**args)
  @download_uri = args[:download_uri] if args.key?(:download_uri)
end