Class VerificationCodes
- 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
Items
A list of verification code resources.
public virtual IList<VerificationCode> Items { get; set; }
Property Value
Kind
The type of the resource. This is always admin#directory#verificationCodesList.
public virtual string Kind { get; set; }