Class StorageDatabasecenterPartnerapiV1mainSignalMetadata
SignalMetadata contains one of the signal metadata proto messages associated with a SignalType. This proto will be mapped to SignalMetadata message in storage.proto. Next ID: 3
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainSignalMetadata : IDirectResponseSchema
Properties
BackupRun
Signal data for backup runs.
Declaration
[JsonProperty("backupRun")]
public virtual StorageDatabasecenterPartnerapiV1mainBackupRun BackupRun { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainBackupRun |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignalBoolValue
Signal data for boolean signals.
Declaration
[JsonProperty("signalBoolValue")]
public virtual bool? SignalBoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |