Sha256: 0e61e77a3e75ed57ea8ad4b4a968b3b2ec86f2da38b0b49579071e32ba88c711

Contents?: true

Size: 621 Bytes

Versions: 1

Compression:

Stored size: 621 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module SpeakeasyClientSDK
  module Operations
  

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

      # Unique identifier of the workspace.
      field :workspace_id, T.nilable(::String), { 'path_param': { 'field_name': 'workspaceID', 'style': 'simple', 'explode': false } }


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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
speakeasy_client_sdk_ruby-4.2.22 lib/speakeasy_client_sdk/models/operations/getworkspacefeatureflags_request.rb