class Google::Apis::DocsV1::EndOfSegmentLocation

Location at the end of a body, header, footer or footnote. The location is immediately before the last newline in the document segment.

Attributes

segment_id[RW]

The ID of the header, footer or footnote the location is in. An empty segment ID signifies the document's body. Corresponds to the JSON property `segmentId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/docs_v1/classes.rb, line 1577
def update!(**args)
  @segment_id = args[:segment_id] if args.key?(:segment_id)
end