Class DynamicProfilesResource.GenerateCodeRequest
Generates code for a dynamic profile.
Inheritance
DynamicProfilesResource.GenerateCodeRequest
Inherited Members
Namespace: Google.Apis.Dfareporting.v5
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class DynamicProfilesResource.GenerateCodeRequest : DfareportingBaseServiceRequest<DynamicProfileGenerateCodeResponse>, IClientServiceRequest<DynamicProfileGenerateCodeResponse>, IClientServiceRequest
Constructors
GenerateCodeRequest(IClientService, long)
Constructs a new GenerateCode request.
Declaration
public GenerateCodeRequest(IClientService service, long dynamicProfileId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| long | dynamicProfileId |
Properties
DynamicProfileId
Required. Dynamic profile ID.
Declaration
[RequestParameter("dynamicProfileId", RequestParameterType.Path)]
public virtual long DynamicProfileId { get; }
Property Value
| Type | Description |
|---|---|
| long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes GenerateCode parameter list.
Declaration
protected override void InitParameters()