Show / Hide Table of Contents

Class ChangeLogsResource

The "changeLogs" collection of methods.

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

Constructors

ChangeLogsResource(IClientService)

Constructs a new resource.

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

Methods

Get(long, long)

Gets one change log by ID.

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

User profile ID associated with this request.

long id

Change log ID.

Returns
Type Description
ChangeLogsResource.GetRequest

List(long)

Retrieves a list of change logs. This method supports paging.

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

User profile ID associated with this request.

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