generated/google/apis/youtube_partner_v1/representations.rb in google-api-client-0.28.7 vs generated/google/apis/youtube_partner_v1/representations.rb in google-api-client-0.29.0
- old
+ new
@@ -26,16 +26,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class AdSlot
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class AllowedAdvertisingOptions
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -589,23 +583,13 @@
class AdBreak
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :midroll_seconds, as: 'midrollSeconds'
property :position, as: 'position'
- collection :slot, as: 'slot', class: Google::Apis::YoutubePartnerV1::AdSlot, decorator: Google::Apis::YoutubePartnerV1::AdSlot::Representation
-
end
end
- class AdSlot
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :id, as: 'id'
- property :type, as: 'type'
- end
- end
-
class AllowedAdvertisingOptions
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :ads_on_embeds, as: 'adsOnEmbeds'
property :kind, as: 'kind'
@@ -1110,10 +1094,12 @@
class MatchSegment
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :channel, as: 'channel'
+ property :manual_segment, as: 'manual_segment', class: Google::Apis::YoutubePartnerV1::Segment, decorator: Google::Apis::YoutubePartnerV1::Segment::Representation
+
property :reference_segment, as: 'reference_segment', class: Google::Apis::YoutubePartnerV1::Segment, decorator: Google::Apis::YoutubePartnerV1::Segment::Representation
property :video_segment, as: 'video_segment', class: Google::Apis::YoutubePartnerV1::Segment, decorator: Google::Apis::YoutubePartnerV1::Segment::Representation
end
@@ -1495,11 +1481,12 @@
class Segment
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :duration, :numeric_string => true, as: 'duration'
+ property :finish, as: 'finish'
property :kind, as: 'kind'
- property :start, :numeric_string => true, as: 'start'
+ property :start, as: 'start'
end
end
class ShowDetails
# @private