Show / Hide Table of Contents

Class CreateLiveStreamRequest

Request object for CreateLiveStream method.

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

Constructors

CreateLiveStreamRequest()

Declaration
public CreateLiveStreamRequest()

CreateLiveStreamRequest(CreateLiveStreamRequest)

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

Properties

LiveStream

Required. The LiveStream to create.

Declaration
public LiveStream LiveStream { get; set; }
Property Value
Type Description
LiveStream

Parent

Required. The parent resource where this LiveStream will be created. 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
In this article
Back to top Generated by DocFX