Class StreamingTargetDetailsResponse
The Streaming target response. Private metadata is included when the target is a stream accessed through a private endpoint.
Inherited Members
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class StreamingTargetDetailsResponse : TargetDetailsResponse
Properties
StreamId
Declaration
[Required(ErrorMessage = "StreamId is required.")]
[JsonProperty(PropertyName = "streamId")]
public string StreamId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the stream. |
Remarks
Required