Class RcwRegListRegistrantsParameters

java.lang.Object
com.ringcentral.definitions.RcwRegListRegistrantsParameters

public class RcwRegListRegistrantsParameters extends Object
Query parameters for operation rcwRegListRegistrants
  • Field Details

    • perPage

      public Long perPage
      The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100
    • pageToken

      public String pageToken
      The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.
    • includeQuestionnaire

      public Boolean includeQuestionnaire
      Indicates if registrant's "questionnaire" should be returned
  • Constructor Details

    • RcwRegListRegistrantsParameters

      public RcwRegListRegistrantsParameters()
  • Method Details