Class PathReportDimensionValue
Represents a PathReportDimensionValue resource.
Inheritance
object
PathReportDimensionValue
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class PathReportDimensionValue : IDirectResponseSchema
Properties
DimensionName
The name of the dimension.
Declaration
[JsonProperty("dimensionName")]
public virtual string DimensionName { 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 |
Ids
The possible ID's associated with the value if available.
Declaration
[JsonProperty("ids")]
public virtual IList<string> Ids { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><string> |
Kind
The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
MatchType
Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch') allow a matchType other than EXACT.
Declaration
[JsonProperty("matchType")]
public virtual string MatchType { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
The possible values of the dimension.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<T><string> |