ListChannelMembershipsForAppInstanceUserResponse constructor
ListChannelMembershipsForAppInstanceUserResponse({
- List<
ChannelMembershipForAppInstanceUserSummary> ? channelMemberships, - String? nextToken,
Implementation
ListChannelMembershipsForAppInstanceUserResponse({
this.channelMemberships,
this.nextToken,
});