Show / Hide Table of Contents

Class CustomersResource

The "customers" collection of methods.

Inheritance
object
CustomersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class CustomersResource

Constructors

CustomersResource(IClientService)

Constructs a new resource.

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

Properties

Userinvitations

Gets the Userinvitations resource.

Declaration
public virtual CustomersResource.UserinvitationsResource Userinvitations { get; }
Property Value
Type Description
CustomersResource.UserinvitationsResource
In this article
Back to top Generated by DocFX