generated/google/apis/slides_v1/classes.rb in google-api-client-0.40.2 vs generated/google/apis/slides_v1/classes.rb in google-api-client-0.41.0
- old
+ new
@@ -2147,10 +2147,12 @@
class PageElement
include Google::Apis::Core::Hashable
# The description of the page element. Combined with title to display alt
# text.
+ # The field is not supported for Group
+ # elements.
# Corresponds to the JSON property `description`
# @return [String]
attr_accessor :description
# A PageElement kind representing a
@@ -2201,9 +2203,11 @@
# @return [Google::Apis::SlidesV1::Table]
attr_accessor :table
# The title of the page element. Combined with description to display alt
# text.
+ # The field is not supported for Group
+ # elements.
# Corresponds to the JSON property `title`
# @return [String]
attr_accessor :title
# AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ]