Show / Hide Table of Contents

Class PubprofilesResource

The "pubprofiles" collection of methods.

Inheritance
System.Object
PubprofilesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class PubprofilesResource

Constructors

PubprofilesResource(IClientService)

Constructs a new resource.

Declaration
public PubprofilesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List(Int32)

Gets the requested publisher profile(s) by publisher accountId.

Declaration
public virtual PubprofilesResource.ListRequest List(int accountId)
Parameters
Type Name Description
System.Int32 accountId

The accountId of the publisher to get profiles for.

Returns
Type Description
PubprofilesResource.ListRequest
In This Article
Back to top