LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
RelationshipDefinitionsApi () | |
Initializes a new instance of the RelationshipDefinitionsApi class. More... | |
RelationshipDefinitionsApi (string basePath) | |
Initializes a new instance of the RelationshipDefinitionsApi class. More... | |
RelationshipDefinitionsApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the RelationshipDefinitionsApi class using Configuration object More... | |
RelationshipDefinitionsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the RelationshipDefinitionsApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
RelationshipDefinition | CreateRelationshipDefinition (CreateRelationshipDefinitionRequest createRelationshipDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition Create a new relationship definition to be used for creating relationships between entities. More... | |
Lusid.Sdk.Client.ApiResponse< RelationshipDefinition > | CreateRelationshipDefinitionWithHttpInfo (CreateRelationshipDefinitionRequest createRelationshipDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition Create a new relationship definition to be used for creating relationships between entities. More... | |
async System.Threading.Tasks.Task< RelationshipDefinition > | CreateRelationshipDefinitionAsync (CreateRelationshipDefinitionRequest createRelationshipDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition Create a new relationship definition to be used for creating relationships between entities. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< RelationshipDefinition > > | CreateRelationshipDefinitionWithHttpInfoAsync (CreateRelationshipDefinitionRequest createRelationshipDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition Create a new relationship definition to be used for creating relationships between entities. More... | |
DeletedEntityResponse | DeleteRelationshipDefinition (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition Delete the definition of the specified relationship. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteRelationshipDefinitionWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition Delete the definition of the specified relationship. More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteRelationshipDefinitionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition Delete the definition of the specified relationship. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteRelationshipDefinitionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition Delete the definition of the specified relationship. More... | |
RelationshipDefinition | GetRelationshipDefinition (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition Retrieve the specified relationship definition More... | |
Lusid.Sdk.Client.ApiResponse< RelationshipDefinition > | GetRelationshipDefinitionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition Retrieve the specified relationship definition More... | |
async System.Threading.Tasks.Task< RelationshipDefinition > | GetRelationshipDefinitionAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition Retrieve the specified relationship definition More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< RelationshipDefinition > > | GetRelationshipDefinitionWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition Retrieve the specified relationship definition More... | |
PagedResourceListOfRelationshipDefinition | ListRelationshipDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions Retrieve one or more specified relationship definitions. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfRelationshipDefinition > | ListRelationshipDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions Retrieve one or more specified relationship definitions. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfRelationshipDefinition > | ListRelationshipDefinitionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions Retrieve one or more specified relationship definitions. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfRelationshipDefinition > > | ListRelationshipDefinitionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions Retrieve one or more specified relationship definitions. More... | |
RelationshipDefinition | UpdateRelationshipDefinition (string scope, string code, UpdateRelationshipDefinitionRequest updateRelationshipDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship. More... | |
Lusid.Sdk.Client.ApiResponse< RelationshipDefinition > | UpdateRelationshipDefinitionWithHttpInfo (string scope, string code, UpdateRelationshipDefinitionRequest updateRelationshipDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship. More... | |
async System.Threading.Tasks.Task< RelationshipDefinition > | UpdateRelationshipDefinitionAsync (string scope, string code, UpdateRelationshipDefinitionRequest updateRelationshipDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< RelationshipDefinition > > | UpdateRelationshipDefinitionWithHttpInfoAsync (string scope, string code, UpdateRelationshipDefinitionRequest updateRelationshipDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship. More... | |
Properties | |
Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
The client for accessing this underlying API asynchronously. More... | |
Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
The client for accessing this underlying API synchronously. More... | |
Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
Gets or sets the configuration object More... | |
Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the RelationshipDefinitionsApi class.
|
inline |
Initializes a new instance of the RelationshipDefinitionsApi class.
|
inline |
Initializes a new instance of the RelationshipDefinitionsApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the RelationshipDefinitionsApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition Create a new relationship definition to be used for creating relationships between entities.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createRelationshipDefinitionRequest | The definition of the new relationship. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition Create a new relationship definition to be used for creating relationships between entities.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createRelationshipDefinitionRequest | The definition of the new relationship. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition Create a new relationship definition to be used for creating relationships between entities.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createRelationshipDefinitionRequest | The definition of the new relationship. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] CreateRelationshipDefinition: Create Relationship Definition Create a new relationship definition to be used for creating relationships between entities.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createRelationshipDefinitionRequest | The definition of the new relationship. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition Delete the definition of the specified relationship.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship definition to be deleted. |
code | The code of the relationship definition to be deleted. Together with the domain and scope this uniquely identifies the relationship. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition Delete the definition of the specified relationship.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship definition to be deleted. |
code | The code of the relationship definition to be deleted. Together with the domain and scope this uniquely identifies the relationship. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition Delete the definition of the specified relationship.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship definition to be deleted. |
code | The code of the relationship definition to be deleted. Together with the domain and scope this uniquely identifies the relationship. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] DeleteRelationshipDefinition: Delete Relationship Definition Delete the definition of the specified relationship.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship definition to be deleted. |
code | The code of the relationship definition to be deleted. Together with the domain and scope this uniquely identifies the relationship. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition Retrieve the specified relationship definition
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the specified relationship definition. |
code | The code of the specified relationship definition. Together with the domain and scope this uniquely identifies the relationship definition. |
asAt | The asAt datetime at which to retrieve the relationship definition. Defaults to return the latest version of the definition if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition Retrieve the specified relationship definition
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the specified relationship definition. |
code | The code of the specified relationship definition. Together with the domain and scope this uniquely identifies the relationship definition. |
asAt | The asAt datetime at which to retrieve the relationship definition. Defaults to return the latest version of the definition if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition Retrieve the specified relationship definition
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the specified relationship definition. |
code | The code of the specified relationship definition. Together with the domain and scope this uniquely identifies the relationship definition. |
asAt | The asAt datetime at which to retrieve the relationship definition. Defaults to return the latest version of the definition if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] GetRelationshipDefinition: Get relationship definition Retrieve the specified relationship definition
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the specified relationship definition. |
code | The code of the specified relationship definition. Together with the domain and scope this uniquely identifies the relationship definition. |
asAt | The asAt datetime at which to retrieve the relationship definition. Defaults to return the latest version of the definition if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions Retrieve one or more specified relationship definitions.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the relationship definitions. Defaults to return the latest version of each definition if not specified. (optional) |
page | The pagination token to use to continue listing relationship definitions from a previous call to list relationship definitions. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt field must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the Scope, use "scope eq 'ExampleScope'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions Retrieve one or more specified relationship definitions.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the relationship definitions. Defaults to return the latest version of each definition if not specified. (optional) |
page | The pagination token to use to continue listing relationship definitions from a previous call to list relationship definitions. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt field must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the Scope, use "scope eq 'ExampleScope'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions Retrieve one or more specified relationship definitions.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the relationship definitions. Defaults to return the latest version of each definition if not specified. (optional) |
page | The pagination token to use to continue listing relationship definitions from a previous call to list relationship definitions. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt field must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the Scope, use "scope eq 'ExampleScope'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] ListRelationshipDefinitions: List relationship definitions Retrieve one or more specified relationship definitions.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the relationship definitions. Defaults to return the latest version of each definition if not specified. (optional) |
page | The pagination token to use to continue listing relationship definitions from a previous call to list relationship definitions. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt field must not have changed since the original request. (optional) |
limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (optional) |
filter | Expression to filter the result set. For example, to filter on the Scope, use "scope eq 'ExampleScope'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship definition being updated. |
code | The code of the relationship definition being updated. Together with the scope this uniquely identifies the relationship definition. |
updateRelationshipDefinitionRequest | The details of relationship definition to update. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship definition being updated. |
code | The code of the relationship definition being updated. Together with the scope this uniquely identifies the relationship definition. |
updateRelationshipDefinitionRequest | The details of relationship definition to update. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
inline |
[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship definition being updated. |
code | The code of the relationship definition being updated. Together with the scope this uniquely identifies the relationship definition. |
updateRelationshipDefinitionRequest | The details of relationship definition to update. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiSync.
|
inline |
[EARLY ACCESS] UpdateRelationshipDefinition: Update Relationship Definition Update the definition of a specified existing relationship. Not all elements within a relationship definition are modifiable due to the potential implications for values already stored against the relationship.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the relationship definition being updated. |
code | The code of the relationship definition being updated. Together with the scope this uniquely identifies the relationship definition. |
updateRelationshipDefinitionRequest | The details of relationship definition to update. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationshipDefinitionsApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.