Chronicle v1 API - Class ExportNativeDashboardsResponse (1.0.0-beta05)

public sealed class ExportNativeDashboardsResponse : IMessage<ExportNativeDashboardsResponse>, IEquatable<ExportNativeDashboardsResponse>, IDeepCloneable<ExportNativeDashboardsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class ExportNativeDashboardsResponse.

Response message for exporting a dashboard.

Inheritance

object > ExportNativeDashboardsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

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