Interface protos.google.type.IDate (1.3.0)

Properties of a Date.

Package

@google-cloud/retail

Properties

day

day?: (number|null);

Date day

Property Value
TypeDescription
(number|null)

month

month?: (number|null);

Date month

Property Value
TypeDescription
(number|null)

year

year?: (number|null);

Date year

Property Value
TypeDescription
(number|null)