GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse constructor
GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse({
- List<
GoogleChromeManagementVersionsV1ChromeBrowserProfile> ? chromeBrowserProfiles, - String? nextPageToken,
- String? totalSize,
Implementation
GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse({
this.chromeBrowserProfiles,
this.nextPageToken,
this.totalSize,
});