Sha256: d7b568f8c7b84b4df0871911fbf22907c262a75d3e69ae113bab20585f7d0248
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dub-0.2.2.pre.alpha.4 | lib/open_api_sdk/models/operations/getworkspace_request.rb |