Show / Hide Table of Contents

Class ProvidersResource

The "providers" collection of methods.

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

Constructors

ProvidersResource(IClientService)

Constructs a new resource.

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

Properties

Accounts

Gets the Accounts resource.

Declaration
public virtual ProvidersResource.AccountsResource Accounts { get; }
Property Value
Type Description
ProvidersResource.AccountsResource

Entitlements

Gets the Entitlements resource.

Declaration
public virtual ProvidersResource.EntitlementsResource Entitlements { get; }
Property Value
Type Description
ProvidersResource.EntitlementsResource
In this article
Back to top Generated by DocFX