Class GoogleAdsSearchads360V23ServicesSessionAttributeKeyValuePair
Contains one session attribute of the conversion.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesSessionAttributeKeyValuePair : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionAttributeKey
Required. The name of the session attribute.
Declaration
[JsonProperty("sessionAttributeKey")]
public virtual string SessionAttributeKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionAttributeValue
Required. The value of the session attribute.
Declaration
[JsonProperty("sessionAttributeValue")]
public virtual string SessionAttributeValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |