Sha256: 13159f0bde6373958330e6411ea19774e8bd1567cda94101ff34a25c48c3592a
Contents?: true
Size: 781 Bytes
Versions: 7
Compression:
Stored size: 781 Bytes
Contents
# OryClient::CreateProjectBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **environment** | **String** | The environment of the project. prod Production stage Staging dev Development | | | **home_region** | **String** | Home Region The home region of the project. This is the region where the project will be created. eu-central EUCentral us-east USEast us-west USWest global Global | [optional] | | **name** | **String** | The name of the project to be created | | | **workspace_id** | **String** | The workspace to create the project in. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CreateProjectBody.new( environment: null, home_region: null, name: null, workspace_id: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems