Class PartnersResource.VendorsResource
The "vendors" collection of methods.
Inherited Members
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 |
Returns
| Type | Description |
|---|---|
| PartnersResource.VendorsResource.ListRequest |