Class GetAccountRecordingsParameters

java.lang.Object
com.ringcentral.definitions.GetAccountRecordingsParameters

public class GetAccountRecordingsParameters extends Object
Query parameters for operation getAccountRecordings
  • Field Details

    • 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.
    • 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 Format: int32
  • Constructor Details

    • GetAccountRecordingsParameters

      public GetAccountRecordingsParameters()
  • Method Details