Class BatchPauseAdsLiveStreamsRequest
Request object for BatchPauseAdsLiveStreams method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchPauseAdsLiveStreamsRequest : IMessage<BatchPauseAdsLiveStreamsRequest>, IEquatable<BatchPauseAdsLiveStreamsRequest>, IDeepCloneable<BatchPauseAdsLiveStreamsRequest>, IBufferMessage, IMessage
Constructors
BatchPauseAdsLiveStreamsRequest()
Declaration
public BatchPauseAdsLiveStreamsRequest()
BatchPauseAdsLiveStreamsRequest(BatchPauseAdsLiveStreamsRequest)
Declaration
public BatchPauseAdsLiveStreamsRequest(BatchPauseAdsLiveStreamsRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchPauseAdsLiveStreamsRequest | other |
Properties
LiveStreamNames
LiveStreamName-typed view over the Names resource name property.
Declaration
public ResourceNameList<LiveStreamName> LiveStreamNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<LiveStreamName> |
Names
Required. The resource names of the LiveStreams to pause ads on.
Format: networks/{network_code}/liveStreams/{live_stream_id}
Declaration
public RepeatedField<string> Names { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Parent
Required. Format: networks/{network_code}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsNetworkName
NetworkName-typed view over the Parent resource name property.
Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkName |