Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1UploadPolicyFileResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1UploadPolicyFileResponse
- 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
-
#download_uri ⇒ String
The uri for end user to download the file.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromePolicyVersionsV1UploadPolicyFileResponse
constructor
A new instance of GoogleChromePolicyVersionsV1UploadPolicyFileResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_uri ⇒ String
The uri for end user to download the file.
Corresponds to the JSON property downloadUri
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 |