Sha256: e3930ab72284eb34200afb4a557f16ce74092cb90bb63609571a995e366e2df4

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class GetWorkspaceEventsByTargetRequest < ::OpenApiSDK::Utils::FieldAugmented
      extend T::Sig

      # Filter to only return events corresponding to a particular gen_lock_id (gen_lock_id uniquely identifies a target)
      field :target_id, ::String, { 'path_param': { 'field_name': 'target_id', 'style': 'simple', 'explode': false } }
      # Unique identifier of the workspace.
      field :workspace_id, ::String, { 'path_param': { 'field_name': 'workspace_id', 'style': 'simple', 'explode': false } }
      # Filter to only return events created after this timestamp
      field :after_created_at, T.nilable(::DateTime), { 'query_param': { 'field_name': 'after_created_at', 'style': 'form', 'explode': true } }


      sig { params(target_id: ::String, workspace_id: ::String, after_created_at: T.nilable(::DateTime)).void }
      def initialize(target_id: nil, workspace_id: nil, after_created_at: nil)
        @target_id = target_id
        @workspace_id = workspace_id
        @after_created_at = after_created_at
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
speakeasy_client_sdk_ruby-4.2.24 lib/open_api_sdk/models/operations/getworkspaceeventsbytarget_request.rb