Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1UploadPolicyFileResponse

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. Next ID: 2

Instance Attribute Summary collapse

Instance Method Summary collapse

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_uriString

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

Returns:

  • (String)


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