C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
VendorTreatyAnalysis.cs
Go to the documentation of this file.
1using System;
2
3namespace AnalyzeRe.Analyses
4{
7 [Obsolete("This is a legacy metadata class. Please use the metadata attribute available on all resources.")]
8 public class VendorTreatyAnalysis : Analysis { }
9}
Represents the metadata for a DataAgent analysis entity imported from a vendor.
Definition Analysis.cs:13
Represents the metadata for a VendorTreatyAnalysis entity imported from a vendor.