Sha256: b9fd41fd3972c6842214ab0b757b2cfae4f24ea4d6867d1df02bbea0257a591f
Contents?: true
Size: 558 Bytes
Versions: 17
Compression:
Stored size: 558 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). 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
17 entries across 17 versions & 1 rubygems