class Google::Apis::DocsV1::InsertInlineSheetsChartResponse

The result of inserting an embedded Google Sheets chart.

Attributes

object_id_prop[RW]

The object ID of the inserted chart. Corresponds to the JSON property `objectId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 2143
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 2148
def update!(**args)
  @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop)
end