Class RequestValue
Contains request value information.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class RequestValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExcludeFromUserAttributeIds
Optional. User attribute IDs in the request that should be excluded. Used only when the field type is REMARKETING_VALUE or USER_ATTRIBUTE_ID.
Declaration
[JsonProperty("excludeFromUserAttributeIds")]
public virtual IList<long?> ExcludeFromUserAttributeIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
Key
Optional. Custom key in the request. Used only when the field type is CUSTOM_VALUE.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserAttributeIds
Optional. User attribute IDs in the request. Used only when the field type is REMARKETING_VALUE or USER_ATTRIBUTE_ID.
Declaration
[JsonProperty("userAttributeIds")]
public virtual IList<long?> UserAttributeIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |