ListPlatformBranchesResult constructor
ListPlatformBranchesResult({
- String? nextToken,
- List<
PlatformBranchSummary> ? platformBranchSummaryList,
Implementation
ListPlatformBranchesResult({
this.nextToken,
this.platformBranchSummaryList,
});