Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesSurveyDissatisfied

Details about various factors for not being satisfied with the lead.

Inheritance
object
GoogleAdsSearchads360V23ServicesSurveyDissatisfied
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX