Documentation

ListAuditEventsOptions
in package

ListAuditEventsOptions Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The Docusign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$locale  : string|null
$locale Locale setting for the response, e.g., 'en-US'.
getLocale()  : string|null
Gets locale
setLocale()  : self
Sets locale

Properties

$locale

$locale Locale setting for the response, e.g., 'en-US'.

protected string|null $locale = null

Methods

getLocale()

Gets locale

public getLocale() : string|null
Return values
string|null

setLocale()

Sets locale

public setLocale(string|null $locale) : self
Parameters
$locale : string|null

Locale setting for the response, e.g., 'en-US'.

Return values
self

Search results