Show / Hide Table of Contents

Enum Property.Types.PropertyType

Supported data type of the property values

Namespace: Google.Api
Assembly: Google.Api.CommonProtos.dll
Syntax
public enum PropertyType

Fields

Name Description
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.

Back to top