Class: Imagekitio::Models::Accounts::UsageGetResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::Accounts::UsageGetResponse
- Defined in:
- lib/imagekitio/models/accounts/usage_get_response.rb
Overview
Instance Attribute Summary collapse
-
#bandwidth_bytes ⇒ Integer?
Amount of bandwidth used in bytes.
-
#extension_units_count ⇒ Integer?
Number of extension units used.
-
#media_library_storage_bytes ⇒ Integer?
Storage used by media library in bytes.
-
#original_cache_storage_bytes ⇒ Integer?
Storage used by the original cache in bytes.
-
#video_processing_units_count ⇒ Integer?
Number of video processing units used.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
#initialize(bandwidth_bytes: nil, extension_units_count: nil, media_library_storage_bytes: nil, original_cache_storage_bytes: nil, video_processing_units_count: nil) ⇒ Object
|
|
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 38
|
Instance Attribute Details
#bandwidth_bytes ⇒ Integer?
Amount of bandwidth used in bytes.
12 |
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 12 optional :bandwidth_bytes, Integer, api_name: :bandwidthBytes |
#extension_units_count ⇒ Integer?
Number of extension units used.
18 |
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 18 optional :extension_units_count, Integer, api_name: :extensionUnitsCount |
#media_library_storage_bytes ⇒ Integer?
Storage used by media library in bytes.
24 |
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 24 optional :media_library_storage_bytes, Integer, api_name: :mediaLibraryStorageBytes |
#original_cache_storage_bytes ⇒ Integer?
Storage used by the original cache in bytes.
30 |
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 30 optional :original_cache_storage_bytes, Integer, api_name: :originalCacheStorageBytes |
#video_processing_units_count ⇒ Integer?
Number of video processing units used.
36 |
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 36 optional :video_processing_units_count, Integer, api_name: :videoProcessingUnitsCount |