Show / Hide Table of Contents

Class EventTagsResource

The "eventTags" collection of methods.

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

Constructors

EventTagsResource(IClientService)

Constructs a new resource.

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

Methods

Delete(long, long)

Deletes an existing event tag.

Declaration
public virtual EventTagsResource.DeleteRequest Delete(long profileId, long id)
Parameters
Type Name Description
long profileId

User profile ID associated with this request.

long id

Event tag ID.

Returns
Type Description
EventTagsResource.DeleteRequest

Get(long, long)

Gets one event tag by ID.

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

User profile ID associated with this request.

long id

Event tag ID.

Returns
Type Description
EventTagsResource.GetRequest

Insert(EventTag, long)

Inserts a new event tag.

Declaration
public virtual EventTagsResource.InsertRequest Insert(EventTag body, long profileId)
Parameters
Type Name Description
EventTag body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
EventTagsResource.InsertRequest

List(long)

Retrieves a list of event tags, possibly filtered.

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

User profile ID associated with this request.

Returns
Type Description
EventTagsResource.ListRequest

Patch(EventTag, long, long)

Updates an existing event tag. This method supports patch semantics.

Declaration
public virtual EventTagsResource.PatchRequest Patch(EventTag body, long profileId, long id)
Parameters
Type Name Description
EventTag body

The body of the request.

long profileId

User profile ID associated with this request.

long id

EventTag ID.

Returns
Type Description
EventTagsResource.PatchRequest

Update(EventTag, long)

Updates an existing event tag.

Declaration
public virtual EventTagsResource.UpdateRequest Update(EventTag body, long profileId)
Parameters
Type Name Description
EventTag body

The body of the request.

long profileId

User profile ID associated with this request.

Returns
Type Description
EventTagsResource.UpdateRequest
In This Article
Back to top Generated by DocFX