ListOptions
in package
ListOptions Class Doc Comment
Tags
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
$group_type
$group_type
protected
string|null
$group_type
= null
$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.