ListTaskPushNotificationConfigResponse constructor

ListTaskPushNotificationConfigResponse({
  1. List<TaskPushNotificationConfig>? configs,
  2. String? nextPageToken,
})

Implementation

ListTaskPushNotificationConfigResponse({this.configs, this.nextPageToken});