Class GoogleCloudNotebooklmV1alphaBatchCreateSourcesResponse
Response for SourceService.BatchCreateSources method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaBatchCreateSourcesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sources
The Sources.
Declaration
[JsonProperty("sources")]
public virtual IList<GoogleCloudNotebooklmV1alphaSource> Sources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudNotebooklmV1alphaSource> |