public sealed class InlineDestination : IMessage<InlineDestination>, IEquatable<InlineDestination>, IDeepCloneable<InlineDestination>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class InlineDestination.
InlineDestination for exporting a dashboard.
Implements
IMessageInlineDestination, IEquatableInlineDestination, IDeepCloneableInlineDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
InlineDestination()
public InlineDestination()InlineDestination(InlineDestination)
public InlineDestination(InlineDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
InlineDestination |
Properties
Dashboards
public RepeatedField<NativeDashboardWithChartsAndQueries> Dashboards { get; }Dashboards with charts and queries.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNativeDashboardWithChartsAndQueries |
|