Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesSurveySatisfied

Details about various factors for being satisfied with the lead.

Inheritance
object
GoogleAdsSearchads360V23ServicesSurveySatisfied
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX