Class: Dodopayments::Models::Product::DigitalProductDelivery::File
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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(file_id: , file_name: , url: ) ⇒ Object
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
# File 'lib/dodopayments/models/product.rb', line 181
class File < Dodopayments::Internal::Type::BaseModel
required :file_id, String
required :file_name, String
required :url, String
end
|
Instance Attribute Details
#file_id ⇒ String
185
|
# File 'lib/dodopayments/models/product.rb', line 185
required :file_id, String
|
#file_name ⇒ String
190
|
# File 'lib/dodopayments/models/product.rb', line 190
required :file_name, String
|
#url ⇒ String
195
|
# File 'lib/dodopayments/models/product.rb', line 195
required :url, String
|