C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
IAPIAnalysis.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
4
5namespace AnalyzeRe.APITypes
6{
8 public interface IAPIAnalysis
9 {
11 [DataMember(Order = 11)]
12 [NotNull]
14
18 [DataMember(Order = 12)]
20 string target_currency { get; set; }
21 }
22}
Attribute used to define the default value assigned to the target_currency property by the server whe...
Describes a collection of resources which can be listed.
Interface for resources that reference an analysis profile.
IReference< AnalysisProfile > analysis_profile
The analysis profile used to analyze the resource.
string target_currency
The default currency results are returned in. If not specified, the server will automatically select ...