Method: Hubspot::Cms::UrlRedirects::UrlMappingCreateRequestBody.attribute_map
- Defined in:
- lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'lib/hubspot/codegen/cms/url-redirects/models/url_mapping_create_request_body.rb', line 40 def self.attribute_map { :'route_prefix' => :'routePrefix', :'destination' => :'destination', :'redirect_style' => :'redirectStyle', :'precedence' => :'precedence', :'is_only_after_not_found' => :'isOnlyAfterNotFound', :'is_match_full_url' => :'isMatchFullUrl', :'is_match_query_string' => :'isMatchQueryString', :'is_pattern' => :'isPattern', :'is_trailing_slash_optional' => :'isTrailingSlashOptional', :'is_protocol_agnostic' => :'isProtocolAgnostic' } end |