Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent

A self-contained message containing the content of a program. Can represent a collection of files.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAlphaEvolveProgramContent
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.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX