class Google::Apis::DocsV1::LinkedContentReference
A reference to the external linked source content.
Attributes
sheets_chart_reference[RW]
A reference to a linked chart embedded from Google
Sheets. Corresponds to the JSON property `sheetsChartReference` @return [Google::Apis::DocsV1::SheetsChartReference]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 2385 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 2390 def update!(**args) @sheets_chart_reference = args[:sheets_chart_reference] if args.key?(:sheets_chart_reference) end