Class ListAdUnitsResponse
Response for the ad units list request.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class ListAdUnitsResponse : IDirectResponseSchema
Properties
AdUnits
The resulting ad units for the requested account.
Declaration
[JsonProperty("adUnits")]
public virtual IList<AdUnit> AdUnits { get; set; }
Property Value
Type | Description |
---|---|
IList<AdUnit> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
If not empty, indicates that there may be more ad units for the request; this value should be passed in a
new ListAdUnitsRequest
.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |