Show / Hide Table of Contents

Class EventDefinition

An event definition resource.

Inheritance
object
EventDefinition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class EventDefinition : IDirectResponseSchema

Properties

ChildEvents

A list of events that are a child of this event.

Declaration
[JsonProperty("childEvents")]
public virtual IList<EventChild> ChildEvents { get; set; }
Property Value
Type Description
IList<EventChild>

Description

Description of what this event represents.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

The name to display for the event.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

The ID of the event.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

ImageUrl

The base URL for the image that represents the event.

Declaration
[JsonProperty("imageUrl")]
public virtual string ImageUrl { get; set; }
Property Value
Type Description
string

IsDefaultImageUrl

Indicates whether the icon image being returned is a default image, or is game-provided.

Declaration
[JsonProperty("isDefaultImageUrl")]
public virtual bool? IsDefaultImageUrl { get; set; }
Property Value
Type Description
bool?

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#eventDefinition.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Visibility

The visibility of event being tracked in this definition.

Declaration
[JsonProperty("visibility")]
public virtual string Visibility { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX