class Google::Apis::RetailV2beta::GoogleTypeDate
google.protobuf.Timestamp`.
as a credit card expiration date Related types are google.type.TimeOfDay and ‘
with zero month and day values * A year and month value, with a zero day, such
and day value, with a zero year, such as an anniversary * A year on its own,
following: * A full date, with non-zero year, month, and day values * A month
date is relative to the Gregorian Calendar. This can represent one of the
day and time zone are either specified elsewhere or are insignificant. The
Represents a whole or partial calendar date, such as a birthday. The time of
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @day = args[:day] if args.key?(:day) @month = args[:month] if args.key?(:month) @year = args[:year] if args.key?(:year) end