toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final nextPageToken = this.nextPageToken;
final securityProfilesV2 = this.securityProfilesV2;
return {
'nextPageToken': ?nextPageToken,
'securityProfilesV2': ?securityProfilesV2,
};
}