Class: HubSpotSDK::Models::Files::FileAssetUploadParams
Overview
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(charset_hunch: nil, file: nil, file_name: nil, folder_id: nil, folder_path: nil, options: nil, request_options: {}) ⇒ Object
|
# File 'lib/hubspot_sdk/models/files/file_asset_upload_params.rb', line 41
|
Instance Attribute Details
#charset_hunch ⇒ String?
14
|
# File 'lib/hubspot_sdk/models/files/file_asset_upload_params.rb', line 14
optional :charset_hunch, String, api_name: :charsetHunch
|
#file_name ⇒ String?
24
|
# File 'lib/hubspot_sdk/models/files/file_asset_upload_params.rb', line 24
optional :file_name, String, api_name: :fileName
|
#folder_id ⇒ String?
29
|
# File 'lib/hubspot_sdk/models/files/file_asset_upload_params.rb', line 29
optional :folder_id, String, api_name: :folderId
|
#folder_path ⇒ String?
34
|
# File 'lib/hubspot_sdk/models/files/file_asset_upload_params.rb', line 34
optional :folder_path, String, api_name: :folderPath
|
#options ⇒ String?
39
|
# File 'lib/hubspot_sdk/models/files/file_asset_upload_params.rb', line 39
optional :options, String
|