We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e85a01 commit 984c434Copy full SHA for 984c434
1 file changed
packages/google-cloud-dns/google/cloud/dns/connection.py
@@ -18,7 +18,11 @@
18
19
20
class Connection(_http.JSONConnection):
21
- """A connection to Google Cloud DNS via the JSON REST API."""
+ """A connection to Google Cloud DNS via the JSON REST API.
22
+
23
+ :type client: :class:`~google.cloud.dns.client.Client`
24
+ :param client: The client that owns the current connection.
25
+ """
26
27
API_BASE_URL = 'https://www.googleapis.com'
28
"""The base of the API call URL."""
0 commit comments