Class AccountsResource.AdunitsResource.GetAdCodeRequest
Get ad code for the specified ad unit.
Inheritance
System.Object
AccountsResource.AdunitsResource.GetAdCodeRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdSense.v1_4
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class GetAdCodeRequest : AdSenseBaseServiceRequest<AdCode>, IClientServiceRequest<AdCode>, IClientServiceRequest
Constructors
GetAdCodeRequest(IClientService, String, String, String)
Constructs a new GetAdCode request.
Declaration
public GetAdCodeRequest(IClientService service, string accountId, string adClientId, string adUnitId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | accountId | |
| System.String | adClientId | |
| System.String | adUnitId |
Properties
AccountId
Account which contains the ad client.
Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
AdClientId
Ad client with contains the ad unit.
Declaration
[RequestParameter("adClientId", RequestParameterType.Path)]
public virtual string AdClientId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
AdUnitId
Ad unit to get the code for.
Declaration
[RequestParameter("adUnitId", RequestParameterType.Path)]
public virtual string AdUnitId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSense.v1_4.Data.AdCode>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSense.v1_4.Data.AdCode>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSense.v1_4.Data.AdCode>.RestPath
Methods
InitParameters()
Initializes GetAdCode parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdSense.v1_4.AdSenseBaseServiceRequest<Google.Apis.AdSense.v1_4.Data.AdCode>.InitParameters()