Sha256: 0bb389b43f8489a71185a9978bcdfe28feecd3c6deb1f527ea6a6509ffbebe2e
Contents?: true
Size: 619 Bytes
Versions: 1
Compression:
Stored size: 619 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations class GetWorkspaceTargetsRequest < ::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.0.7 | lib/speakeasy_client_sdk/models/operations/getworkspacetargets_request.rb |