Sha256: a895323f38f15d556d39e8e43d5f6d0c5f71e084b7db20463d94a0e899844953
Contents?: true
Size: 434 Bytes
Versions: 136
Compression:
Stored size: 434 Bytes
Contents
# OryClient::ProjectHost ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **host** | **String** | The project's host. | | | **id** | **String** | The mapping's ID. | [readonly] | | **project_id** | **String** | The Revision's Project ID | | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectHost.new( host: null, id: null, project_id: null ) ```
Version data entries
136 entries across 136 versions & 1 rubygems