Integration Connectors v1 API - Class EnumOption (1.4.0)

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

Reference documentation and code samples for the Integration Connectors v1 API class EnumOption.

EnumOption definition

Inheritance

object > EnumOption

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

EnumOption()

public EnumOption()

EnumOption(EnumOption)

public EnumOption(EnumOption other)
Parameter
Name Description
other EnumOption

Properties

DisplayName

public string DisplayName { get; set; }

Display name of the option.

Property Value
Type Description
string

Id

public string Id { get; set; }

Id of the option.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.