# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewDspCreateAudiencesPostRequestWithApplicationVndDspaudiencesV1PlusJSONBody calls the generic DspCreateAudiencesPost builder with application/vnd.dspaudiences.v1+json body.
NewDspCreateAudiencesPostRequestWithBody generates requests for DspCreateAudiencesPost with any type of body.
ParseDspCreateAudiencesPostResp parses an HTTP response from a DspCreateAudiencesPostWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
WithResponseEditorFn allows setting up a callback function, which will be called right after receive the response.

# Constants

Defines values for DspAudienceRuleAttributeType.
Defines values for DspAudienceRuleClause.
Defines values for DspAudienceRuleOperator.
Defines values for DspAudienceErrorItemErrorErrorType.
Defines values for DspAudienceCreateRequestItemAudienceType.
Defines values for DspAudienceCreateRequestItemAudienceType.
Defines values for DspAudienceCreateRequestItemAudienceType.
Defines values for DspAudienceCreateRequestItemAudienceType.
Defines values for DspAudienceErrorItemErrorErrorType.
Defines values for DspAudienceErrorItemErrorErrorType.
Defines values for DspAudienceCreateRequestItemAudienceType.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
No description provided by the author
DspAudienceCreateRequestItem Complete audience model to be used for creation of the audience.
DspAudienceError The error object.
DspAudienceErrorItem The error response object.
DspAudienceErrorItemError The error object.
DspAudienceResponse This holds an array of successful items and an array of error items from the request.
DspAudienceRule A rule for defining an audience.
DspAudienceSuccessItem The success response object.
DspCreateAudiencesPostParams defines parameters for DspCreateAudiencesPost.
No description provided by the author

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

ClientOption allows setting custom parameters during construction.
DspAudienceCreateRequestItemAudienceType Type of audience to create.
DspAudienceErrorItemErrorErrorType defines model for DspAudienceErrorItemError.ErrorType.
DspAudienceRuleAttributeType For a given audienceType, the type of the attributes being supplied.
DspAudienceRuleClause This parameter is used to include or exclude this particular rule.
DspAudienceRuleOperator For a given attributeType, the operator used for attributeValues.
DspCreateAudiencesPostApplicationVndDspaudiencesV1PlusJSONBody defines parameters for DspCreateAudiencesPost.
DspCreateAudiencesPostApplicationVndDspaudiencesV1PlusJSONRequestBody defines body for DspCreateAudiencesPost for application/vnd.dspaudiences.v1+json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
ResponseEditorFn is the function signature for the ResponseEditor callback function.