Documentation

ListGroupUsersOptions
in package

ListGroupUsersOptions 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

$count  : string|null
$count Number of records to return. The number must be greater than 1 and less than or equal to 100.
$start_position  : string|null
$start_position Starting value for the list.
getCount()  : string|null
Gets count
getStartPosition()  : string|null
Gets start_position
setCount()  : self
Sets count
setStartPosition()  : self
Sets start_position

Properties

$count

$count Number of records to return. The number must be greater than 1 and less than or equal to 100.

protected string|null $count = null

$start_position

$start_position Starting value for the list.

protected string|null $start_position = null

Methods

getCount()

Gets count

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

getStartPosition()

Gets start_position

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

setCount()

Sets count

public setCount(string|null $count) : self
Parameters
$count : string|null

Number of records to return. The number must be greater than 1 and less than or equal to 100.

Return values
self

setStartPosition()

Sets start_position

public setStartPosition(string|null $start_position) : self
Parameters
$start_position : string|null

Starting value for the list.

Return values
self

Search results