ListPosturesResponse constructor

ListPosturesResponse({
  1. String? nextPageToken,
  2. List<Posture>? postures,
  3. List<String>? unreachable,
})

Implementation

ListPosturesResponse({
  this.nextPageToken,
  this.postures,
  this.unreachable,
});