URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/Component-gameObject.html
r: { user_unity_id: undefined, user_logged_in: 'no' }, environment: { environment_locale: 'en-us', environment_currency: undefined }});The game object this component is attached to. A component is always attached to a game object.
using UnityEngine;
public class Example : MonoBehaviour { void Start() { print(gameObject.name); } }