Show / Hide Table of Contents

Class PartnersResource.VendorsResource

The "vendors" collection of methods.

Inheritance
object
PartnersResource.VendorsResource
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.VendorsResource

Constructors

VendorsResource(IClientService)

Constructs a new resource.

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

Properties

Customers

Gets the Customers resource.

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

Methods

List(string)

Lists the vendors of the partner.

Declaration
public virtual PartnersResource.VendorsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name in the format partners/[PARTNER_ID].

Returns
Type Description
PartnersResource.VendorsResource.ListRequest
In this article
Back to top Generated by DocFX