Instance class

The Instance resource.

Constructors

Instance({String? acquisitionUri, InstanceAndroidDetails? androidInstance, InstanceIosDetails? iosInstance, String? kind, String? name, String? platformType, bool? realtimePlay, bool? turnBasedPlay, InstanceWebDetails? webInstance})
Instance.fromJson(Map json_)

Properties

acquisitionUri String?
URI which shows where a user can acquire this instance.
getter/setter pair
androidInstance InstanceAndroidDetails?
Platform dependent details for Android.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosInstance InstanceIosDetails?
Platform dependent details for iOS.
getter/setter pair
kind String?
Uniquely identifies the type of this resource.
getter/setter pair
name String?
Localized display name.
getter/setter pair
platformType String?
The platform type. Possible string values are:
getter/setter pair
realtimePlay bool?
Flag to show if this game instance supports realtime play.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
turnBasedPlay bool?
Flag to show if this game instance supports turn based play.
getter/setter pair
webInstance InstanceWebDetails?
Platform dependent details for Web.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited