class Google::Apis::DisplayvideoV3::ContentDurationTargetingOptionDetails

TARGETING_TYPE_CONTENT_DURATION`.
content_duration_details field when targeting_type is ‘
Represents a targetable content duration. This will be populated in the

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @content_duration = args[:content_duration] if args.key?(:content_duration)
end