Show / Hide Table of Contents

Class BatchCreateLiveStreamsResponse

Response object for BatchCreateLiveStreams method.

Inheritance
object
BatchCreateLiveStreamsResponse
Implements
IMessage<BatchCreateLiveStreamsResponse>
IEquatable<BatchCreateLiveStreamsResponse>
IDeepCloneable<BatchCreateLiveStreamsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX