new module:model/PowerFormSendersResponse()
- Source:
Constructs a new PowerFormSendersResponse
.
This object includes information about the users who have sent PowerForms.
Members
(inner) endPosition :Number
- Source:
The last position in the result set.
Type:
- Number
(inner) nextUri :String
- Source:
The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.
Type:
- String
(inner) powerFormSenders :Array.<module:model/UserInfo>
- Source:
Type:
- Array.<module:model/UserInfo>
(inner) previousUri :String
- Source:
The postal code for the billing address.
Type:
- String
(inner) resultSetSize :Number
The number of results returned in this response.
Type:
- Number
(inner) startPosition :Number
Starting position of the current result set.
Type:
- Number
(inner) totalSetSize :Number
The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.
Type:
- Number
Methods
(static) constructFromObject(data, obj) → {module:model/PowerFormSendersResponse}
- Source:
Constructs a PowerFormSendersResponse
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/PowerFormSendersResponse | Optional instance to populate. |
Returns:
The populated PowerFormSendersResponse
instance.