class Google::Apis::SlidesV1::MasterProperties
The properties of Page
that are only relevant for pages with page_type MASTER.
Attributes
display_name[RW]
The human-readable name of the master. Corresponds to the JSON property `displayName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 1771 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 1776 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) end