Chronicle v1 API - Class InlineDestination (1.0.0-beta05)

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

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

InlineDestination for exporting a dashboard.

Inheritance

object > InlineDestination

Namespace

Google.Cloud.Chronicle.V1

Assembly

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