class PropertyType

Supported data type of the property values

Protobuf type google.api.Property.PropertyType

Constants

UNSPECIFIED

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

Generated from protobuf enum UNSPECIFIED = 0;

INT64

The type is int64.

Generated from protobuf enum INT64 = 1;

BOOL

The type is bool.

Generated from protobuf enum BOOL = 2;

STRING

The type is string.

Generated from protobuf enum STRING = 3;

DOUBLE

The type is 'double'.

Generated from protobuf enum DOUBLE = 4;