Class: Imagekitio::Models::Accounts::OriginRequest::AzureBlob
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::Accounts::OriginRequest::AzureBlob
- Defined in:
- lib/imagekitio/models/accounts/origin_request.rb
Instance Attribute Summary collapse
- #account_name ⇒ String
-
#base_url_for_canonical_header ⇒ String?
URL used in the Canonical header (if enabled).
- #container ⇒ String
-
#include_canonical_header ⇒ Boolean?
Whether to send a Canonical header.
-
#name ⇒ String
Display name of the origin.
- #prefix ⇒ String?
- #sas_token ⇒ String
- #type ⇒ Symbol, :AZURE_BLOB
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 Imagekitio::Internal::Type::BaseModel
Instance Attribute Details
#account_name ⇒ String
406 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 406 required :account_name, String, api_name: :accountName |
#base_url_for_canonical_header ⇒ String?
URL used in the Canonical header (if enabled).
433 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 433 optional :base_url_for_canonical_header, String, api_name: :baseUrlForCanonicalHeader |
#container ⇒ String
411 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 411 required :container, String |
#include_canonical_header ⇒ Boolean?
Whether to send a Canonical header.
439 440 441 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 439 optional :include_canonical_header, Imagekitio::Internal::Type::Boolean, api_name: :includeCanonicalHeader |
#name ⇒ String
Display name of the origin.
417 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 417 required :name, String |
#prefix ⇒ String?
446 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 446 optional :prefix, String |
#sas_token ⇒ String
422 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 422 required :sas_token, String, api_name: :sasToken |
#type ⇒ Symbol, :AZURE_BLOB
427 |
# File 'lib/imagekitio/models/accounts/origin_request.rb', line 427 required :type, const: :AZURE_BLOB |