API hub v1 API - Class ConfigVariable.Types.MultiIntValues (1.1.0)

public sealed class ConfigVariable.Types.MultiIntValues : IMessage<ConfigVariable.Types.MultiIntValues>, IEquatable<ConfigVariable.Types.MultiIntValues>, IDeepCloneable<ConfigVariable.Types.MultiIntValues>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class ConfigVariable.Types.MultiIntValues.

The config variable value of data type multi int.

Inheritance

object > ConfigVariable.Types.MultiIntValues

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

MultiIntValues()

public MultiIntValues()

MultiIntValues(MultiIntValues)

public MultiIntValues(ConfigVariable.Types.MultiIntValues other)
Parameter
Name Description
other ConfigVariableTypesMultiIntValues

Properties

Values

public RepeatedField<int> Values { get; }

Optional. The config variable value of data type multi int.

Property Value
Type Description
RepeatedFieldint