factory SecurityProfileTarget.fromJson(Map<String, dynamic> json) { return SecurityProfileTarget( arn: json['arn'] as String, ); }