Class TestOrderCustomerMarketingRightsInfo
Inheritance
System.Object
TestOrderCustomerMarketingRightsInfo
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class TestOrderCustomerMarketingRightsInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExplicitMarketingPreference
Last know user use selection regards marketing preferences. In certain cases selection might not be known,
so this field would be empty. Acceptable values are: - "denied
" - "granted
"
Declaration
[JsonProperty("explicitMarketingPreference")]
public virtual string ExplicitMarketingPreference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastUpdatedTimestamp
Timestamp when last time marketing preference was updated. Could be empty, if user wasn't offered a selection yet.
Declaration
[JsonProperty("lastUpdatedTimestamp")]
public virtual string LastUpdatedTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema