ListChannelMembershipsForAppInstanceUserResponse constructor

ListChannelMembershipsForAppInstanceUserResponse({
  1. List<ChannelMembershipForAppInstanceUserSummary>? channelMemberships,
  2. String? nextToken,
})

Implementation

ListChannelMembershipsForAppInstanceUserResponse({
  this.channelMemberships,
  this.nextToken,
});