Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'inactivity_timeout_seconds'] = this.inactivityTimeoutSeconds; return json; }