Show / Hide Table of Contents

Class OperatingSystemVersionsResource

The "operatingSystemVersions" collection of methods.

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

Constructors

OperatingSystemVersionsResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long)

Gets one operating system version by ID.

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

User profile ID associated with this request.

long id

Operating system version ID.

Returns
Type Description
OperatingSystemVersionsResource.GetRequest

List(long)

Retrieves a list of operating system versions.

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

User profile ID associated with this request.

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