Class: Imagekitio::Models::Accounts::UsageGetResponse

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/imagekitio/models/accounts/usage_get_response.rb

Overview

Instance Attribute Summary collapse

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

Parameters:

  • bandwidth_bytes (Integer) (defaults to: nil)

    Amount of bandwidth used in bytes.

  • extension_units_count (Integer) (defaults to: nil)

    Number of extension units used.

  • media_library_storage_bytes (Integer) (defaults to: nil)

    Storage used by media library in bytes.

  • original_cache_storage_bytes (Integer) (defaults to: nil)

    Storage used by the original cache in bytes.

  • video_processing_units_count (Integer) (defaults to: nil)

    Number of video processing units used.



# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 38

Instance Attribute Details

#bandwidth_bytesInteger?

Amount of bandwidth used in bytes.

Returns:

  • (Integer, nil)


12
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 12

optional :bandwidth_bytes, Integer, api_name: :bandwidthBytes

#extension_units_countInteger?

Number of extension units used.

Returns:

  • (Integer, nil)


18
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 18

optional :extension_units_count, Integer, api_name: :extensionUnitsCount

#media_library_storage_bytesInteger?

Storage used by media library in bytes.

Returns:

  • (Integer, nil)


24
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 24

optional :media_library_storage_bytes, Integer, api_name: :mediaLibraryStorageBytes

#original_cache_storage_bytesInteger?

Storage used by the original cache in bytes.

Returns:

  • (Integer, nil)


30
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 30

optional :original_cache_storage_bytes, Integer, api_name: :originalCacheStorageBytes

#video_processing_units_countInteger?

Number of video processing units used.

Returns:

  • (Integer, nil)


36
# File 'lib/imagekitio/models/accounts/usage_get_response.rb', line 36

optional :video_processing_units_count, Integer, api_name: :videoProcessingUnitsCount