Class FieldReference
Reference definition to use with field overrides.
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class FieldReference : IDirectResponseSchema
Properties
DateFormat
Only valid if the fieldPath
references a date field. Chooses how the date field will be formatted and
displayed in the UI.
Declaration
[JsonProperty("dateFormat")]
public virtual string DateFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldPath
Path to the field being referenced, prefixed with "object" or "class" and separated with dots. For example, it may be the string "object.purchaseDetails.purchasePrice".
Declaration
[JsonProperty("fieldPath")]
public virtual string FieldPath { get; set; }
Property Value
Type | Description |
---|---|
string |