Class AdunitsResource.GetRequest
Gets the specified ad unit in the specified ad client.
public class AdunitsResource.GetRequest : AdSenseBaseServiceRequest<AdUnit>
- Inheritance
-
AdunitsResource.GetRequest
- Inherited Members
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
public GetRequest(IClientService service, string adClientId, string adUnitId)
Parameters
Properties
AdClientId
Ad client for which to get the ad unit.
public virtual string AdClientId { get; }
Property Value
AdUnitId
Ad unit to retrieve.
public virtual string AdUnitId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
InitParameters()
Initializes Get parameter list.
protected override void InitParameters()