Show / Hide Table of Contents

Class BatchUpdateLiveStreamsResponse

Response object for BatchUpdateLiveStreams method.

Inheritance
object
BatchUpdateLiveStreamsResponse
Implements
IMessage<BatchUpdateLiveStreamsResponse>
IEquatable<BatchUpdateLiveStreamsResponse>
IDeepCloneable<BatchUpdateLiveStreamsResponse>
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 BatchUpdateLiveStreamsResponse : IMessage<BatchUpdateLiveStreamsResponse>, IEquatable<BatchUpdateLiveStreamsResponse>, IDeepCloneable<BatchUpdateLiveStreamsResponse>, IBufferMessage, IMessage

Constructors

BatchUpdateLiveStreamsResponse()

Declaration
public BatchUpdateLiveStreamsResponse()

BatchUpdateLiveStreamsResponse(BatchUpdateLiveStreamsResponse)

Declaration
public BatchUpdateLiveStreamsResponse(BatchUpdateLiveStreamsResponse other)
Parameters
Type Name Description
BatchUpdateLiveStreamsResponse other

Properties

LiveStreams

The LiveStream objects updated.

Declaration
public RepeatedField<LiveStream> LiveStreams { get; }
Property Value
Type Description
RepeatedField<LiveStream>
In this article
Back to top Generated by DocFX