C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
BackAllocations.cs
Go to the documentation of this file.
1using System;
2using System.Runtime.Serialization;
3
4namespace AnalyzeRe.Metrics
5{
12 [Obsolete("POST a BackAllocatedLayer structure instead of invoking IAPIResourceView.back_allocations")]
13 public class BackAllocations : APIType
14 {
17 [DataMember(Order = 2)]
19 }
20}
Base class used by all types and resources.
Definition APIType.cs:8
The structure returned when requesting back-allocated metrics for a view.
IReference< ILayerView > layer_view
A layer view wrapping the back-allocated YELT (i.e. from which back-allocated YELT metrics can be ret...
Base interface for all reference entities.