Show / Hide Table of Contents

Class Part

Represents a chunk of content.

Inheritance
object
Part
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX