Class: Teams::Api::PagedMembersResult
- Defined in:
- lib/teams/api/paged_members_result.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
-
#continuation_token ⇒ Object
Token to fetch the next page of members; nil on the last page.
- #members ⇒ Object
Methods inherited from Model
Constructor Details
This class inherits a constructor from Teams::Api::Model
Instance Method Details
#continuation_token ⇒ Object
Token to fetch the next page of members; nil on the last page.
11 12 13 |
# File 'lib/teams/api/paged_members_result.rb', line 11 def continuation_token read("continuationToken", "continuation_token") end |