Class TrustedApps
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for Trusted Apps response object of a user in Directory API.
public class TrustedApps : IDirectResponseSchema
- Inheritance
-
TrustedApps
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
TrustedApps()
public TrustedApps()
Properties
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Kind
Identifies the resource as trusted apps response.
public virtual string Kind { get; set; }
Property Value
NextPageToken
public virtual string NextPageToken { get; set; }
Property Value
TrustedAppsValue
Trusted Apps list.
public virtual IList<TrustedAppId> TrustedAppsValue { get; set; }