Class PartnerProvidedIdData
Partner-provided data holding the partner-provided identifiers. At least one partner-provided identifier is required.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class PartnerProvidedIdData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PartnerProvidedIds
Required. The list of partner-provided identifiers.
Declaration
[JsonProperty("partnerProvidedIds")]
public virtual IList<string> PartnerProvidedIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |