docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class EventListRequest

    An object containing a list of events.

    Inheritance
    object
    EventListRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Analytics
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class EventListRequest

    Constructors

    EventListRequest(List<EventRequest>)

    Initializes a new instance of the EventListRequest class.

    Declaration
    [Preserve]
    public EventListRequest(List<EventRequest> eventList = null)
    Parameters
    Type Name Description
    List<EventRequest> eventList

    eventList.

    Properties

    EventList

    Gets or Sets EventList

    Declaration
    [Preserve]
    public List<EventRequest> EventList { get; set; }
    Property Value
    Type Description
    List<EventRequest>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)