Sha256: c09d9cc3940076d34e36e81edf943473915862c82ce4339d312df934aa7013af

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

# frozen_string_literal: true
# typed: strict

module WorkOS
  module Types
    # This OrganizationMembershipStruct acts as a typed interface for the OrganizationMembership class
    class OrganizationMembershipStruct < T::Struct
      const :id, String
      const :user_id, String
      const :organization_id, String
      const :created_at, String
      const :updated_at, String
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workos-3.1.0 lib/workos/types/organization_membership_struct.rb
workos-3.0.0 lib/workos/types/organization_membership_struct.rb