Python
from gcore import Gcore client = Gcore() response = client.dns.get_account_overview() print(response.info)
{ "Info": { "contact": "<string>", "name_server_1": "<string>", "name_server_2": "<string>" } }
Get info about client
Documentation IndexFetch the complete documentation index at: https://gcore.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
InfoResponse
Show child attributes
Was this page helpful?