Show / Hide Table of Contents

Class DirectoryList.ItemsData.IconsData

Links to 16x16 and 32x32 icons representing the API.

Inheritance
System.Object
DirectoryList.ItemsData.IconsData
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.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class IconsData

Properties

X16

The URL of the 16x16 icon.

Declaration
[JsonProperty("x16")]
public virtual string X16 { get; set; }
Property Value
Type Description
System.String

X32

The URL of the 32x32 icon.

Declaration
[JsonProperty("x32")]
public virtual string X32 { get; set; }
Property Value
Type Description
System.String
Back to top