Class TextLink
Link for text.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class TextLink : IDirectResponseSchema
Properties
DisplayText
Required. Display text for the URI.
Declaration
[JsonProperty("displayText")]
public virtual string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
Required. The URI.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |