Documentation

ListOptions
in package

ListOptions 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

$custom_tab_only  : string|null
$custom_tab_only When set to **true**, only custom tabs are returned in the response.
getCustomTabOnly()  : string|null
Gets custom_tab_only
setCustomTabOnly()  : self
Sets custom_tab_only

Properties

$custom_tab_only

$custom_tab_only When set to **true**, only custom tabs are returned in the response.

protected string|null $custom_tab_only = null

Methods

getCustomTabOnly()

Gets custom_tab_only

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

setCustomTabOnly()

Sets custom_tab_only

public setCustomTabOnly(string|null $custom_tab_only) : self
Parameters
$custom_tab_only : string|null

When set to true, only custom tabs are returned in the response.

Return values
self

Search results