Class AnswerReference
Represents a reference to a source.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperKnowledge.v1alpha.Data
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public class AnswerReference : IDirectResponseSchema
Properties
DocumentReference
Output only. The reference document.
Declaration
[JsonProperty("documentReference")]
public virtual DocumentReference DocumentReference { get; set; }
Property Value
| Type | Description |
|---|---|
| DocumentReference |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |