With Raw Response
A view of V2ServiceAsync that provides access to raw HTTP responses for each method.
Inheritors
Functions
Returns a raw HTTP response for post /v2/auth_rules/{auth_rule_token}/apply, but is otherwise the same as V2ServiceAsync.apply.
Returns a raw HTTP response for post /v2/auth_rules, but is otherwise the same as V2ServiceAsync.create.
Returns a raw HTTP response for delete /v2/auth_rules/{auth_rule_token}, but is otherwise the same as V2ServiceAsync.delete.
Returns a raw HTTP response for post /v2/auth_rules/{auth_rule_token}/draft, but is otherwise the same as V2ServiceAsync.draft.
Returns a raw HTTP response for get /v2/auth_rules, but is otherwise the same as V2ServiceAsync.list.
Returns a raw HTTP response for post /v2/auth_rules/{auth_rule_token}/promote, but is otherwise the same as V2ServiceAsync.promote.
Returns a raw HTTP response for post /v2/auth_rules/{auth_rule_token}/report, but is otherwise the same as V2ServiceAsync.report.
Returns a raw HTTP response for get /v2/auth_rules/{auth_rule_token}, but is otherwise the same as V2ServiceAsync.retrieve.
Returns a raw HTTP response for get /v2/auth_rules/{auth_rule_token}/features, but is otherwise the same as V2ServiceAsync.retrieveFeatures.
Returns a raw HTTP response for get /v2/auth_rules/{auth_rule_token}/report, but is otherwise the same as V2ServiceAsync.retrieveReport.
Returns a raw HTTP response for patch /v2/auth_rules/{auth_rule_token}, but is otherwise the same as V2ServiceAsync.update.
Returns a view of this service with the given option modifications applied.