Skip to content

[Documentation Issue]  #1662

@einstux

Description

@einstux

Page Name: dns-usage
Release: 0.11.0

On https://googlecloudplatform.github.io/gcloud-python/stable/dns-usage.html#resource-record-sets,

there is an example:

[(record.name, record.type, record.ttl, record.rrdatas) for record in records]

the correct version would be:

[(record.name, record.record_type, record.ttl, record.rrdatas) for record in records]

as record doesn't have a attribute type, but record_type.

Metadata

Metadata

Assignees

Labels

api: dnsIssues related to the Cloud DNS API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions