Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField

Fields in the submitted custom question

Inheritance
object
GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField
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 GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldValue

Output only. Field value for custom question response, maximum number of characters is 70.

Declaration
[JsonProperty("fieldValue")]
public virtual string FieldValue { get; set; }
Property Value
Type Description
string

QuestionText

Output only. Question text for custom question, maximum number of characters is 300.

Declaration
[JsonProperty("questionText")]
public virtual string QuestionText { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX