Show / Hide Table of Contents

Class PartnersResource

The "partners" collection of methods.

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

Constructors

PartnersResource(IClientService)

Constructs a new resource.

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

Properties

Customers

Gets the Customers resource.

Declaration
public virtual PartnersResource.CustomersResource Customers { get; }
Property Value
Type Description
PartnersResource.CustomersResource

Devices

Gets the Devices resource.

Declaration
public virtual PartnersResource.DevicesResource Devices { get; }
Property Value
Type Description
PartnersResource.DevicesResource

Vendors

Gets the Vendors resource.

Declaration
public virtual PartnersResource.VendorsResource Vendors { get; }
Property Value
Type Description
PartnersResource.VendorsResource
In this article
Back to top Generated by DocFX