Class SourceCatalog
Source catalog.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SourceCatalog : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Objects
Optional. Source objects in the catalog.
Declaration
[JsonProperty("objects")]
public virtual IList<SourceObject> Objects { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SourceObject> |