Class SubmitEventRequest
SubmitEventRequest
Implements
Inherited Members
Namespace: Unity.Services.Apis.Analytics
Assembly: Unity.Services.Apis.dll
Syntax
[JsonConverter(typeof(SubmitEventRequestJsonConverter))]
[DataContract(Name = "submitEvent_request")]
[Preserve]
public class SubmitEventRequest : AbstractOpenAPISchema, IEquatable<SubmitEventRequest>
Constructors
SubmitEventRequest(EventListRequest)
Initializes a new instance of the Submit
Declaration
[Preserve]
public SubmitEventRequest(EventListRequest actualInstance)
Parameters
Type | Name | Description |
---|---|---|
Event |
actualInstance | An instance of EventListRequest. |
SubmitEventRequest(EventRequest)
Initializes a new instance of the Submit
Declaration
[Preserve]
public SubmitEventRequest(EventRequest actualInstance)
Parameters
Type | Name | Description |
---|---|---|
Event |
actualInstance | An instance of EventRequest. |
Properties
ActualInstance
Gets or Sets ActualInstance
Declaration
public override object ActualInstance { get; set; }
Property Value
Type | Description |
---|---|
object |
Overrides
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
Equals(SubmitEventRequest)
Returns true if SubmitEventRequest instances are equal
Declaration
public bool Equals(SubmitEventRequest input)
Parameters
Type | Name | Description |
---|---|---|
Submit |
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 |
---|---|
Submit |
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 |
---|---|
Event |
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 |
---|---|
Event |
An instance of EventRequest |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | Hash code |
Overrides
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
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | String presentation of the object |