Name | Type | Description | Notes |
---|---|---|---|
home_url | String | The new home URL of the production instance e.g. https://www.example.com | [optional] |
require 'clerk-sdk-ruby-backend'
instance = ClerkBackend::UpdateProductionInstanceDomainRequest.new(
home_url: null
)