Class CustomValueField
Contains custom value field information.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class CustomValueField : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FieldId
Optional. Field ID in the element.
Declaration
[JsonProperty("fieldId")]
public virtual int? FieldId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
RequestKey
Optional. Custom key used to match for auto filtering.
Declaration
[JsonProperty("requestKey")]
public virtual string RequestKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |