Show / Hide Table of Contents

Class MobileCarriersResource

The "mobileCarriers" collection of methods.

Inheritance
object
MobileCarriersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class MobileCarriersResource

Constructors

MobileCarriersResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long)

Gets one mobile carrier by ID.

Declaration
public virtual MobileCarriersResource.GetRequest Get(long profileId, long id)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long id

Mobile carrier ID.

Returns
Type Description
MobileCarriersResource.GetRequest

List(long)

Retrieves a list of mobile carriers.

Declaration
public virtual MobileCarriersResource.ListRequest List(long profileId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

Returns
Type Description
MobileCarriersResource.ListRequest
In This Article
Back to top Generated by DocFX