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

Represents the dimensions of an AdUnit, LineItem or Creative. More...

Properties

int width [get, set]
 The width of the AdUnit, LineItem or Creative. More...
 
bool widthSpecified [get, set]
 
int height [get, set]
 The height of the AdUnit, LineItem or Creative. More...
 
bool heightSpecified [get, set]
 
bool isAspectRatio [get, set]
 Whether this size represents an aspect ratio. More...
 
bool isAspectRatioSpecified [get, set]
 

Detailed Description

Represents the dimensions of an AdUnit, LineItem or Creative.

For interstitial size (out-of-page), native, ignored and fluid size, Size must be 1x1.

Property Documentation

int Google.Api.Ads.AdManager.v202305.Size.height
getset

The height of the AdUnit, LineItem or Creative.

bool Google.Api.Ads.AdManager.v202305.Size.heightSpecified
getset

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

bool Google.Api.Ads.AdManager.v202305.Size.isAspectRatio
getset

Whether this size represents an aspect ratio.

bool Google.Api.Ads.AdManager.v202305.Size.isAspectRatioSpecified
getset

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

int Google.Api.Ads.AdManager.v202305.Size.width
getset

The width of the AdUnit, LineItem or Creative.

bool Google.Api.Ads.AdManager.v202305.Size.widthSpecified
getset

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


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