Class GetDaiSessionRequest
Request object for GetDaiSession method.
Implements
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 |