Show / Hide Table of Contents

Class AccountsResource.AdSourcesResource

The "adSources" collection of methods.

Inheritance
object
AccountsResource.AdSourcesResource
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

Constructors

AdSourcesResource(IClientService)

Constructs a new resource.

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

Properties

Adapters

Gets the Adapters resource.

Declaration
public virtual AccountsResource.AdSourcesResource.AdaptersResource Adapters { get; }
Property Value
Type Description
AccountsResource.AdSourcesResource.AdaptersResource

Methods

List(string)

List the ad sources.

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

Required. The parent which owns this collection of ad sources. Format: accounts/{publisher_id}

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