Class GoogleAdsSearchads360V23ServicesSurveySatisfied
Details about various factors for being satisfied with the lead.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesSurveySatisfied : 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_SATISFIED_REASON is selected as the reason.
Declaration
[JsonProperty("otherReasonComment")]
public virtual string OtherReasonComment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SurveySatisfiedReason
Required. Provider's reason for being satisfied with the lead.
Declaration
[JsonProperty("surveySatisfiedReason")]
public virtual string SurveySatisfiedReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |