Class LookupStreamObjectRequest
Request for looking up a specific stream object by its source object identifier.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class LookupStreamObjectRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceObjectIdentifier
Required. The source object identifier which maps to the stream object.
Declaration
[JsonProperty("sourceObjectIdentifier")]
public virtual SourceObjectIdentifier SourceObjectIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| SourceObjectIdentifier |