Class: Google::Apis::SlidesV1::MasterProperties

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb

Overview

The properties of Page that are only relevant for pages with page_type MASTER.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ MasterProperties

Returns a new instance of MasterProperties.



1804
1805
1806
# File 'generated/google/apis/slides_v1/classes.rb', line 1804

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#display_nameString

The human-readable name of the master. Corresponds to the JSON property displayName

Returns:

  • (String)


1802
1803
1804
# File 'generated/google/apis/slides_v1/classes.rb', line 1802

def display_name
  @display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1809
1810
1811
# File 'generated/google/apis/slides_v1/classes.rb', line 1809

def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
end