public sealed class ImportExportStatus : IMessage<ImportExportStatus>, IEquatable<ImportExportStatus>, IDeepCloneable<ImportExportStatus>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class ImportExportStatus.
ImportExportStatus is a wrapper for dashboard name and status.
Implements
IMessageImportExportStatus, IEquatableImportExportStatus, IDeepCloneableImportExportStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|