Sha256: 421ed598fa0c3052738ef41c2d8a065d51b79c13ef7cd1a48dbc50a64043f7ef
Contents?: true
Size: 970 Bytes
Versions: 1
Compression:
Stored size: 970 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module SpeakeasyClientSDK module Operations class GetWorkspaceEventsRequest < ::SpeakeasyClientSDK::Utils::FieldAugmented extend T::Sig # Filter to only return events corresponding to a particular gen_lock_id field :generate_gen_lock_id, T.nilable(::String), { 'query_param': { 'field_name': 'generate_gen_lock_id', 'style': 'form', 'explode': true } } # Unique identifier of the workspace. field :workspace_id, T.nilable(::String), { 'path_param': { 'field_name': 'workspaceID', 'style': 'simple', 'explode': false } } sig { params(generate_gen_lock_id: T.nilable(::String), workspace_id: T.nilable(::String)).void } def initialize(generate_gen_lock_id: nil, workspace_id: nil) @generate_gen_lock_id = generate_gen_lock_id @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/getworkspaceevents_request.rb |