Class GoogleAdsSearchads360V23ServicesSurveyDissatisfied
Details about various factors for not being satisfied with the lead.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesSurveyDissatisfied : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OtherReasonComment
Optional. Provider's free form comments. This field is required when OTHER_DISSATISFIED_REASON is selected as the reason.
Declaration
[JsonProperty("otherReasonComment")]
public virtual string OtherReasonComment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SurveyDissatisfiedReason
Required. Provider's reason for not being satisfied with the lead.
Declaration
[JsonProperty("surveyDissatisfiedReason")]
public virtual string SurveyDissatisfiedReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |