Chronicle v1 API - Class ImportExportStatus (1.0.0-beta05)

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

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

ImportExportStatus is a wrapper for dashboard name and status.

Inheritance

object > ImportExportStatus

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ImportExportStatus()

public ImportExportStatus()

ImportExportStatus(ImportExportStatus)

public ImportExportStatus(ImportExportStatus other)
Parameter
Name Description
other ImportExportStatus

Properties

Dashboard

public string Dashboard { get; set; }

The resource name of the dashboard if it was supplied in the request.

Property Value
Type Description
string

Status

public Status Status { get; set; }

Output only. Status of the import/export operation.

Property Value
Type Description
Status