C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
ResourceCollection[T].cs
Go to the documentation of this file.
1namespace AnalyzeRe.APITypes
2{
6 {
8 public string Path { get; }
9
10 #region Constructors
13 public ResourceCollection(string path)
14 {
15 Path = path;
16 }
17 #endregion Constructors
18 }
19}
Describes a collection of resources which can be listed.
string Path
The relative path to this collection from the root URL.
ResourceCollection(string path)
Defines a new collection.
Describes a collection of resources which can be listed.
Interface shared by all object types and resources returned by the Analyze Re server.
Definition IAPIType.cs:6