Sha256: 6292bc30e55f97b47763d24b2d73b050d4918c1b404ca356af96305da4bf9b88

Contents?: true

Size: 744 Bytes

Versions: 15

Compression:

Stored size: 744 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  
    # The created public embed token.
    class CreateEmbedTokenResponseBody < ::OpenApiSDK::Utils::FieldAugmented
      extend T::Sig


      field :expires, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('expires') } }

      field :public_token, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicToken') } }


      sig { params(expires: ::String, public_token: ::String).void }
      def initialize(expires: nil, public_token: nil)
        @expires = expires
        @public_token = public_token
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.55 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.54 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.53 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.52 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.51 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.50 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.49 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.48 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.47 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.46 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.45 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.44 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.43 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.42 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb
dub-0.2.2.pre.alpha.41 lib/open_api_sdk/models/operations/createembedtoken_responsebody.rb