Class Label
Key value labels.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Label : IMessage<Label>, IEquatable<Label>, IDeepCloneable<Label>, IBufferMessage, IMessage
Constructors
Label()
Declaration
public Label()
Label(Label)
Declaration
public Label(Label other)
Parameters
| Type | Name | Description |
|---|---|---|
| Label | other |
Properties
Key
The key.
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RbacEnabled
Indicates whether this label can be used for Data RBAC
Declaration
public bool RbacEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Source
Where the label is derived from.
Declaration
public string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |