API hub v1 API - Class ConfigValueOption (1.1.0)

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

Reference 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.

Inheritance

object > ConfigValueOption

Namespace

Google.Cloud.ApiHub.V1

Assembly

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