# OryClient::ProjectSlug ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **slug** | **String** | The Project Slug | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectSlug.new( slug: null ) ```