Class PrivateData
Buyers are allowed to store certain types of private data in a proposal or deal.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class PrivateData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceId
A buyer specified reference ID. This can be queried in the list operations (max-length: 1024 unicode code units).
Declaration
[JsonProperty("referenceId")]
public virtual string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |