Sha256: 15d3726b17fac015ffcb07203e160c1ab6b51e872aa06949243601ec338dcae2

Contents?: true

Size: 998 Bytes

Versions: 54

Compression:

Stored size: 998 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  
    # The retrieved metatags
    class GetMetatagsResponseBody < ::OpenApiSDK::Utils::FieldAugmented
      extend T::Sig

      # The meta description tag for the URL.
      field :description, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('description') } }
      # The OpenGraph image for the URL.
      field :image, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('image') } }
      # The meta title tag for the URL.
      field :title, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('title') } }


      sig { params(description: ::String, image: ::String, title: ::String).void }
      def initialize(description: nil, image: nil, title: nil)
        @description = description
        @image = image
        @title = title
      end
    end
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.18 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.17 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.16 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.15 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.14 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.13 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.12 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.11 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.10 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.9 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.8 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.7 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.6 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb
dub-0.2.2.pre.alpha.5 lib/open_api_sdk/models/operations/getmetatags_responsebody.rb