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