Sha256: 9469691edf41ec058e010e2b2043bbf44d07640bf7806e0ea9422d60bfc0906b
Contents?: true
Size: 578 Bytes
Versions: 1
Compression:
Stored size: 578 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Operations class GetTagsRequest < ::OpenApiSDK::Utils::FieldAugmented extend T::Sig # The ID of the workspace. field :workspace_id, T.nilable(::String), { 'query_param': { 'field_name': 'workspaceId', 'style': 'form', 'explode': true } } 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 |
---|---|
dub-0.1.3 | lib/open_api_sdk/models/operations/gettags_request.rb |