Class GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField
Fields in the submitted custom question
Implements
Inherited Members
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 |