class Google::Apis::DisplayvideoV3::Date

TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
example, a credit card expiration date). Related types: * google.type.
with a zero month and a zero day. * A year and month, with a zero day (for
and day, with a zero year (for example, 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)

Update properties of this object
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