Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1UploadPolicyFileResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chromepolicy_v1/classes.rb,
lib/google/apis/chromepolicy_v1/representations.rb,
lib/google/apis/chromepolicy_v1/representations.rb

Overview

Response message for downloading an uploaded file.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromePolicyVersionsV1UploadPolicyFileResponse

Returns a new instance of GoogleChromePolicyVersionsV1UploadPolicyFileResponse.



1389
1390
1391
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 1389

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#download_uriString

The uri for end user to download the file. Corresponds to the JSON property downloadUri

Returns:

  • (String)


1387
1388
1389
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 1387

def download_uri
  @download_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1394
1395
1396
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 1394

def update!(**args)
  @download_uri = args[:download_uri] if args.key?(:download_uri)
end