public sealed class ConfigValueOption : IMessage<ConfigValueOption>, IEquatable<ConfigValueOption>, IDeepCloneable<ConfigValueOption>, IBufferMessage, IMessageReference documentation and code samples for the API hub v1 API class ConfigValueOption.
ConfigValueOption represents an option for a config variable of type enum or multi select.
Implements
IMessageConfigValueOption, IEquatableConfigValueOption, IDeepCloneableConfigValueOption, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ConfigValueOption()
public ConfigValueOption()ConfigValueOption(ConfigValueOption)
public ConfigValueOption(ConfigValueOption other)| Parameter | |
|---|---|
| Name | Description |
other |
ConfigValueOption |
Properties
Description
public string Description { get; set; }Optional. Description of the option.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Required. Display name of the option.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Id
public string Id { get; set; }Required. Id of the option.
| Property Value | |
|---|---|
| Type | Description |
string |
|