class Google::Apis::SlidesV1::RerouteLineRequest
Reroutes a line such that it's connected at the two closest connection sites on the connected page elements.
Attributes
object_id_prop[RW]
The object ID of the line to reroute. Only a line with a category indicating it is a “connector” can be rerouted. The start and end connections of the line must be on different page elements. Corresponds to the JSON property `objectId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 3125 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/slides_v1/classes.rb, line 3130 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end