Class SavedAdStyle
public class SavedAdStyle : IDirectResponseSchema
- Inheritance
-
SavedAdStyle
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
SavedAdStyle()
public SavedAdStyle()
Properties
AdStyle
The AdStyle itself.
public virtual AdStyle AdStyle { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Id
Unique identifier of this saved ad style. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
public virtual string Id { get; set; }
Property Value
Kind
Kind of resource this is, in this case adsense#savedAdStyle.
public virtual string Kind { get; set; }
Property Value
Name
The user selected name of this SavedAdStyle.
public virtual string Name { get; set; }