Class: Deeprails::Models::DefendResponse::File

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/deeprails/models/defend_response.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Deeprails::Internal::Type::BaseModel

Instance Attribute Details

#file_idString?

Returns:

  • (String, nil)


410
# File 'lib/deeprails/models/defend_response.rb', line 410

optional :file_id, String

#file_nameString?

Returns:

  • (String, nil)


415
# File 'lib/deeprails/models/defend_response.rb', line 415

optional :file_name, String

#file_sizeInteger?

Returns:

  • (Integer, nil)


420
# File 'lib/deeprails/models/defend_response.rb', line 420

optional :file_size, Integer

#presigned_urlString?

Returns:

  • (String, nil)


425
# File 'lib/deeprails/models/defend_response.rb', line 425

optional :presigned_url, String

#presigned_url_expires_atTime?

Returns:

  • (Time, nil)


430
# File 'lib/deeprails/models/defend_response.rb', line 430

optional :presigned_url_expires_at, Time