Sha256: adeb191b8274511684f2d40e00f8bcbcfec6a510b2f615e2658611b81b465903

Contents?: true

Size: 383 Bytes

Versions: 2

Compression:

Stored size: 383 Bytes

Contents

# frozen_string_literal: true
# typed: strict

module WorkOS
  module Types
    # This DirectoryStruct acts as a typed interface
    # for the Directory class
    class DirectoryStruct < T::Struct
      const :id, String
      const :name, String
      const :domain, String
      const :type, String
      const :state, String
      const :organization_id, String
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workos-1.4.0 lib/workos/types/directory_struct.rb
workos-1.3.0 lib/workos/types/directory_struct.rb