Class ModifyLinkedOfferObjects
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class ModifyLinkedOfferObjects : IDirectResponseSchema
Properties
AddLinkedOfferObjectIds
The linked offer object ids to add to the object.
Declaration
[JsonProperty("addLinkedOfferObjectIds")]
public virtual IList<string> AddLinkedOfferObjectIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RemoveLinkedOfferObjectIds
The linked offer object ids to remove from the object.
Declaration
[JsonProperty("removeLinkedOfferObjectIds")]
public virtual IList<string> RemoveLinkedOfferObjectIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |