Table of Contents

Class VerificationCodes

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON response template for List verification codes operation in Directory API.

public class VerificationCodes : IDirectResponseSchema
Inheritance
VerificationCodes
Implements
IDirectResponseSchema
Inherited Members

Constructors

VerificationCodes()

public VerificationCodes()

Properties

ETag

ETag of the resource.

public virtual string ETag { get; set; }

Property Value

string

Items

A list of verification code resources.

public virtual IList<VerificationCode> Items { get; set; }

Property Value

IList<VerificationCode>

Kind

The type of the resource. This is always admin#directory#verificationCodesList.

public virtual string Kind { get; set; }

Property Value

string