class Google::Apis::Area120tablesV1alpha1::SavedView
A saved view of a table. NextId: 3
Attributes
id[RW]
Internal id associated with the saved view. Corresponds to the JSON property `id` @return [String]
name[RW]
Display name of the saved view. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 440 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/area120tables_v1alpha1/classes.rb, line 445 def update!(**args) @id = args[:id] if args.key?(:id) @name = args[:name] if args.key?(:name) end