Show / Hide Table of Contents

Class GetDaiSessionRequest

Request object for GetDaiSession method.

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

Constructors

GetDaiSessionRequest()

Declaration
public GetDaiSessionRequest()

GetDaiSessionRequest(GetDaiSessionRequest)

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

Properties

DaiSessionName

DaiSessionName-typed view over the Name resource name property.

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

Name

Required. The resource name of the DaiSession. The dai_session can be either the session ID or debug key, that DAI returns on stream create. For details, see Locate a DAI session ID or debug key.

Format: networks/{network_code}/daiSessions/{dai_session} Format: networks/{network_code}/daiSessions/{session_id} Format: networks/{network_code}/daiSessions/{debug_key}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX