Enum Property.Types.PropertyType (2.10.0)

public enum Property.Types.PropertyType

Supported data type of the property values

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Fields

NameDescription
Bool

The type is bool.

Double

The type is 'double'.

Int64

The type is int64.

String

The type is string.

Unspecified

The type is unspecified, and will result in an error.