Class Size
Represents the dimensions of an AdUnit, LineItem, or Creative.
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Size : IMessage<Size>, IEquatable<Size>, IDeepCloneable<Size>, IBufferMessage, IMessage
Constructors
Size()
Declaration
Size(Size)
Declaration
Parameters
Type |
Name |
Description |
Size |
other |
|
Properties
Height
Declaration
public int Height { get; set; }
Property Value
SizeType
Declaration
public SizeTypeEnum.Types.SizeType SizeType { get; set; }
Property Value
Width
Declaration
public int Width { get; set; }
Property Value