Show / Hide Table of Contents

Class OperatingSystemsResource

The "operatingSystems" collection of methods.

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

Constructors

OperatingSystemsResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long)

Gets one operating system by DART ID.

Declaration
public virtual OperatingSystemsResource.GetRequest Get(long profileId, long dartId)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long dartId

Operating system DART ID.

Returns
Type Description
OperatingSystemsResource.GetRequest

List(long)

Retrieves a list of operating systems.

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

User profile ID associated with this request.

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