Class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest
Request for SourceService.BatchCreateSources method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaBatchCreateSourcesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserContents
Required. The UserContents to be uploaded.
Declaration
[JsonProperty("userContents")]
public virtual IList<GoogleCloudNotebooklmV1alphaUserContent> UserContents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudNotebooklmV1alphaUserContent> |