class Google::Apis::StreetviewpublishV1::Connection
A connection is the link from a source photo to a destination photo.
Attributes
target[RW]
Identifier for a Photo
. Corresponds to the JSON property `target` @return [Google::Apis::StreetviewpublishV1::PhotoId]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/streetviewpublish_v1/classes.rb, line 133 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/streetviewpublish_v1/classes.rb, line 138 def update!(**args) @target = args[:target] if args.key?(:target) end