Method: OryClient::CreateCustomDomainBody.attribute_map

Defined in:
lib/ory-client/models/create_custom_domain_body.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



35
36
37
38
39
40
41
42
43
# File 'lib/ory-client/models/create_custom_domain_body.rb', line 35

def self.attribute_map
  {
    :'cookie_domain' => :'cookie_domain',
    :'cors_allowed_origins' => :'cors_allowed_origins',
    :'cors_enabled' => :'cors_enabled',
    :'custom_ui_base_url' => :'custom_ui_base_url',
    :'hostname' => :'hostname'
  }
end