Module: Imagekitio::Models::Accounts::OriginRequest

Extended by:
Internal::Type::Union
Defined in:
lib/imagekitio/models/accounts/origin_request.rb

Overview

Schema for origin request resources.

Defined Under Namespace

Classes: AkeneoPim, AzureBlob, CloudinaryBackup, Gcs, S3, S3Compatible, WebFolder, WebProxy

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

Methods included from Internal::Util::SorbetRuntimeSupport

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

Methods included from Internal::Type::Converter

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

Instance Method Details

#initialize(account_name: , container: , name: , sas_token: , base_url_for_canonical_header: nil, include_canonical_header: nil, prefix: nil, type: :AZURE_BLOB) ⇒ Object

Parameters:

  • account_name (String) (defaults to: )
  • container (String) (defaults to: )
  • name (String) (defaults to: )

    Display name of the origin.

  • sas_token (String) (defaults to: )
  • base_url_for_canonical_header (String) (defaults to: nil)

    URL used in the Canonical header (if enabled).

  • include_canonical_header (Boolean) (defaults to: nil)

    Whether to send a Canonical header.

  • prefix (String) (defaults to: nil)
  • type (Symbol, :AZURE_BLOB) (defaults to: :AZURE_BLOB)


# File 'lib/imagekitio/models/accounts/origin_request.rb', line 78