Class EnterpriseGetOrganizationMembers200Response

Hierarchy

  • EnterpriseGetOrganizationMembers200Response

Constructors

Properties

Constructors

Properties

cursor?: string

Indicator of the position of the next page of the result. To retrieve the next page, make another query setting its cursor field to the value returned by the current query. If the value is empty, there are no more pages to fetch.

limit?: number

Maximum number of results returned based on the limit specified in the request. For example, if there are 20 results, the request has no cursor value, and the limit is set to 20, the size of the results will be 20. The rest of the results will not be returned. To retrieve the rest of the results, you must make another request and set the appropriate value for the cursor parameter value.

size?: number

Number of results returned in the response considering the cursor and the limit values sent in the request. For example, if there are 20 results, the request does not have a cursor value, and the limit set to 10, the size of the results will be 10.

type?: string = 'cursor-list'

Type of the object returned.