Documentation

ListEventLogsOptions
in package

ListEventLogsOptions 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

$from_date  : string|null
$from_date
$to_date  : string|null
$to_date
getFromDate()  : string|null
Gets from_date
getToDate()  : string|null
Gets to_date
setFromDate()  : self
Sets from_date
setToDate()  : self
Sets to_date

Properties

$from_date

$from_date

protected string|null $from_date = null

$to_date

$to_date

protected string|null $to_date = null

Methods

getFromDate()

Gets from_date

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

getToDate()

Gets to_date

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

setFromDate()

Sets from_date

public setFromDate(string|null $from_date) : self
Parameters
$from_date : string|null
Return values
self

setToDate()

Sets to_date

public setToDate(string|null $to_date) : self
Parameters
$to_date : string|null
Return values
self

Search results