Show / Hide Table of Contents

Class PlatformTypesResource

The "platformTypes" collection of methods.

Inheritance
object
PlatformTypesResource
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 PlatformTypesResource

Constructors

PlatformTypesResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long)

Gets one platform type by ID.

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

User profile ID associated with this request.

long id

Platform type ID.

Returns
Type Description
PlatformTypesResource.GetRequest

List(long)

Retrieves a list of platform types.

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

User profile ID associated with this request.

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