Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.13 KB

EditDomainRequest.md

File metadata and controls

20 lines (15 loc) · 1.13 KB

dub.model.EditDomainRequest

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
slug String Name of the domain. [optional]
type String The type of redirect to use for this domain. Can be redirect or rewrite [optional] [default to 'redirect']
target String The page your users will get redirected to when they visit your domain. [optional]
expiredUrl String Redirect users to a specific URL when any link under this domain has expired. [optional]
archived bool Whether to archive this domain. false will unarchive a previously archived domain. [optional] [default to false]
placeholder String Provide context to your teammates in the link creation modal by showing them an example of a link to be shortened. [optional] [default to 'https://dub.co/help/article/what-is-dub']

[Back to Model list] [Back to API list] [Back to README]