Show / Hide Table of Contents

Class AccountsResource.PublisherProfilesResource

The "publisherProfiles" collection of methods.

Inheritance
object
AccountsResource.PublisherProfilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AccountsResource.PublisherProfilesResource

Constructors

PublisherProfilesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string, string)

Gets the requested publisher profile by id.

Declaration
public virtual AccountsResource.PublisherProfilesResource.GetRequest Get(string accountId, string publisherProfileId)
Parameters
Type Name Description
string accountId

Account ID of the buyer.

string publisherProfileId

The id for the publisher profile to get.

Returns
Type Description
AccountsResource.PublisherProfilesResource.GetRequest

List(string)

List all publisher profiles visible to the buyer

Declaration
public virtual AccountsResource.PublisherProfilesResource.ListRequest List(string accountId)
Parameters
Type Name Description
string accountId

Account ID of the buyer.

Returns
Type Description
AccountsResource.PublisherProfilesResource.ListRequest
In this article
Back to top Generated by DocFX