Class: Imagekitio::Models::Accounts::UsageAnalyticsResponse::Top404Asset
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::Accounts::UsageAnalyticsResponse::Top404Asset
- Defined in:
- lib/imagekitio/models/accounts/usage_analytics_response.rb,
sig/imagekitio/models/accounts/usage_analytics_response.rbs
Instance Attribute Summary collapse
-
#name ⇒ String
URL that returned a 404 response.
-
#request_count ⇒ Float
Number of requests to this URL that returned a 404 response.
Instance Method Summary collapse
-
#initialize ⇒ Top404Asset
constructor
A new instance of Top404Asset.
- #to_hash ⇒ { name: String, request_count: Float }
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 ⇒ Top404Asset
Returns a new instance of Top404Asset.
387 |
# File 'sig/imagekitio/models/accounts/usage_analytics_response.rbs', line 387
def initialize: (name: String, request_count: Float) -> void
|
Instance Attribute Details
#name ⇒ String
URL that returned a 404 response.
574 |
# File 'lib/imagekitio/models/accounts/usage_analytics_response.rb', line 574 required :name, String |
#request_count ⇒ Float
Number of requests to this URL that returned a 404 response.
580 |
# File 'lib/imagekitio/models/accounts/usage_analytics_response.rb', line 580 required :request_count, Float, api_name: :requestCount |
Instance Method Details
#to_hash ⇒ { name: String, request_count: Float }
389 |
# File 'sig/imagekitio/models/accounts/usage_analytics_response.rbs', line 389
def to_hash: -> { name: String, request_count: Float }
|