Module: Imagekitio::Models::Accounts::OriginResponse

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

Overview

Origin object as returned by the API (sensitive fields removed).

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(id: , account_name: , container: , include_canonical_header: , name: , prefix: , base_url_for_canonical_header: nil, type: :AZURE_BLOB) ⇒ Object

Some parameter documentations has been truncated, see AzureBlob for more details.

Parameters:

  • id (String) (defaults to: )

    Unique identifier for the origin. This is generated by ImageKit when you create

  • account_name (String) (defaults to: )
  • container (String) (defaults to: )
  • include_canonical_header (Boolean) (defaults to: )

    Whether to send a Canonical header.

  • name (String) (defaults to: )

    Display name of the origin.

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

    URL used in the Canonical header (if enabled).

  • type (Symbol, :AZURE_BLOB) (defaults to: :AZURE_BLOB)


# File 'lib/imagekitio/models/accounts/origin_response.rb', line 77