All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.bingads.v13.campaignmanagement.AdRecommendationVideoSuggestion Maven / Gradle / Ivy


package com.microsoft.bingads.v13.campaignmanagement;

import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for AdRecommendationVideoSuggestion complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

{@code
 * 
 *   
 *     
 *       
 *         
 *       
 *     
 *   
 * 
 * }
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AdRecommendationVideoSuggestion", propOrder = { "video" }) public class AdRecommendationVideoSuggestion { @XmlElement(name = "Video", nillable = true) protected Video video; /** * Gets the value of the video property. * * @return * possible object is * {@link Video } * */ public Video getVideo() { return video; } /** * Sets the value of the video property. * * @param value * allowed object is * {@link Video } * */ public void setVideo(Video value) { this.video = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy