Show / Hide Table of Contents

Class UsersResource.SettingsResource.CseResource

The "cse" collection of methods.

Inheritance
object
UsersResource.SettingsResource.CseResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class UsersResource.SettingsResource.CseResource

Constructors

CseResource(IClientService)

Constructs a new resource.

Declaration
public CseResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Identities

Gets the Identities resource.

Declaration
public virtual UsersResource.SettingsResource.CseResource.IdentitiesResource Identities { get; }
Property Value
Type Description
UsersResource.SettingsResource.CseResource.IdentitiesResource

Keypairs

Gets the Keypairs resource.

Declaration
public virtual UsersResource.SettingsResource.CseResource.KeypairsResource Keypairs { get; }
Property Value
Type Description
UsersResource.SettingsResource.CseResource.KeypairsResource
In this article
Back to top Generated by DocFX