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

$group_type  : string|null
$group_type
$include_users  : string|null
$include_users When set to **true**, the response includes the signing group members.
getGroupType()  : string|null
Gets group_type
getIncludeUsers()  : string|null
Gets include_users
setGroupType()  : self
Sets group_type
setIncludeUsers()  : self
Sets include_users

Properties

$include_users

$include_users When set to **true**, the response includes the signing group members.

protected string|null $include_users = null

Methods

getGroupType()

Gets group_type

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

getIncludeUsers()

Gets include_users

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

setGroupType()

Sets group_type

public setGroupType(string|null $group_type) : self
Parameters
$group_type : string|null
Return values
self

setIncludeUsers()

Sets include_users

public setIncludeUsers(string|null $include_users) : self
Parameters
$include_users : string|null

When set to true, the response includes the signing group members.

Return values
self

Search results