Class Part
Represents a chunk of content.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta.Data
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class Part : IDirectResponseSchema
Properties
CodeChunk
Optional. A chunk of code.
Declaration
[JsonProperty("codeChunk")]
public virtual CodeChunk CodeChunk { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeChunk |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TextChunk
Optional. A chunk of text.
Declaration
[JsonProperty("textChunk")]
public virtual TextChunk TextChunk { get; set; }
Property Value
| Type | Description |
|---|---|
| TextChunk |