ListPlatformApplicationsResponse constructor
ListPlatformApplicationsResponse({
- String? nextToken,
- List<
PlatformApplication> ? platformApplications,
Implementation
ListPlatformApplicationsResponse({
this.nextToken,
this.platformApplications,
});