Show / Hide Table of Contents

Class RequestValue

Contains request value information.

Inheritance
object
RequestValue
Implements
IDirectResponseSchema
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.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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX