Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.CreativePushOptions Class Reference

Data needed to push a creative to a mobile device. More...

Properties

long lineItemId [get, set]
 The ID of the LineItem to preview. More...
 
bool lineItemIdSpecified [get, set]
 
long creativeId [get, set]
 The ID of the Creative to preview. More...
 
bool creativeIdSpecified [get, set]
 
long nativeStyleId [get, set]
 The ID of the native style to preview the creative with. More...
 
bool nativeStyleIdSpecified [get, set]
 

Detailed Description

Data needed to push a creative to a mobile device.

Property Documentation

long Google.Api.Ads.AdManager.v202305.CreativePushOptions.creativeId
getset

The ID of the Creative to preview.

This field is required.

bool Google.Api.Ads.AdManager.v202305.CreativePushOptions.creativeIdSpecified
getset

true, if a value is specified for creativeId, false otherwise.

long Google.Api.Ads.AdManager.v202305.CreativePushOptions.lineItemId
getset

The ID of the LineItem to preview.

This field is required.

bool Google.Api.Ads.AdManager.v202305.CreativePushOptions.lineItemIdSpecified
getset

true, if a value is specified for lineItemId, false otherwise.

long Google.Api.Ads.AdManager.v202305.CreativePushOptions.nativeStyleId
getset

The ID of the native style to preview the creative with.

This field is optional but the referenced object must exist.

bool Google.Api.Ads.AdManager.v202305.CreativePushOptions.nativeStyleIdSpecified
getset

true, if a value is specified for nativeStyleId, false otherwise.


The documentation for this class was generated from the following file: