Table of Contents

Class SavedAdStyle

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
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

AdStyle

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

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

string

Kind

Kind of resource this is, in this case adsense#savedAdStyle.

public virtual string Kind { get; set; }

Property Value

string

Name

The user selected name of this SavedAdStyle.

public virtual string Name { get; set; }

Property Value

string