Module apex_redirect_api

Source

Structs§

CreateApexRedirectParams
struct for passing parameters to the method create_apex_redirect
DeleteApexRedirectParams
struct for passing parameters to the method delete_apex_redirect
GetApexRedirectParams
struct for passing parameters to the method get_apex_redirect
ListApexRedirectsParams
struct for passing parameters to the method list_apex_redirects
UpdateApexRedirectParams
struct for passing parameters to the method update_apex_redirect

Enums§

CreateApexRedirectError
struct for typed errors of method create_apex_redirect
DeleteApexRedirectError
struct for typed errors of method delete_apex_redirect
GetApexRedirectError
struct for typed errors of method get_apex_redirect
ListApexRedirectsError
struct for typed errors of method list_apex_redirects
UpdateApexRedirectError
struct for typed errors of method update_apex_redirect

Functions§

create_apex_redirect
Create an apex redirect for a particular service and version.
delete_apex_redirect
Delete an apex redirect by its ID.
get_apex_redirect
Get an apex redirect by its ID.
list_apex_redirects
List all apex redirects for a particular service and version.
update_apex_redirect
Update an apex redirect by its ID.