docs/SourcePosition
OryClient::SourcePosition
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| line | Integer | [optional] | |
| column | Integer | [optional] |
Example
require 'ory-client' instance = OryClient::SourcePosition.new( line: null, column: null )
| Name | Type | Description | Notes |
|---|---|---|---|
| line | Integer | [optional] | |
| column | Integer | [optional] |
require 'ory-client' instance = OryClient::SourcePosition.new( line: null, column: null )