factory OnlineStoreSecurityConfig.fromJson(Map<String, dynamic> json) { return OnlineStoreSecurityConfig( kmsKeyId: json['KmsKeyId'] as String?, ); }