Class ProjectsResource.LocationsResource.AppsResource.RunEvaluationRequest
Runs an evaluation of the app.
Inheritance
ProjectsResource.LocationsResource.AppsResource.RunEvaluationRequest
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AppsResource.RunEvaluationRequest : CustomerEngagementSuiteBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
RunEvaluationRequest(IClientService, RunEvaluationRequest, string)
Constructs a new RunEvaluation request.
Declaration
public RunEvaluationRequest(IClientService service, RunEvaluationRequest body, string app)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| RunEvaluationRequest | body | |
| string | app |
Properties
App
Required. The app to evaluate. Format: projects/{project}/locations/{location}/apps/{app}
Declaration
[RequestParameter("app", RequestParameterType.Path)]
public virtual string App { get; }
Property Value
| Type | Description |
|---|---|
| string |
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes RunEvaluation parameter list.
Declaration
protected override void InitParameters()