Sha256: d19c73412e9e47966e01681c4608565c41499d01ca70e2a0c584f1b6e6d0d31e

Contents?: true

Size: 607 Bytes

Versions: 7

Compression:

Stored size: 607 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module SpeakeasyClientSDK
  module Operations
  

    class GithubCheckPublishingSecretsRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented
      extend T::Sig


      field :generate_gen_lock_id, ::String, { 'query_param': { 'field_name': 'generate_gen_lock_id', 'style': 'form', 'explode': true } }


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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
speakeasy_client_sdk_ruby-4.2.22 lib/speakeasy_client_sdk/models/operations/githubcheckpublishingsecrets_request.rb
speakeasy_client_sdk_ruby-4.2.21 lib/speakeasy_client_sdk/models/operations/githubcheckpublishingsecrets_request.rb
speakeasy_client_sdk_ruby-4.2.20 lib/speakeasy_client_sdk/models/operations/githubcheckpublishingsecrets_request.rb
speakeasy_client_sdk_ruby-4.2.19 lib/speakeasy_client_sdk/models/operations/githubcheckpublishingsecrets_request.rb
speakeasy_client_sdk_ruby-4.2.18 lib/speakeasy_client_sdk/models/operations/githubcheckpublishingsecrets_request.rb
speakeasy_client_sdk_ruby-4.2.17 lib/speakeasy_client_sdk/models/operations/githubcheckpublishingsecrets_request.rb
speakeasy_client_sdk_ruby-4.2.16 lib/speakeasy_client_sdk/models/operations/githubcheckpublishingsecrets_request.rb