Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent
A self-contained message containing the content of a program. Can represent a collection of files.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent : IDirectResponseSchema
Properties
Description
Optional. Description of the program.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Files
Required. A list of source files that make up the overall program.
Declaration
[JsonProperty("files")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile> Files { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAlphaEvolveSourceFile> |