docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SubmitEventRequest

    SubmitEventRequest

    Inheritance
    object
    AbstractOpenAPISchema
    SubmitEventRequest
    Implements
    IEquatable<SubmitEventRequest>
    Inherited Members
    AbstractOpenAPISchema.IsNullable
    AbstractOpenAPISchema.SchemaType
    AbstractOpenAPISchema.SerializerSettings
    AbstractOpenAPISchema.AdditionalPropertiesSerializerSettings
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Analytics
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class SubmitEventRequest : AbstractOpenAPISchema, IEquatable<SubmitEventRequest>

    Constructors

    SubmitEventRequest(EventListRequest)

    Initializes a new instance of the SubmitEventRequest class with the EventListRequest class

    Declaration
    [Preserve]
    public SubmitEventRequest(EventListRequest actualInstance)
    Parameters
    Type Name Description
    EventListRequest actualInstance

    An instance of EventListRequest.

    SubmitEventRequest(EventRequest)

    Initializes a new instance of the SubmitEventRequest class with the EventRequest class

    Declaration
    [Preserve]
    public SubmitEventRequest(EventRequest actualInstance)
    Parameters
    Type Name Description
    EventRequest actualInstance

    An instance of EventRequest.

    Properties

    ActualInstance

    Gets or Sets ActualInstance

    Declaration
    public override object ActualInstance { get; set; }
    Property Value
    Type Description
    object
    Overrides
    AbstractOpenAPISchema.ActualInstance

    Methods

    Equals(object)

    Returns true if objects are equal

    Declaration
    public override bool Equals(object input)
    Parameters
    Type Name Description
    object input

    Object to be compared

    Returns
    Type Description
    bool

    Boolean

    Overrides
    object.Equals(object)

    Equals(SubmitEventRequest)

    Returns true if SubmitEventRequest instances are equal

    Declaration
    public bool Equals(SubmitEventRequest input)
    Parameters
    Type Name Description
    SubmitEventRequest input

    Instance of SubmitEventRequest to be compared

    Returns
    Type Description
    bool

    Boolean

    FromJson(string)

    Converts the JSON string into an instance of SubmitEventRequest

    Declaration
    public static SubmitEventRequest FromJson(string jsonString)
    Parameters
    Type Name Description
    string jsonString

    JSON string

    Returns
    Type Description
    SubmitEventRequest

    An instance of SubmitEventRequest

    GetEventListRequest()

    Get the actual instance of EventListRequest. If the actual instance is not EventListRequest, the InvalidClassException will be thrown

    Declaration
    public EventListRequest GetEventListRequest()
    Returns
    Type Description
    EventListRequest

    An instance of EventListRequest

    GetEventRequest()

    Get the actual instance of EventRequest. If the actual instance is not EventRequest, the InvalidClassException will be thrown

    Declaration
    public EventRequest GetEventRequest()
    Returns
    Type Description
    EventRequest

    An instance of EventRequest

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    Hash code

    Overrides
    object.GetHashCode()

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public override string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    Overrides
    AbstractOpenAPISchema.ToJson()

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IEquatable<T>
    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)