docs/SetProject

OryClient::SetProject

Properties

Name Type Description Notes
name String The name of the project.
services ProjectServices

Example

require 'ory-client'

instance = OryClient::SetProject.new(
  name: null,
  services: null
)