Class ReportingMetadataEntry
public class ReportingMetadataEntry : IDirectResponseSchema
- Inheritance
-
ReportingMetadataEntry
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ReportingMetadataEntry()
public ReportingMetadataEntry()
Properties
CompatibleDimensions
For metrics this is a list of dimension IDs which the metric is compatible with, for dimensions it is a list of compatibility groups the dimension belongs to.
public virtual IList<string> CompatibleDimensions { get; set; }
Property Value
CompatibleMetrics
The names of the metrics the dimension or metric this reporting metadata entry describes is compatible with.
public virtual IList<string> CompatibleMetrics { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Id
Unique identifier of this reporting metadata entry, corresponding to the name of the appropriate dimension or metric.
public virtual string Id { get; set; }
Property Value
Kind
Kind of resource this is, in this case adsense#reportingMetadataEntry.
public virtual string Kind { get; set; }
Property Value
RequiredDimensions
The names of the dimensions which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted.
public virtual IList<string> RequiredDimensions { get; set; }
Property Value
RequiredMetrics
The names of the metrics which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted.
public virtual IList<string> RequiredMetrics { get; set; }
Property Value
SupportedProducts
The codes of the projects supported by the dimension or metric this reporting metadata entry describes.
public virtual IList<string> SupportedProducts { get; set; }