Class Uri
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class Uri : IDirectResponseSchema
Properties
Description
The URI's title appearing in the app as text. Recommended maximum is 20 characters to ensure full string is
displayed on smaller screens. Note that in some contexts this text is not used, such as when description
is part of an image.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Id
The ID associated with a uri. This field is here to enable ease of management of uris.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies what kind of resource this is. Value: the fixed string "walletobjects#uri"
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalizedDescription
Translated strings for the description. Recommended maximum is 20 characters to ensure full string is displayed on smaller screens.
Declaration
[JsonProperty("localizedDescription")]
public virtual LocalizedString LocalizedDescription { get; set; }
Property Value
Type | Description |
---|---|
LocalizedString |
UriValue
The location of a web page, image, or other resource. URIs in the LinksModuleData
module can have
different prefixes indicating the type of URI (a link to a web page, a link to a map, a telephone number, or
an email address). URIs must have a scheme.
Declaration
[JsonProperty("uri")]
public virtual string UriValue { get; set; }
Property Value
Type | Description |
---|---|
string |