Skip to content

Commit

Permalink
Merge pull request #14 from cncallaghan/master
Browse files Browse the repository at this point in the history
Added SkipLookup to go-client
  • Loading branch information
jr-frazier authored Apr 13, 2022
2 parents ebed16f + 1066168 commit 65534a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/model_Aname.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type AnameAttributes struct {
TTL int `json:"ttl"`
RecordOption string `json:"recordOption,omitempty"`
NoAnswer bool `json:"noAnswer,"`
SkipLookup bool `json:"skipLookup,"`
Note string `json:"note,omitempty"`
GtdRegion int `json:"gtdRegion,omitempty"`
Type string `json:"type,omitempty"`
Expand Down

0 comments on commit 65534a1

Please sign in to comment.