Sha256: 62b3ab3868ab5c0b53d007087717a796fbf5dc9a2ed4ecca82fe8c326ba1a7e3
Contents?: true
Size: 555 Bytes
Versions: 51
Compression:
Stored size: 555 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GetWorkspaceRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig # The ID or slug of the workspace. field :id_or_slug, ::String, { 'path_param': { 'field_name': 'idOrSlug', 'style': 'simple', 'explode': false } } sig { params(id_or_slug: ::String).void } def initialize(id_or_slug: nil) @id_or_slug = id_or_slug end end end end
Version data entries
51 entries across 51 versions & 1 rubygems