WorkOS Directory Group struct.
@type t() :: %WorkOS.DirectorySync.Directory.Group{ created_at: String.t(), directory_id: String.t(), id: String.t(), idp_id: String.t(), name: String.t(), object: String.t(), organization_id: String.t() | nil, raw_attributes: %{required(String.t()) => any()}, updated_at: String.t() }