Show / Hide Table of Contents

Class GetAdUnitRequest

Request object for GetAdUnit method.

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

Constructors

GetAdUnitRequest()

Declaration
public GetAdUnitRequest()

GetAdUnitRequest(GetAdUnitRequest)

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

Properties

AdUnitName

AdUnitName-typed view over the Name resource name property.

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

Name

Required. The resource name of the AdUnit. Format: networks/{network_code}/adUnits/{ad_unit_id}

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