Class CustomersResource.LocalServicesLeadsResource.ProvideLeadFeedbackRequest
RPC to provide feedback on Local Services Lead resources.
Inheritance
CustomersResource.LocalServicesLeadsResource.ProvideLeadFeedbackRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.LocalServicesLeadsResource.ProvideLeadFeedbackRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse>, IClientServiceRequest
Constructors
ProvideLeadFeedbackRequest(IClientService, GoogleAdsSearchads360V23ServicesProvideLeadFeedbackRequest, string)
Constructs a new ProvideLeadFeedback request.
Declaration
public ProvideLeadFeedbackRequest(IClientService service, GoogleAdsSearchads360V23ServicesProvideLeadFeedbackRequest body, string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleAdsSearchads360V23ServicesProvideLeadFeedbackRequest | body | |
| string | resourceName |
Properties
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
ResourceName
Required. The resource name of the local services lead that for which the feedback is being provided.
Declaration
[RequestParameter("resourceName", RequestParameterType.Path)]
public virtual string ResourceName { get; }
Property Value
| Type | Description |
|---|---|
| string |
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 ProvideLeadFeedback parameter list.
Declaration
protected override void InitParameters()