Class AppsDynamiteSharedIcon
Inheritance
System.Object
AppsDynamiteSharedIcon
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedIcon : IDirectResponseSchema
Properties
AltText
The description of the icon, used for accessibility. The default value is provided if you don't specify one.
Declaration
[JsonProperty("altText")]
public virtual string AltText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IconUrl
The icon specified by a URL.
Declaration
[JsonProperty("iconUrl")]
public virtual string IconUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ImageType
The crop style applied to the image. In some cases, applying a CIRCLE crop causes the image to be drawn
larger than a standard icon.
Declaration
[JsonProperty("imageType")]
public virtual string ImageType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
KnownIcon
The icon specified by the string name of a list of known icons
Declaration
[JsonProperty("knownIcon")]
public virtual string KnownIcon { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema