Sha256: d38709a1909ac67f78f079c778680b4bc50d7efc128b2c6833f25bcc997127f3
Contents?: true
Size: 507 Bytes
Versions: 20
Compression:
Stored size: 507 Bytes
Contents
# frozen_string_literal: true # typed: strict module WorkOS module Types # This DirectoryGroupStruct acts as a typed interface # for the DirectoryGroup class class DirectoryGroupStruct < T::Struct const :id, String const :directory_id, String const :organization_id, T.nilable(String) const :idp_id, String const :name, String const :created_at, String const :updated_at, String const :raw_attributes, T::Hash[Symbol, Object] end end end
Version data entries
20 entries across 20 versions & 1 rubygems