Sha256: 9196bddc2fd2afd2399ac5e4b2cabe8534c6bfe49948203d58bca10e827a061f

Contents?: true

Size: 441 Bytes

Versions: 28

Compression:

Stored size: 441 Bytes

Contents

# frozen_string_literal: true
# typed: strict

module WorkOS
  module Types
    # This OrganizationStruct acts as a typed interface
    # for the Organization class
    class OrganizationStruct < T::Struct
      const :id, String
      const :name, String
      const :allow_profiles_outside_organization, T::Boolean
      const :domains, T::Array[T.untyped]
      const :created_at, String
      const :updated_at, String
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workos-4.1.0 lib/workos/types/organization_struct.rb
workos-4.0.0 lib/workos/types/organization_struct.rb
workos-3.1.0 lib/workos/types/organization_struct.rb
workos-3.0.0 lib/workos/types/organization_struct.rb
workos-2.17.0 lib/workos/types/organization_struct.rb
workos-2.16.0 lib/workos/types/organization_struct.rb
workos-2.15.0 lib/workos/types/organization_struct.rb
workos-2.14.0 lib/workos/types/organization_struct.rb
workos-2.13.0 lib/workos/types/organization_struct.rb
workos-2.12.1 lib/workos/types/organization_struct.rb
workos-2.12.0 lib/workos/types/organization_struct.rb
workos-2.11.0 lib/workos/types/organization_struct.rb
workos-2.10.0 lib/workos/types/organization_struct.rb
workos-2.9.0 lib/workos/types/organization_struct.rb
workos-2.8.0 lib/workos/types/organization_struct.rb
workos-2.7.0 lib/workos/types/organization_struct.rb
workos-2.6.0 lib/workos/types/organization_struct.rb
workos-2.5.1 lib/workos/types/organization_struct.rb
workos-2.5.0 lib/workos/types/organization_struct.rb
workos-2.4.0 lib/workos/types/organization_struct.rb