Class AdapterAdapterConfigMetadata
Configuration metadata associated with this adapter. They are used to define the ad_unit_configurations associated with AdUnitMappings for the this adapter.
Implements
Inherited Members
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? |