Sha256: 032eb8e63070d6bb1d49c6ece053c026b5dcf6f21baa4f4ae0eede83bf531fe9
Contents?: true
Size: 614 Bytes
Versions: 1
Compression:
Stored size: 614 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Shared # A PreflightToken is a token that allows access to the OCI distribution endpoints. class PreflightToken < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig field :auth_token, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('auth_token') } } sig { params(auth_token: T.nilable(::String)).void } def initialize(auth_token: nil) @auth_token = auth_token end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
speakeasy_client_sdk_ruby-4.2.24 | lib/open_api_sdk/models/shared/preflighttoken.rb |