Class BatchCreateLiveStreamsResponse
Response object for BatchCreateLiveStreams method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchCreateLiveStreamsResponse : IMessage<BatchCreateLiveStreamsResponse>, IEquatable<BatchCreateLiveStreamsResponse>, IDeepCloneable<BatchCreateLiveStreamsResponse>, IBufferMessage, IMessage
Constructors
BatchCreateLiveStreamsResponse()
Declaration
public BatchCreateLiveStreamsResponse()
BatchCreateLiveStreamsResponse(BatchCreateLiveStreamsResponse)
Declaration
public BatchCreateLiveStreamsResponse(BatchCreateLiveStreamsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchCreateLiveStreamsResponse | other |
Properties
LiveStreams
The LiveStream objects created.
Declaration
public RepeatedField<LiveStream> LiveStreams { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<LiveStream> |