Show / Hide Table of Contents

Class DebugResource.IdentitysourcesResource

The "identitysources" collection of methods.

Inheritance
System.Object
DebugResource.IdentitysourcesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class IdentitysourcesResource

Constructors

IdentitysourcesResource(IClientService)

Constructs a new resource.

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

Properties

Items

Gets the Items resource.

Declaration
public virtual DebugResource.IdentitysourcesResource.ItemsResource Items { get; }
Property Value
Type Description
DebugResource.IdentitysourcesResource.ItemsResource

Unmappedids

Gets the Unmappedids resource.

Declaration
public virtual DebugResource.IdentitysourcesResource.UnmappedidsResource Unmappedids { get; }
Property Value
Type Description
DebugResource.IdentitysourcesResource.UnmappedidsResource
Back to top