# Functions
ContainsUnparsedObject returns true if the given data contains an unparsed object from the API.
DeleteKeys helper method to delete keys from a map.
No description provided by the author
NewAPIClient creates a new API client.
NewConfiguration returns a new Configuration object.
No description provided by the author
NewDefaultContext returns a new context setup with environment variables.
No description provided by the author
NewNullableBool instantiates a new nullable bool.
NewNullableFloat32 instantiates a new nullable float32.
NewNullableFloat64 instantiates a new nullable float64.
NewNullableInt instantiates a new nullable int.
NewNullableInt32 instantiates a new nullable int32.
NewNullableInt64 instantiates a new nullable int64.
NewNullableList instantiates a new nullable list.
NewNullableString instantiates a new nullable string.
NewNullableTime instantiates a new nullable Time.
ParameterToString convert interface{} parameters to string, using a delimiter if format is provided.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
ReadBody returns the byte content of the response and make it available again on the response object.
ReplacePathParameter replace all occurrences of `pathKey` in `path` with `parameterValue`.
ReportError Prevent trying to import "fmt".
SetAuthKeys sets the appropriate values in the headers parameter.
Strlen returns number of runes in string.
No description provided by the author
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.
# Structs
APIClient manages communication with the Datadog API V2 Collection API v1.0.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Configuration stores the configuration of the API client.
FormFile holds parameters for a file in multipart/form-data request.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
NullableBool is a struct to hold a nullable boolean value.
NullableFloat32 is a struct to hold a nullable float32 value.
NullableFloat64 is a struct to hold a nullable float64 value.
NullableInt is a struct to hold a nullable int value.
NullableInt32 is a struct to hold a nullable int32 value.
NullableInt64 is a struct to hold a nullable int64 value.
NullableList struct to hold nullable list value.
NullableString is a struct to hold a nullable string value.
NullableTime is a struct to hold a nullable Time value.
PaginationResult pagination item helper struct.
RetryConfiguration stores the configuration of the retry behavior of the api client.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
Service holds APIClient.
# Type aliases
ServerConfigurations stores multiple ServerConfiguration items.