We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ff4a5 commit cfe2959Copy full SHA for cfe2959
logpush.go
@@ -15,7 +15,7 @@ type LogpushJob struct {
15
Name string `json:"name"`
16
LogpullOptions string `json:"logpull_options"`
17
DestinationConf string `json:"destination_conf"`
18
- OwnershipChallenge string `json:"ownership_challenge"`
+ OwnershipChallenge string `json:"ownership_challenge,omitempty"`
19
LastComplete *time.Time `json:"last_complete,omitempty"`
20
LastError *time.Time `json:"last_error,omitempty"`
21
ErrorMessage string `json:"error_message,omitempty"`
0 commit comments