class Google::Apis::PlusDomainsV1::Media::Exif

Exif information of the media item.

Attributes

time[RW]

The time the media was captured. Formatted as an RFC 3339 timestamp. Corresponds to the JSON property `time` @return [DateTime]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/plus_domains_v1/classes.rb, line 1834
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/plus_domains_v1/classes.rb, line 1839
def update!(**args)
  @time = args[:time] if args.key?(:time)
end