ListSessionsRequest constructor
ListSessionsRequest({})
Implementation
ListSessionsRequest({
required this.parent,
this.pageSize = 0,
this.pageToken = '',
this.filter = '',
this.orderBy = '',
}) : super(fullyQualifiedName);