Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1UploadPolicyFileResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChromepolicyV1::GoogleChromePolicyV1UploadPolicyFileResponse
- 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. Next ID: 2
Instance Attribute Summary collapse
-
#download_uri ⇒ String
The uri for end user to download the file.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromePolicyV1UploadPolicyFileResponse
constructor
A new instance of GoogleChromePolicyV1UploadPolicyFileResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromePolicyV1UploadPolicyFileResponse
Returns a new instance of GoogleChromePolicyV1UploadPolicyFileResponse.
643 644 645 |
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 643 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
641 642 643 |
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 641 def download_uri @download_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
648 649 650 |
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 648 def update!(**args) @download_uri = args[:download_uri] if args.key?(:download_uri) end |