public sealed class ExportNativeDashboardsResponse : IMessage<ExportNativeDashboardsResponse>, IEquatable<ExportNativeDashboardsResponse>, IDeepCloneable<ExportNativeDashboardsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class ExportNativeDashboardsResponse.
Response message for exporting a dashboard.
Implements
IMessageExportNativeDashboardsResponse, IEquatableExportNativeDashboardsResponse, IDeepCloneableExportNativeDashboardsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ExportNativeDashboardsResponse()
public ExportNativeDashboardsResponse()ExportNativeDashboardsResponse(ExportNativeDashboardsResponse)
public ExportNativeDashboardsResponse(ExportNativeDashboardsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportNativeDashboardsResponse |
Properties
DestinationCase
public ExportNativeDashboardsResponse.DestinationOneofCase DestinationCase { get; }| Property Value | |
|---|---|
| Type | Description |
ExportNativeDashboardsResponseDestinationOneofCase |
|
InlineDestination
public InlineDestination InlineDestination { get; set; }The data for the exported dashboards included directly in the response.
| Property Value | |
|---|---|
| Type | Description |
InlineDestination |
|