Documentation

ListTabsOptions
in package

ListTabsOptions 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

$include_anchor_tab_locations  : string|null
$include_anchor_tab_locations When set to **true**, all tabs with anchor tab properties are included in the response.
$include_metadata  : string|null
$include_metadata
getIncludeAnchorTabLocations()  : string|null
Gets include_anchor_tab_locations
getIncludeMetadata()  : string|null
Gets include_metadata
setIncludeAnchorTabLocations()  : self
Sets include_anchor_tab_locations
setIncludeMetadata()  : self
Sets include_metadata

Properties

$include_anchor_tab_locations

$include_anchor_tab_locations When set to **true**, all tabs with anchor tab properties are included in the response.

protected string|null $include_anchor_tab_locations = null

$include_metadata

$include_metadata

protected string|null $include_metadata = null

Methods

getIncludeAnchorTabLocations()

Gets include_anchor_tab_locations

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

getIncludeMetadata()

Gets include_metadata

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

setIncludeAnchorTabLocations()

Sets include_anchor_tab_locations

public setIncludeAnchorTabLocations(string|null $include_anchor_tab_locations) : self
Parameters
$include_anchor_tab_locations : string|null

When set to true, all tabs with anchor tab properties are included in the response.

Return values
self

setIncludeMetadata()

Sets include_metadata

public setIncludeMetadata(string|null $include_metadata) : self
Parameters
$include_metadata : string|null
Return values
self

Search results