App Topology v1 API - Class BoolValue (1.0.0-beta01)

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

Reference documentation and code samples for the App Topology v1 API class BoolValue.

BoolValue represents a property that has a boolean value type.

Inheritance

object > BoolValue

Namespace

Google.Cloud.AppTopology.V1

Assembly

Google.Cloud.AppTopology.V1.dll

Constructors

BoolValue()

public BoolValue()

BoolValue(BoolValue)

public BoolValue(BoolValue other)
Parameter
Name Description
other BoolValue

Properties

AllowedValues

public RepeatedField<bool> AllowedValues { get; }

OPTIONAL Allowed values for the property. If provided, the property value must be one of the allowed values.

Property Value
Type Description
RepeatedFieldbool

Repeated

public bool Repeated { get; set; }

OPTIONAL Whether the property is repeated.

Property Value
Type Description
bool