Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 920 Bytes

ApexRedirect.md

File metadata and controls

18 lines (13 loc) · 920 Bytes

ApexRedirect

Properties

Name Type Description Notes
service_id Option<String> [readonly]
version Option<i32> [readonly]
created_at Option<String> Date and time in ISO 8601 format. [readonly]
deleted_at Option<String> Date and time in ISO 8601 format. [readonly]
updated_at Option<String> Date and time in ISO 8601 format. [readonly]
status_code Option<i32> HTTP status code used to redirect the client.
domains Option<Vec> Array of apex domains that should redirect to their WWW subdomain.
feature_revision Option<i32> Revision number of the apex redirect feature implementation. Defaults to the most recent revision.

[Back to API list] [Back to README]