Class: OpenApiSDK::Operations::GetUploadUrlResponseBody

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/operations/get_upload_url_responsebody.rb

Overview

Retrieve the output

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(download_url: nil, file_id: nil, upload_url: nil) ⇒ GetUploadUrlResponseBody

Returns a new instance of GetUploadUrlResponseBody.



23
24
25
26
27
# File 'lib/open_api_sdk/models/operations/get_upload_url_responsebody.rb', line 23

def initialize(download_url: nil, file_id: nil, upload_url: nil)
  @download_url = download_url
  @file_id = file_id
  @upload_url = upload_url
end