Show / Hide Table of Contents

Class SuggestionProto

Inheritance
object
SuggestionProto
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.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class SuggestionProto : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HelpUrl

Reference to a help center article concerning this type of suggestion. Always set.

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

LongMessage

Message, in the user's language, explaining the suggestion, which may contain markup. Always set.

Declaration
[JsonProperty("longMessage")]
public virtual SafeHtmlProto LongMessage { get; set; }
Property Value
Type Description
SafeHtmlProto

Priority

Relative importance of a suggestion. Always set.

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

PseudoResourceId

A somewhat human readable identifier of the source view, if it does not have a resource_name. This is a path within the accessibility hierarchy, an element with resource name; similar to an XPath.

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

Region

Region within the screenshot that is relevant to this suggestion. Optional.

Declaration
[JsonProperty("region")]
public virtual RegionProto Region { get; set; }
Property Value
Type Description
RegionProto

ResourceName

Reference to a view element, identified by its resource name, if it has one.

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

ScreenId

ID of the screen for the suggestion. It is used for getting the corresponding screenshot path. For example, screen_id "1" corresponds to "1.png" file in GCS. Always set.

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

SecondaryPriority

Relative importance of a suggestion as compared with other suggestions that have the same priority and category. This is a meaningless value that can be used to order suggestions that are in the same category and have the same priority. The larger values have higher priority (i.e., are more important). Optional.

Declaration
[JsonProperty("secondaryPriority")]
public virtual double? SecondaryPriority { get; set; }
Property Value
Type Description
double?

ShortMessage

Concise message, in the user's language, representing the suggestion, which may contain markup. Always set.

Declaration
[JsonProperty("shortMessage")]
public virtual SafeHtmlProto ShortMessage { get; set; }
Property Value
Type Description
SafeHtmlProto

Title

General title for the suggestion, in the user's language, without markup. Always set.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX