Class RootContentsEntry
Represents a single content entry.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class RootContentsEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Folder
A subfolder.
Declaration
[JsonProperty("folder")]
public virtual Folder Folder { get; set; }
Property Value
| Type | Description |
|---|---|
| Folder |
Repository
A repository.
Declaration
[JsonProperty("repository")]
public virtual Repository Repository { get; set; }
Property Value
| Type | Description |
|---|---|
| Repository |