Show / Hide Table of Contents

Class PartnersResource.ProductsResource

The "products" collection of methods.

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

Constructors

ProductsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Currently, it doesn't support YouTube products. Retrieves the products that can be resold by the partner. It should be autenticated with a service account.

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

Required. The parent, the partner that can resell. Format: partners/{partner}

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