public sealed class ExportRegisteredPartiesRequest : IMessage<ExportRegisteredPartiesRequest>, IEquatable<ExportRegisteredPartiesRequest>, IDeepCloneable<ExportRegisteredPartiesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class ExportRegisteredPartiesRequest.
Request to export a list of currently registered parties.
Implements
IMessageExportRegisteredPartiesRequest, IEquatableExportRegisteredPartiesRequest, IDeepCloneableExportRegisteredPartiesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
ExportRegisteredPartiesRequest()
public ExportRegisteredPartiesRequest()ExportRegisteredPartiesRequest(ExportRegisteredPartiesRequest)
public ExportRegisteredPartiesRequest(ExportRegisteredPartiesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportRegisteredPartiesRequest |
Properties
Dataset
public BigQueryDestination Dataset { get; set; }Required. The location to output the RegisteredParties.
| Property Value | |
|---|---|
| Type | Description |
BigQueryDestination |
|
InstanceName
public InstanceName InstanceName { get; set; }InstanceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|
LineOfBusiness
public LineOfBusiness LineOfBusiness { get; set; }Required. LineOfBusiness to get RegisteredParties from.
| Property Value | |
|---|---|
| Type | Description |
LineOfBusiness |
|
Name
public string Name { get; set; }Required. The full path to the Instance resource in this API.
format: projects/{project}/locations/{location}/instances/{instance}
| Property Value | |
|---|---|
| Type | Description |
string |
|