generated/google/apis/slides_v1/representations.rb in google-api-client-0.19.7 vs generated/google/apis/slides_v1/representations.rb in google-api-client-0.19.8
- old
+ new
@@ -821,10 +821,12 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :presentation_id, as: 'presentationId'
collection :replies, as: 'replies', class: Google::Apis::SlidesV1::Response, decorator: Google::Apis::SlidesV1::Response::Representation
+ property :write_control, as: 'writeControl', class: Google::Apis::SlidesV1::WriteControl, decorator: Google::Apis::SlidesV1::WriteControl::Representation
+
end
end
class Bullet
# @private
@@ -1100,9 +1102,10 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :content_url, as: 'contentUrl'
property :image_properties, as: 'imageProperties', class: Google::Apis::SlidesV1::ImageProperties, decorator: Google::Apis::SlidesV1::ImageProperties::Representation
+ property :source_url, as: 'sourceUrl'
end
end
class ImageProperties
# @private