Show / Hide Table of Contents

Class AccountsResource.AdSourcesResource.AdaptersResource

The "adapters" collection of methods.

Inheritance
object
AccountsResource.AdSourcesResource.AdaptersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdMob.v1beta
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class AccountsResource.AdSourcesResource.AdaptersResource

Constructors

AdaptersResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

List the adapters of the ad source.

Declaration
public virtual AccountsResource.AdSourcesResource.AdaptersResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent which owns this collection of adapters. Format: accounts/{publisher_id}/adSources/{ad_source_id}

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