class Google::Apis::TranscoderV1::AdBreak

Ad break.

Attributes

start_time_offset[RW]

Start time in seconds for the ad break, relative to the output file timeline. The default is ‘0s`. Corresponds to the JSON property `startTimeOffset` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/transcoder_v1/classes.rb, line 35
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/transcoder_v1/classes.rb, line 40
def update!(**args)
  @start_time_offset = args[:start_time_offset] if args.key?(:start_time_offset)
end