Show / Hide Table of Contents

Class EventsResource

The "events" collection of methods.

Inheritance
object
EventsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class EventsResource

Constructors

EventsResource(IClientService)

Constructs a new resource.

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

Methods

Ingest(IngestEventsRequest)

Uploads a list of Event resources from the provided Destination.

Declaration
public virtual EventsResource.IngestRequest Ingest(IngestEventsRequest body)
Parameters
Type Name Description
IngestEventsRequest body

The body of the request.

Returns
Type Description
EventsResource.IngestRequest
In this article
Back to top Generated by DocFX