Chronicle v1 API - Class AddChartResponse (1.0.0-beta05)

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

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

Response message for adding chart in a dashboard.

Inheritance

object > AddChartResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

AddChartResponse()

public AddChartResponse()

AddChartResponse(AddChartResponse)

public AddChartResponse(AddChartResponse other)
Parameter
Name Description
other AddChartResponse

Properties

DashboardChart

public DashboardChart DashboardChart { get; set; }

Created chart resource.

Property Value
Type Description
DashboardChart

NativeDashboard

public NativeDashboard NativeDashboard { get; set; }

Dashboard with chart added in definition.

Property Value
Type Description
NativeDashboard