Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 479 Bytes

CNameTarget.md

File metadata and controls

22 lines (16 loc) · 479 Bytes

ClerkBackend::CNameTarget

Properties

Name Type Description Notes
host String
value String
required Boolean Denotes whether this CNAME target is required to be set in order for the domain to be considered deployed.

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::CNameTarget.new(
  host: null,
  value: null,
  required: null
)