Script class
Properties describing a Realtime script.
Related operations
Constructors
Properties
- creationTime → DateTime?
- 
  A time stamp indicating when this data object was created. The format is a
number expressed in Unix time as milliseconds (for example
"1469498468.057").
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name → String?
- 
  A descriptive label that is associated with a script. Script names do not
need to be unique.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- scriptArn → String?
- 
  Amazon Resource Name (ARN)
that is assigned to a GameLift script resource and uniquely identifies it.
ARNs are unique across all Regions. In a GameLift script ARN, the resource
ID matches the ScriptId value.
  final
- scriptId → String?
- 
  A unique identifier for a Realtime script
  final
- sizeOnDisk → int?
- 
  The file size of the uploaded Realtime script, expressed in bytes. When
files are uploaded from an S3 location, this value remains at "0".
  final
- storageLocation → S3Location?
- 
  
  final
- version → String?
- 
  The version that is associated with a build or script. Version strings do
not need to be unique.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited