-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
documentationDocumentation related changesDocumentation related changesstaleStale - Bot reminderStale - Bot reminder
Description
Describe the bug
All autogenerated structs have an AdditionalProperties
and UnparsedObject
. AdditionalProperties
is used when using MarshalJSON
to add any extra fields, but is currently undocumented. I don't know what the purpose of UnparsedObject
is. We should document it!
To Reproduce
Steps to reproduce the behavior:
- Go to https://datadoghq.dev/datadog-api-client-go/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/#MetricPayload
- See that these two fields are undocumented
Expected behavior
All fields have a docstring documenting what they do.
Metadata
Metadata
Assignees
Labels
documentationDocumentation related changesDocumentation related changesstaleStale - Bot reminderStale - Bot reminder