Class RestDescription.IconsData
Links to 16x16 and 32x32 icons representing the API.
Inherited Members
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class RestDescription.IconsData
Properties
X16
The URL of the 16x16 icon.
Declaration
[JsonProperty("x16")]
public virtual string X16 { get; set; }
Property Value
Type | Description |
---|---|
string |
X32
The URL of the 32x32 icon.
Declaration
[JsonProperty("x32")]
public virtual string X32 { get; set; }
Property Value
Type | Description |
---|---|
string |