Class: Google::Apis::PlusDomainsV1::Media::Exif
- Inherits:
-
Object
- Object
- Google::Apis::PlusDomainsV1::Media::Exif
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/plus_domains_v1/classes.rb,
generated/google/apis/plus_domains_v1/representations.rb,
generated/google/apis/plus_domains_v1/representations.rb
Overview
Exif information of the media item.
Instance Attribute Summary collapse
-
#time ⇒ DateTime
The time the media was captured.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Exif
constructor
A new instance of Exif.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Exif
Returns a new instance of Exif
1834 1835 1836 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1834 def initialize(**args) update!(**args) end |
Instance Attribute Details
#time ⇒ DateTime
The time the media was captured. Formatted as an RFC 3339 timestamp.
Corresponds to the JSON property time
1832 1833 1834 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1832 def time @time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1839 1840 1841 |
# File 'generated/google/apis/plus_domains_v1/classes.rb', line 1839 def update!(**args) @time = args[:time] if args.key?(:time) end |