Show / Hide Table of Contents

Class AdapterAdapterConfigMetadata

Configuration metadata associated with this adapter. They are used to define the ad_unit_configurations associated with AdUnitMappings for the this adapter.

Inheritance
object
AdapterAdapterConfigMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class AdapterAdapterConfigMetadata : IDirectResponseSchema

Properties

AdapterConfigMetadataId

This is used to fill the key of the ad_unit_configurations.

Declaration
[JsonProperty("adapterConfigMetadataId")]
public virtual string AdapterConfigMetadataId { get; set; }
Property Value
Type Description
string

AdapterConfigMetadataLabel

Name of the adapter configuration metadata.

Declaration
[JsonProperty("adapterConfigMetadataLabel")]
public virtual string AdapterConfigMetadataLabel { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsRequired

Whether this metadata is required for configuring the AdUnitMappings.

Declaration
[JsonProperty("isRequired")]
public virtual bool? IsRequired { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX