Show / Hide Table of Contents

Class DirectoryList.ItemsData.IconsData

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

Inheritance
object
DirectoryList.ItemsData.IconsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Discovery.v1.Data
Assembly: Google.Apis.Discovery.v1.dll
Syntax
public class DirectoryList.ItemsData.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
In this article
Back to top Generated by DocFX