package
0.0.0-20240612102834-1fd701ef7799
Repository: https://github.com/digiseg-labs/api-client-go.git
Documentation: pkg.go.dev

# README

Go API client for openapi

Digiseg API documentation

Introduction

This API let you harness the power of Digisegs powerful and tracking-free segmentation engine.

Audiences by Digiseg are available in 50+ countries, probablistically mapping neighborhood characteristics to the IP addresses observed on the internet - Household targeting & measurement for the post-cookie world.

Developer SDKs

In addition to using these APIs directly through any HTTP client, we provide a set of API client SDKs for popular programming languages:

Audience taxonomy

Digiseg audiences are grouped into private and business audiences. In each group there are categories that then contain the audiences. The API endpoints that communicate audiences and household characteristics, audience codes are being used.

The following table can be used as a reference for audience codes. Note that Digiseg will at times update names of audiences for purposes of internationalization, clarity or other such purposes - but the codes will remain as-is and should be considered a stable point of reference for the audience.

GroupCategoryAudience CodeAudience Name
privatehome_typea1Apartment
a2House
savingsb1No Savings
b2Smaller Savings
b3Larger Savings
lifecyclec1Young couples and singles
c2Early family life
c3Middle-aged families
c4Mature families
c5Pensioners / Retirees
carsd1No cars
d21 car
d32 or more cars
childrene1No children
e21 child
e32 or more children
educationf1Basic
f2Medium
f3Higher
neighbourhood_typeg1Countryside
g2Village
g3Suburban
g4City
incomeh1Lowest 20%
h2Lowest 20-40%
h3Middle 40-60%
h4Highest 60-80%
h5Top 20%
home_ownershipj1Rent
j2Own
building_agek1Pre 1945
k21945-1989
k31990 until today
living_spacel1Small
l2Medium
l3Large
tech_leveln1Basic
n2Medium
n3High
businesssizeba1Small Business
ba2Medium Business
ba3Larger Business

There is also an interactive Audience builder which lets you discover the targeting reach and power of combining various household characteristics into composite audiences.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Generator version: 7.6.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi "github.com/digiseg-labs/api-client-go"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value openapi.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), openapi.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value openapi.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), openapi.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using openapi.ContextOperationServerIndices and openapi.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), openapi.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.digiseg.net

ClassMethodHTTP requestDescription
AccountsAPICreateUserInAccountPost /accounts/{account_id}/usersCreate user
AccountsAPIDeleteAccountLogoDelete /accounts/{account_id}/assets/logoDelete account logo
AccountsAPIGetAccountByIdGet /accounts/{account_id}Get account
AccountsAPIGetAccountLogoGet /accounts/{account_id}/assets/logoGet account logo
AccountsAPIGetAccountSubscriptionByIdGet /accounts/{account_id}/subscriptions/{subscription_id}Get account subscription
AccountsAPIGetAccountSubscriptionsGet /accounts/{account_id}/subscriptionsGet account subscriptions summary
AccountsAPIListApiKeysByAccountIdGet /accounts/{account_id}/apikeysList API keys for account
AccountsAPIListUsersByAccountIdGet /accounts/{account_id}/usersList users for account
AccountsAPIUpdateAccountByIdPut /accounts/{account_id}Update account
AccountsAPIUploadAccountLogoPut /accounts/{account_id}/assets/logoUpload account logo
AudiencesAPIResolveAudiencesOfClientGet /audiencesGet audiences of the API client
AudiencesAPIResolveAudiencesOfMultiplePost /audiencesGet audiences for multiple IP addresses
AudiencesAPIResolveAudiencesOfSingleGet /audiences/{user_ip}Get audiences for a given IP address
AuthAPICreateAccessTokenPost /auth/tokenAuthenticate and create access token
AuthAPICreateApiKeyPost /users/{user_id}/apikeysCreate API key
AuthAPIDeleteApiKeyByIdDelete /users/{user_id}/apikeys/{key_id}Delete API key
AuthAPIGetApiKeyByIdGet /users/{user_id}/apikeys/{key_id}Get API key
AuthAPIListApiKeysByAccountIdGet /accounts/{account_id}/apikeysList API keys for account
AuthAPIListApiKeysByUserIdGet /users/{user_id}/apikeysList API keys for user
AuthAPIUpdateApiKeyByIdPut /users/{user_id}/apikeys/{key_id}Update API key
MeasurementClientsAPICreateMeasurementClientPost /measurement/clientsCreate measurement client
MeasurementClientsAPIDeleteClientLogoDelete /measurement/clients/{client_id}/assets/logoDelete measurement client logo
MeasurementClientsAPIDeleteMeasurementClientByIdDelete /measurement/clients/{client_id}Delete measurement client
MeasurementClientsAPIGetClientLogoGet /measurement/clients/{client_id}/assets/logoGet measurement client logo
MeasurementClientsAPIGetMeasurementClientByIdGet /measurement/clients/{client_id}Get measurement client
MeasurementClientsAPIListMeasurementClientsGet /measurement/clientsList measurement clients
MeasurementClientsAPIUpdateMeasurementClientByIdPut /measurement/clients/{client_id}Update measurement client
MeasurementClientsAPIUploadClientLogoPut /measurement/clients/{client_id}/assets/logoUpload measurement client logo
MeasurementLabelsAPIListMeasurementLabelsGet /measurement/labelsList measurement labels
PopulationsAPIGetPopuplationByKeyGet /populations/{category_key}/{population_key}Get Population by key
PopulationsAPIListPopuplationsGet /populations/{category_key}List populations of category
StudiesAPICreateStudyPost /studiesCreate study
StudiesAPIDeleteStudyBannerImageDelete /studies/{study_id}/assets/banner_imageDelete study banner image logo
StudiesAPIDeleteStudyByIdDelete /studies/{study_id}Delete study
StudiesAPIGetStudyBannerImageGet /studies/{study_id}/assets/banner_imageGet study banner image
StudiesAPIGetStudyByIdGet /studies/{study_id}Get study
StudiesAPIListStudiesGet /studiesList studies
StudiesAPIQueryStudyAudienceStatsGet /studies/{study_id}/stats/audiencesAudience statistics for study
StudiesAPIQueryStudyCountryStatsGet /studies/{study_id}/stats/countriesCountry statistics for study
StudiesAPIQueryStudyFrequencyStatsGet /studies/{study_id}/stats/frequenciesFrequency statistics for study
StudiesAPIQueryStudyTimingStatsGet /studies/{study_id}/stats/timingTiming statistics for study
StudiesAPIUpdateStudyByIdPut /studies/{study_id}Update study
StudiesAPIUploadStudyBannerImagePut /studies/{study_id}/assets/banner_imageUpload study banner image
SubscriptionsAPIGetAccountSubscriptionByIdGet /accounts/{account_id}/subscriptions/{subscription_id}Get account subscription
SubscriptionsAPIGetAccountSubscriptionsGet /accounts/{account_id}/subscriptionsGet account subscriptions summary
SubscriptionsAPIListSubscriptionPlansGet /subscription_plansList subscription plans
UsageAPIListAudienceDataDailyUsageGet /usage/audience_data/dailyList daily usage of Audience Data
UsageAPIListAudienceDataMonthlyUsageGet /usage/audience_data/monthlyList monthly usage of Audience Data
UsageAPIListAudienceDataRealtimeUsageGet /usage/audience_data/realtimeList realtime usage of Audience Data
UsersAPICreateApiKeyPost /users/{user_id}/apikeysCreate API key
UsersAPICreateUserInAccountPost /accounts/{account_id}/usersCreate user
UsersAPIDeleteApiKeyByIdDelete /users/{user_id}/apikeys/{key_id}Delete API key
UsersAPIDeleteUserAvatarDelete /users/{user_id}/assets/avatarDelete user avatar
UsersAPIDeleteUserByIdDelete /users/{user_id}Delete user
UsersAPIGetApiKeyByIdGet /users/{user_id}/apikeys/{key_id}Get API key
UsersAPIGetCurrentUserGet /userGet current user
UsersAPIGetUserAvatarGet /users/{user_id}/assets/avatarGet user avatar
UsersAPIGetUserByIdGet /users/{user_id}Get user
UsersAPIListApiKeysByUserIdGet /users/{user_id}/apikeysList API keys for user
UsersAPIListUsersByAccountIdGet /accounts/{account_id}/usersList users for account
UsersAPIUpdateApiKeyByIdPut /users/{user_id}/apikeys/{key_id}Update API key
UsersAPIUpdateUserByIdPut /users/{user_id}Update user
UsersAPIUploadUserAvatarPut /users/{user_id}/assets/avatarUpload user avatar

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

bearerAuth

  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), openapi.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)

apiKeyHeaderAuth

  • Type: API key
  • API key parameter name: X-API-KEY
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: X-API-KEY and passed in as the auth context for each request.

Example

auth := context.WithValue(
		context.Background(),
		openapi.ContextAPIKeys,
		map[string]openapi.APIKey{
			"X-API-KEY": {Key: "API_KEY_STRING"},
		},
	)
r, err := client.Service.Operation(auth, args)

apiKeyQueryParamAuth

  • Type: API key
  • API key parameter name: api_key
  • Location: URL query string

Note, each API key must be added to a map of map[string]APIKey where the key is: api_key and passed in as the auth context for each request.

Example

auth := context.WithValue(
		context.Background(),
		openapi.ContextAPIKeys,
		map[string]openapi.APIKey{
			"api_key": {Key: "API_KEY_STRING"},
		},
	)
r, err := client.Service.Operation(auth, args)

oAuth

  • Type: OAuth
  • Flow: password
  • Authorization URL:
  • Scopes: N/A

Example

auth := context.WithValue(context.Background(), openapi.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, openapi.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

[email protected]

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
IsNil checks if an input is nil.
NewAccessTokenData instantiates a new AccessTokenData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessTokenDataWithDefaults instantiates a new AccessTokenData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountAux instantiates a new AccountAux object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountAuxWithDefaults instantiates a new AccountAux object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountBase instantiates a new AccountBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountBaseWithDefaults instantiates a new AccountBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountCreation instantiates a new AccountCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountCreationAux instantiates a new AccountCreationAux object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountCreationAuxWithDefaults instantiates a new AccountCreationAux object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountCreationWithDefaults instantiates a new AccountCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountFull instantiates a new AccountFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountFullWithDefaults instantiates a new AccountFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountItem instantiates a new AccountItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountItemWithDefaults instantiates a new AccountItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountLinks instantiates a new AccountLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountLinksWithDefaults instantiates a new AccountLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountMutation instantiates a new AccountMutation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountMutationAux instantiates a new AccountMutationAux object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountMutationAuxWithDefaults instantiates a new AccountMutationAux object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountMutationWithDefaults instantiates a new AccountMutation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountOwnerCreation instantiates a new AccountOwnerCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountOwnerCreationWithDefaults instantiates a new AccountOwnerCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSubscriptionBase instantiates a new AccountSubscriptionBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSubscriptionBaseWithDefaults instantiates a new AccountSubscriptionBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSubscriptionCreation instantiates a new AccountSubscriptionCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSubscriptionCreationWithDefaults instantiates a new AccountSubscriptionCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSubscriptionFull instantiates a new AccountSubscriptionFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSubscriptionFullAux instantiates a new AccountSubscriptionFullAux object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSubscriptionFullAuxWithDefaults instantiates a new AccountSubscriptionFullAux object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSubscriptionFullWithDefaults instantiates a new AccountSubscriptionFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSubscriptionItem instantiates a new AccountSubscriptionItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSubscriptionItemAux instantiates a new AccountSubscriptionItemAux object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSubscriptionItemAuxWithDefaults instantiates a new AccountSubscriptionItemAux object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSubscriptionItemWithDefaults instantiates a new AccountSubscriptionItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSubscriptionPaymentConfiguration instantiates a new AccountSubscriptionPaymentConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSubscriptionPaymentConfigurationWithDefaults instantiates a new AccountSubscriptionPaymentConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountSubscriptionsSummary instantiates a new AccountSubscriptionsSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountSubscriptionsSummaryWithDefaults instantiates a new AccountSubscriptionsSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewApiKeyAux instantiates a new ApiKeyAux object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiKeyAuxWithDefaults instantiates a new ApiKeyAux object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiKeyBase instantiates a new ApiKeyBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiKeyBaseWithDefaults instantiates a new ApiKeyBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiKeyCreation instantiates a new ApiKeyCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiKeyCreationWithDefaults instantiates a new ApiKeyCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiKeyFull instantiates a new ApiKeyFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiKeyFullWithDefaults instantiates a new ApiKeyFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiKeyFullWithToken instantiates a new ApiKeyFullWithToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiKeyFullWithTokenWithDefaults instantiates a new ApiKeyFullWithToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiKeyItem instantiates a new ApiKeyItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiKeyItemWithDefaults instantiates a new ApiKeyItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiKeyLinks instantiates a new ApiKeyLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiKeyLinksWithDefaults instantiates a new ApiKeyLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiKeyMutation instantiates a new ApiKeyMutation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiKeyMutationWithDefaults instantiates a new ApiKeyMutation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiKeyStatusFromValue returns a pointer to a valid ApiKeyStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewApiKeyToken instantiates a new ApiKeyToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiKeyTokenWithDefaults instantiates a new ApiKeyToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAudience instantiates a new Audience object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceCategoryStats instantiates a new AudienceCategoryStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceCategoryStatsWithDefaults instantiates a new AudienceCategoryStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAudienceDataDailyUsage instantiates a new AudienceDataDailyUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceDataDailyUsageWithDefaults instantiates a new AudienceDataDailyUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAudienceDataMonthlyUsage instantiates a new AudienceDataMonthlyUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceDataMonthlyUsageWithDefaults instantiates a new AudienceDataMonthlyUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAudienceDataRealtimeUsage instantiates a new AudienceDataRealtimeUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceDataRealtimeUsageWithDefaults instantiates a new AudienceDataRealtimeUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAudienceDataUsage instantiates a new AudienceDataUsage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceDataUsageWithDefaults instantiates a new AudienceDataUsage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAudienceExampleInput instantiates a new AudienceExampleInput object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceExampleInputsResponse instantiates a new AudienceExampleInputsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceExampleInputsResponseWithDefaults instantiates a new AudienceExampleInputsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAudienceExampleInputWithDefaults instantiates a new AudienceExampleInput object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAudienceResponse instantiates a new AudienceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceResponseStatusFromValue returns a pointer to a valid AudienceResponseStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAudienceResponseWithDefaults instantiates a new AudienceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAudienceStats instantiates a new AudienceStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAudienceStatsWithDefaults instantiates a new AudienceStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAudienceWithDefaults instantiates a new Audience object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthTokenRequest instantiates a new AuthTokenRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthTokenRequestWithDefaults instantiates a new AuthTokenRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuthTokenResponse instantiates a new AuthTokenResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuthTokenResponseWithDefaults instantiates a new AuthTokenResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBusinessAudienceStats instantiates a new BusinessAudienceStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBusinessAudienceStatsAudienceCategories instantiates a new BusinessAudienceStatsAudienceCategories object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBusinessAudienceStatsAudienceCategoriesWithDefaults instantiates a new BusinessAudienceStatsAudienceCategories object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBusinessAudienceStatsWithDefaults instantiates a new BusinessAudienceStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCategoryPopulationsFull instantiates a new CategoryPopulationsFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCategoryPopulationsFullWithDefaults instantiates a new CategoryPopulationsFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCompanySizeFromValue returns a pointer to a valid CompanySize for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCompanyTypeFromValue returns a pointer to a valid CompanyType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewComparison instantiates a new Comparison object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewComparisonsContainer instantiates a new ComparisonsContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewComparisonsContainerWithDefaults instantiates a new ComparisonsContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewComparisonWithDefaults instantiates a new Comparison object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewCountryStats instantiates a new CountryStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCountryStatsWithDefaults instantiates a new CountryStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateApiKey201Response instantiates a new CreateApiKey201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateApiKey201ResponseWithDefaults instantiates a new CreateApiKey201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateMeasurementClient201Response instantiates a new CreateMeasurementClient201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateMeasurementClient201ResponseWithDefaults instantiates a new CreateMeasurementClient201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateStudy201Response instantiates a new CreateStudy201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateStudy201ResponseWithDefaults instantiates a new CreateStudy201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateUserInAccount201Response instantiates a new CreateUserInAccount201Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateUserInAccount201ResponseWithDefaults instantiates a new CreateUserInAccount201Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDayOfMonthStats instantiates a new DayOfMonthStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDayOfMonthStatsWithDefaults instantiates a new DayOfMonthStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDayOfWeekStats instantiates a new DayOfWeekStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDayOfWeekStatsWithDefaults instantiates a new DayOfWeekStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFrequencyStats instantiates a new FrequencyStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFrequencyStatsWithDefaults instantiates a new FrequencyStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAccountById200Response instantiates a new GetAccountById200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAccountById200ResponseWithDefaults instantiates a new GetAccountById200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAccountSubscriptionById200Response instantiates a new GetAccountSubscriptionById200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAccountSubscriptionById200ResponseWithDefaults instantiates a new GetAccountSubscriptionById200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetAccountSubscriptions200Response instantiates a new GetAccountSubscriptions200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetAccountSubscriptions200ResponseWithDefaults instantiates a new GetAccountSubscriptions200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetApiKeyById200Response instantiates a new GetApiKeyById200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetApiKeyById200ResponseWithDefaults instantiates a new GetApiKeyById200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetPopuplationByKey200Response instantiates a new GetPopuplationByKey200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetPopuplationByKey200ResponseWithDefaults instantiates a new GetPopuplationByKey200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHourOfDayStats instantiates a new HourOfDayStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHourOfDayStatsWithDefaults instantiates a new HourOfDayStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentifyableObject instantiates a new IdentifyableObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentifyableObject1 instantiates a new IdentifyableObject1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentifyableObject1WithDefaults instantiates a new IdentifyableObject1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentifyableObjectWithDefaults instantiates a new IdentifyableObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLimitedOrFullFeatureFromValue returns a pointer to a valid LimitedOrFullFeature for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewListApiKeysByAccountId200Response instantiates a new ListApiKeysByAccountId200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListApiKeysByAccountId200ResponseWithDefaults instantiates a new ListApiKeysByAccountId200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListAudienceDataDailyUsage200Response instantiates a new ListAudienceDataDailyUsage200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListAudienceDataDailyUsage200ResponseWithDefaults instantiates a new ListAudienceDataDailyUsage200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListAudienceDataMonthlyUsage200Response instantiates a new ListAudienceDataMonthlyUsage200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListAudienceDataMonthlyUsage200ResponseWithDefaults instantiates a new ListAudienceDataMonthlyUsage200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListAudienceDataRealtimeUsage200Response instantiates a new ListAudienceDataRealtimeUsage200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListAudienceDataRealtimeUsage200ResponseWithDefaults instantiates a new ListAudienceDataRealtimeUsage200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListMeasurementClients200Response instantiates a new ListMeasurementClients200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListMeasurementClients200ResponseWithDefaults instantiates a new ListMeasurementClients200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListMeasurementLabels200Response instantiates a new ListMeasurementLabels200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListMeasurementLabels200ResponseWithDefaults instantiates a new ListMeasurementLabels200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListPaginationLinks instantiates a new ListPaginationLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListPaginationLinksWithDefaults instantiates a new ListPaginationLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListPaginationMeta instantiates a new ListPaginationMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListPaginationMetaPage instantiates a new ListPaginationMetaPage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListPaginationMetaPageWithDefaults instantiates a new ListPaginationMetaPage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListPaginationMetaWithDefaults instantiates a new ListPaginationMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListPopuplations200Response instantiates a new ListPopuplations200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListPopuplations200ResponseWithDefaults instantiates a new ListPopuplations200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListStudies200Response instantiates a new ListStudies200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListStudies200ResponseWithDefaults instantiates a new ListStudies200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListSubscriptionPlans200Response instantiates a new ListSubscriptionPlans200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListSubscriptionPlans200ResponseWithDefaults instantiates a new ListSubscriptionPlans200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListUsersByAccountId200Response instantiates a new ListUsersByAccountId200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListUsersByAccountId200ResponseWithDefaults instantiates a new ListUsersByAccountId200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurement instantiates a new Measurement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementClientBase instantiates a new MeasurementClientBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementClientBaseWithDefaults instantiates a new MeasurementClientBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementClientFull instantiates a new MeasurementClientFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementClientFullWithDefaults instantiates a new MeasurementClientFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementClientItem instantiates a new MeasurementClientItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementClientItemWithDefaults instantiates a new MeasurementClientItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementClientMutation instantiates a new MeasurementClientMutation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementClientMutationWithDefaults instantiates a new MeasurementClientMutation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementEventLink instantiates a new MeasurementEventLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementEventLinkParameterInfo instantiates a new MeasurementEventLinkParameterInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementEventLinkParameterInfoWithDefaults instantiates a new MeasurementEventLinkParameterInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementEventLinks instantiates a new MeasurementEventLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementEventLinksWithDefaults instantiates a new MeasurementEventLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementEventLinkWithDefaults instantiates a new MeasurementEventLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementEventSetFromValue returns a pointer to a valid MeasurementEventSet for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMeasurementIntegrationPlatform instantiates a new MeasurementIntegrationPlatform object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementIntegrationPlatformWithDefaults instantiates a new MeasurementIntegrationPlatform object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementsContainer instantiates a new MeasurementsContainer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeasurementsContainerWithDefaults instantiates a new MeasurementsContainer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementWithDefaults instantiates a new Measurement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPasswordlessAuthRequest instantiates a new PasswordlessAuthRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPasswordlessAuthRequestWithDefaults instantiates a new PasswordlessAuthRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPermissionScopes instantiates a new PermissionScopes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPermissionScopesWithDefaults instantiates a new PermissionScopes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlanFeatureSet instantiates a new PlanFeatureSet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlanFeatureSetWithDefaults instantiates a new PlanFeatureSet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationAudienceCategorySetBusinessSection instantiates a new PopulationAudienceCategorySetBusinessSection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationAudienceCategorySetBusinessSectionWithDefaults instantiates a new PopulationAudienceCategorySetBusinessSection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationAudienceCategorySetPrivateSection instantiates a new PopulationAudienceCategorySetPrivateSection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationAudienceCategorySetPrivateSectionWithDefaults instantiates a new PopulationAudienceCategorySetPrivateSection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationAudienceCategorySetSection instantiates a new PopulationAudienceCategorySetSection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationAudienceCategorySetSectionWithDefaults instantiates a new PopulationAudienceCategorySetSection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationFull instantiates a new PopulationFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationFullWithDefaults instantiates a new PopulationFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationItem instantiates a new PopulationItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationItemWithDefaults instantiates a new PopulationItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSource instantiates a new PopulationSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourceBusinessCategorySet instantiates a new PopulationSourceBusinessCategorySet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourceBusinessCategorySetSize instantiates a new PopulationSourceBusinessCategorySetSize object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourceBusinessCategorySetSizeWithDefaults instantiates a new PopulationSourceBusinessCategorySetSize object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourceBusinessCategorySetWithDefaults instantiates a new PopulationSourceBusinessCategorySet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourceBusinessSection instantiates a new PopulationSourceBusinessSection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourceBusinessSectionWithDefaults instantiates a new PopulationSourceBusinessSection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourceNotResolvedSection instantiates a new PopulationSourceNotResolvedSection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourceNotResolvedSectionWithDefaults instantiates a new PopulationSourceNotResolvedSection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySet instantiates a new PopulationSourcePrivateCategorySet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetBuildingAge instantiates a new PopulationSourcePrivateCategorySetBuildingAge object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetBuildingAgeWithDefaults instantiates a new PopulationSourcePrivateCategorySetBuildingAge object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetCars instantiates a new PopulationSourcePrivateCategorySetCars object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetCarsWithDefaults instantiates a new PopulationSourcePrivateCategorySetCars object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetChildren instantiates a new PopulationSourcePrivateCategorySetChildren object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetChildrenWithDefaults instantiates a new PopulationSourcePrivateCategorySetChildren object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetEducation instantiates a new PopulationSourcePrivateCategorySetEducation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetEducationWithDefaults instantiates a new PopulationSourcePrivateCategorySetEducation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetHomeOwnership instantiates a new PopulationSourcePrivateCategorySetHomeOwnership object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetHomeOwnershipWithDefaults instantiates a new PopulationSourcePrivateCategorySetHomeOwnership object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetHomeType instantiates a new PopulationSourcePrivateCategorySetHomeType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetHomeTypeWithDefaults instantiates a new PopulationSourcePrivateCategorySetHomeType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetIncome instantiates a new PopulationSourcePrivateCategorySetIncome object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetIncomeWithDefaults instantiates a new PopulationSourcePrivateCategorySetIncome object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetLifecycle instantiates a new PopulationSourcePrivateCategorySetLifecycle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetLifecycleWithDefaults instantiates a new PopulationSourcePrivateCategorySetLifecycle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetLivingSpace instantiates a new PopulationSourcePrivateCategorySetLivingSpace object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetLivingSpaceWithDefaults instantiates a new PopulationSourcePrivateCategorySetLivingSpace object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetNeighbourhoodType instantiates a new PopulationSourcePrivateCategorySetNeighbourhoodType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetNeighbourhoodTypeWithDefaults instantiates a new PopulationSourcePrivateCategorySetNeighbourhoodType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetSavings instantiates a new PopulationSourcePrivateCategorySetSavings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetSavingsWithDefaults instantiates a new PopulationSourcePrivateCategorySetSavings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetTechLevel instantiates a new PopulationSourcePrivateCategorySetTechLevel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateCategorySetTechLevelWithDefaults instantiates a new PopulationSourcePrivateCategorySetTechLevel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateCategorySetWithDefaults instantiates a new PopulationSourcePrivateCategorySet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourcePrivateSection instantiates a new PopulationSourcePrivateSection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPopulationSourcePrivateSectionWithDefaults instantiates a new PopulationSourcePrivateSection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPopulationSourceWithDefaults instantiates a new PopulationSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostalAddress instantiates a new PostalAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostalAddressWithDefaults instantiates a new PostalAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPrivateAudienceStats instantiates a new PrivateAudienceStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPrivateAudienceStatsAudienceCategories instantiates a new PrivateAudienceStatsAudienceCategories object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPrivateAudienceStatsAudienceCategoriesWithDefaults instantiates a new PrivateAudienceStatsAudienceCategories object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPrivateAudienceStatsWithDefaults instantiates a new PrivateAudienceStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQueryStudyAudienceStats200Response instantiates a new QueryStudyAudienceStats200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQueryStudyAudienceStats200ResponseWithDefaults instantiates a new QueryStudyAudienceStats200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQueryStudyCountryStats200Response instantiates a new QueryStudyCountryStats200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQueryStudyCountryStats200ResponseWithDefaults instantiates a new QueryStudyCountryStats200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQueryStudyFrequencyStats200Response instantiates a new QueryStudyFrequencyStats200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQueryStudyFrequencyStats200ResponseWithDefaults instantiates a new QueryStudyFrequencyStats200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewQueryStudyTimingStats200Response instantiates a new QueryStudyTimingStats200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQueryStudyTimingStats200ResponseWithDefaults instantiates a new QueryStudyTimingStats200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegistrationByIdResponseData instantiates a new RegistrationByIdResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegistrationByIdResponseDataWithDefaults instantiates a new RegistrationByIdResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegistrationCreationResponseData instantiates a new RegistrationCreationResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegistrationCreationResponseDataWithDefaults instantiates a new RegistrationCreationResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegistrationRequest instantiates a new RegistrationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegistrationRequestWithDefaults instantiates a new RegistrationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegistrationVerificationResponseData instantiates a new RegistrationVerificationResponseData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegistrationVerificationResponseDataWithDefaults instantiates a new RegistrationVerificationResponseData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegistrationVerificationResponseLinks instantiates a new RegistrationVerificationResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegistrationVerificationResponseLinksWithDefaults instantiates a new RegistrationVerificationResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResolveAudiencesOfMultipleRequest instantiates a new ResolveAudiencesOfMultipleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResolveAudiencesOfMultipleRequestItem instantiates a new ResolveAudiencesOfMultipleRequestItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResolveAudiencesOfMultipleRequestItemWithDefaults instantiates a new ResolveAudiencesOfMultipleRequestItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResolveAudiencesOfMultipleRequestWithDefaults instantiates a new ResolveAudiencesOfMultipleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResolveAudiencesOfMultipleResponse instantiates a new ResolveAudiencesOfMultipleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResolveAudiencesOfMultipleResponseItem instantiates a new ResolveAudiencesOfMultipleResponseItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResolveAudiencesOfMultipleResponseItemWithDefaults instantiates a new ResolveAudiencesOfMultipleResponseItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResolveAudiencesOfMultipleResponseWithDefaults instantiates a new ResolveAudiencesOfMultipleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyAudienceStats instantiates a new StudyAudienceStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyAudienceStatsWithDefaults instantiates a new StudyAudienceStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyAux instantiates a new StudyAux object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyAuxWithDefaults instantiates a new StudyAux object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyBase instantiates a new StudyBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyBaseWithDefaults instantiates a new StudyBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyCountryStats instantiates a new StudyCountryStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyCountryStatsWithDefaults instantiates a new StudyCountryStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyCreation instantiates a new StudyCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyCreationData instantiates a new StudyCreationData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyCreationDataWithDefaults instantiates a new StudyCreationData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyCreationWithDefaults instantiates a new StudyCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyFrequencyStats instantiates a new StudyFrequencyStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyFrequencyStatsWithDefaults instantiates a new StudyFrequencyStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyFull instantiates a new StudyFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyFullWithDefaults instantiates a new StudyFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyIngestionStatusFromValue returns a pointer to a valid StudyIngestionStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStudyItem instantiates a new StudyItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyItemWithDefaults instantiates a new StudyItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyLifecycleStageFromValue returns a pointer to a valid StudyLifecycleStage for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewStudyLinks instantiates a new StudyLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyLinksWithDefaults instantiates a new StudyLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyMeta instantiates a new StudyMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyMetaWithDefaults instantiates a new StudyMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyMutation instantiates a new StudyMutation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyMutationWithDefaults instantiates a new StudyMutation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyPermissions instantiates a new StudyPermissions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyPermissionsWithDefaults instantiates a new StudyPermissions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudySummaryStats instantiates a new StudySummaryStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudySummaryStatsWithDefaults instantiates a new StudySummaryStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStudyTimingStats instantiates a new StudyTimingStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStudyTimingStatsWithDefaults instantiates a new StudyTimingStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubscriptionPlanAux instantiates a new SubscriptionPlanAux object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubscriptionPlanAuxWithDefaults instantiates a new SubscriptionPlanAux object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubscriptionPlanBase instantiates a new SubscriptionPlanBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubscriptionPlanBaseWithDefaults instantiates a new SubscriptionPlanBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubscriptionPlanFull instantiates a new SubscriptionPlanFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubscriptionPlanFullWithDefaults instantiates a new SubscriptionPlanFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubscriptionPlanItem instantiates a new SubscriptionPlanItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubscriptionPlanItemWithDefaults instantiates a new SubscriptionPlanItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubscriptionPrice instantiates a new SubscriptionPrice object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubscriptionPriceCurrencyFromValue returns a pointer to a valid SubscriptionPriceCurrency for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSubscriptionPriceIntervalFromValue returns a pointer to a valid SubscriptionPriceInterval for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSubscriptionPriceWithDefaults instantiates a new SubscriptionPrice object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubscriptionProductTypeFromValue returns a pointer to a valid SubscriptionProductType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTimestampedObject instantiates a new TimestampedObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimestampedObject1 instantiates a new TimestampedObject1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimestampedObject1WithDefaults instantiates a new TimestampedObject1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimestampedObjectWithDefaults instantiates a new TimestampedObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserAccountMembership instantiates a new UserAccountMembership object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserAccountMembershipWithDefaults instantiates a new UserAccountMembership object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserAccountRoleFromValue returns a pointer to a valid UserAccountRole for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUserAux instantiates a new UserAux object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserAuxWithDefaults instantiates a new UserAux object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserBase instantiates a new UserBase object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserBaseWithDefaults instantiates a new UserBase object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserCreation instantiates a new UserCreation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserCreationNotification instantiates a new UserCreationNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserCreationNotificationWithDefaults instantiates a new UserCreationNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserCreationWithDefaults instantiates a new UserCreation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserCredentials instantiates a new UserCredentials object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserCredentialsWithDefaults instantiates a new UserCredentials object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserFull instantiates a new UserFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserFullWithDefaults instantiates a new UserFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserItem instantiates a new UserItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserItemWithDefaults instantiates a new UserItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserLinks instantiates a new UserLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserLinksWithDefaults instantiates a new UserLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserMutation instantiates a new UserMutation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserMutationWithDefaults instantiates a new UserMutation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserPlatformRoleFromValue returns a pointer to a valid UserPlatformRole for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUserSortOptionFromValue returns a pointer to a valid UserSortOption for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.

# Constants

List of StudyLifecycleStage.
List of StudyIngestionStatus.
List of StudyIngestionStatus.
List of SubscriptionProductType.
List of UserAccountRole.
List of CompanyType.
List of CompanyType.
List of MeasurementEventSet.
List of SubscriptionPriceInterval.
List of SubscriptionProductType.
List of UserSortOption.
List of UserSortOption.
List of UserPlatformRole.
List of UserPlatformRole.
List of ApiKeyStatus.
List of SubscriptionPriceCurrency.
List of ApiKeyStatus.
List of SubscriptionPriceCurrency.
List of ApiKeyStatus.
List of StudyLifecycleStage.
List of StudyIngestionStatus.
List of StudyIngestionStatus.
List of AudienceResponseStatus.
List of LimitedOrFullFeature.
List of LimitedOrFullFeature.
List of UserSortOption.
List of UserSortOption.
List of SubscriptionPriceInterval.
List of UserSortOption.
List of UserSortOption.
List of StudyIngestionStatus.
List of MeasurementEventSet.
List of CompanyType.
List of UserAccountRole.
List of StudyLifecycleStage.
List of StudyIngestionStatus.
List of StudyLifecycleStage.
List of CompanyType.
List of AudienceResponseStatus.
List of CompanySize.
List of UserPlatformRole.
List of CompanyType.
List of AudienceResponseStatus.
List of SubscriptionPriceCurrency.
List of UserAccountRole.

# Variables

All allowed values of ApiKeyStatus enum.
All allowed values of AudienceResponseStatus enum.
All allowed values of CompanySize enum.
All allowed values of CompanyType enum.
All allowed values of LimitedOrFullFeature enum.
All allowed values of MeasurementEventSet enum.
All allowed values of StudyIngestionStatus enum.
All allowed values of StudyLifecycleStage enum.
All allowed values of SubscriptionPriceCurrency enum.
All allowed values of SubscriptionPriceInterval enum.
All allowed values of SubscriptionProductType enum.
All allowed values of UserAccountRole enum.
All allowed values of UserPlatformRole enum.
All allowed values of UserSortOption enum.
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey 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.
No description provided by the author
No description provided by the author

# Structs

AccessTokenData struct for AccessTokenData.
AccountAux struct for AccountAux.
AccountBase struct for AccountBase.
AccountCreation struct for AccountCreation.
AccountCreationAux struct for AccountCreationAux.
AccountFull struct for AccountFull.
AccountItem struct for AccountItem.
AccountLinks struct for AccountLinks.
AccountMutation struct for AccountMutation.
AccountMutationAux struct for AccountMutationAux.
AccountOwnerCreation struct for AccountOwnerCreation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AccountSubscriptionBase struct for AccountSubscriptionBase.
AccountSubscriptionCreation struct for AccountSubscriptionCreation.
AccountSubscriptionFull struct for AccountSubscriptionFull.
AccountSubscriptionFullAux struct for AccountSubscriptionFullAux.
AccountSubscriptionItem struct for AccountSubscriptionItem.
AccountSubscriptionItemAux struct for AccountSubscriptionItemAux.
AccountSubscriptionPaymentConfiguration Describes the payment configuration of an account subscription.
AccountSubscriptionsSummary Summarizes an account's current subscription(s) and the feature set available.
APIClient manages communication with the Digiseg API API v1.0.0 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
ApiKeyAux struct for ApiKeyAux.
ApiKeyBase struct for ApiKeyBase.
ApiKeyCreation struct for ApiKeyCreation.
ApiKeyFull struct for ApiKeyFull.
ApiKeyFullWithToken struct for ApiKeyFullWithToken.
ApiKeyItem struct for ApiKeyItem.
ApiKeyLinks struct for ApiKeyLinks.
ApiKeyMutation struct for ApiKeyMutation.
ApiKeyToken Contains the generated API key which is only revealed right after generation.
APIResponse stores the API response returned by the server.
Audience An object that represents an audience matched to the request.
AudienceCategoryStats struct for AudienceCategoryStats.
AudienceDataDailyUsage struct for AudienceDataDailyUsage.
AudienceDataMonthlyUsage struct for AudienceDataMonthlyUsage.
AudienceDataRealtimeUsage struct for AudienceDataRealtimeUsage.
AudienceDataUsage struct for AudienceDataUsage.
AudienceExampleInput struct for AudienceExampleInput.
AudienceExampleInputsResponse struct for AudienceExampleInputsResponse.
AudienceResponse struct for AudienceResponse.
No description provided by the author
No description provided by the author
No description provided by the author
AudienceStats struct for AudienceStats.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AuthTokenRequest struct for AuthTokenRequest.
AuthTokenResponse struct for AuthTokenResponse.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BusinessAudienceStats Measurements (overall and per audience) for traffic resolved as business users.
BusinessAudienceStatsAudienceCategories struct for BusinessAudienceStatsAudienceCategories.
CategoryPopulationsFull struct for CategoryPopulationsFull.
Comparison Represents a comparison of measurements with another source.
ComparisonsContainer An object containing comparisons.
Configuration stores the configuration of the API client.
CountryStats struct for CountryStats.
CreateApiKey201Response struct for CreateApiKey201Response.
CreateMeasurementClient201Response struct for CreateMeasurementClient201Response.
CreateStudy201Response struct for CreateStudy201Response.
CreateUserInAccount201Response struct for CreateUserInAccount201Response.
DayOfMonthStats Contains statistics about the day of the month that study activity has been measured.
DayOfWeekStats Contains statistics about the week days that study activity has been measured.
ErrorResponse struct for ErrorResponse.
FrequencyStats struct for FrequencyStats.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GetAccountById200Response struct for GetAccountById200Response.
GetAccountSubscriptionById200Response struct for GetAccountSubscriptionById200Response.
GetAccountSubscriptions200Response struct for GetAccountSubscriptions200Response.
GetApiKeyById200Response struct for GetApiKeyById200Response.
GetPopuplationByKey200Response struct for GetPopuplationByKey200Response.
HourOfDayStats Contains statistics about the time of day that study activity has been measured.
IdentifyableObject struct for IdentifyableObject.
IdentifyableObject1 struct for IdentifyableObject1.
ListApiKeysByAccountId200Response struct for ListApiKeysByAccountId200Response.
ListAudienceDataDailyUsage200Response struct for ListAudienceDataDailyUsage200Response.
ListAudienceDataMonthlyUsage200Response struct for ListAudienceDataMonthlyUsage200Response.
ListAudienceDataRealtimeUsage200Response struct for ListAudienceDataRealtimeUsage200Response.
ListMeasurementClients200Response struct for ListMeasurementClients200Response.
ListMeasurementLabels200Response struct for ListMeasurementLabels200Response.
ListPaginationLinks struct for ListPaginationLinks.
ListPaginationMeta struct for ListPaginationMeta.
ListPaginationMetaPage struct for ListPaginationMetaPage.
ListPopuplations200Response struct for ListPopuplations200Response.
ListStudies200Response struct for ListStudies200Response.
ListSubscriptionPlans200Response struct for ListSubscriptionPlans200Response.
ListUsersByAccountId200Response struct for ListUsersByAccountId200Response.
Measurement Represents a single measurement.
MeasurementClientBase struct for MeasurementClientBase.
MeasurementClientFull struct for MeasurementClientFull.
MeasurementClientItem struct for MeasurementClientItem.
MeasurementClientMutation struct for MeasurementClientMutation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MeasurementEventLink struct for MeasurementEventLink.
MeasurementEventLinkParameterInfo struct for MeasurementEventLinkParameterInfo.
MeasurementEventLinks Links to trigger activity and events in this study.
MeasurementIntegrationPlatform The integration/platform with which a study is being delivered .
No description provided by the author
MeasurementsContainer An object containing measurements.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PasswordlessAuthRequest struct for PasswordlessAuthRequest.
PermissionScopes Defines the scopes of a token or API key.
PlanFeatureSet struct for PlanFeatureSet.
PopulationAudienceCategorySetBusinessSection struct for PopulationAudienceCategorySetBusinessSection.
PopulationAudienceCategorySetPrivateSection struct for PopulationAudienceCategorySetPrivateSection.
PopulationAudienceCategorySetSection struct for PopulationAudienceCategorySetSection.
PopulationFull Describes the audience composition of a population.
PopulationItem struct for PopulationItem.
No description provided by the author
No description provided by the author
PopulationSource Source data for a population.
PopulationSourceBusinessCategorySet struct for PopulationSourceBusinessCategorySet.
PopulationSourceBusinessCategorySetSize struct for PopulationSourceBusinessCategorySetSize.
PopulationSourceBusinessSection struct for PopulationSourceBusinessSection.
PopulationSourceNotResolvedSection struct for PopulationSourceNotResolvedSection.
PopulationSourcePrivateCategorySet struct for PopulationSourcePrivateCategorySet.
PopulationSourcePrivateCategorySetBuildingAge struct for PopulationSourcePrivateCategorySetBuildingAge.
PopulationSourcePrivateCategorySetCars struct for PopulationSourcePrivateCategorySetCars.
PopulationSourcePrivateCategorySetChildren struct for PopulationSourcePrivateCategorySetChildren.
PopulationSourcePrivateCategorySetEducation struct for PopulationSourcePrivateCategorySetEducation.
PopulationSourcePrivateCategorySetHomeOwnership struct for PopulationSourcePrivateCategorySetHomeOwnership.
PopulationSourcePrivateCategorySetHomeType struct for PopulationSourcePrivateCategorySetHomeType.
PopulationSourcePrivateCategorySetIncome struct for PopulationSourcePrivateCategorySetIncome.
PopulationSourcePrivateCategorySetLifecycle struct for PopulationSourcePrivateCategorySetLifecycle.
PopulationSourcePrivateCategorySetLivingSpace struct for PopulationSourcePrivateCategorySetLivingSpace.
PopulationSourcePrivateCategorySetNeighbourhoodType struct for PopulationSourcePrivateCategorySetNeighbourhoodType.
PopulationSourcePrivateCategorySetSavings struct for PopulationSourcePrivateCategorySetSavings.
PopulationSourcePrivateCategorySetTechLevel struct for PopulationSourcePrivateCategorySetTechLevel.
PopulationSourcePrivateSection struct for PopulationSourcePrivateSection.
PostalAddress struct for PostalAddress.
PrivateAudienceStats Measurements (overall and per audience) for traffic resolved as private users.
PrivateAudienceStatsAudienceCategories struct for PrivateAudienceStatsAudienceCategories.
QueryStudyAudienceStats200Response struct for QueryStudyAudienceStats200Response.
QueryStudyCountryStats200Response struct for QueryStudyCountryStats200Response.
QueryStudyFrequencyStats200Response struct for QueryStudyFrequencyStats200Response.
QueryStudyTimingStats200Response struct for QueryStudyTimingStats200Response.
RegistrationByIdResponseData struct for RegistrationByIdResponseData.
RegistrationCreationResponseData struct for RegistrationCreationResponseData.
RegistrationRequest struct for RegistrationRequest.
RegistrationVerificationResponseData struct for RegistrationVerificationResponseData.
RegistrationVerificationResponseLinks struct for RegistrationVerificationResponseLinks.
ResolveAudiencesOfMultipleRequest struct for ResolveAudiencesOfMultipleRequest.
ResolveAudiencesOfMultipleRequestItem struct for ResolveAudiencesOfMultipleRequestItem.
ResolveAudiencesOfMultipleResponse struct for ResolveAudiencesOfMultipleResponse.
ResolveAudiencesOfMultipleResponseItem struct for ResolveAudiencesOfMultipleResponseItem.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StudyAudienceStats struct for StudyAudienceStats.
StudyAux struct for StudyAux.
StudyBase struct for StudyBase.
StudyCountryStats struct for StudyCountryStats.
StudyCreation struct for StudyCreation.
StudyCreationData struct for StudyCreationData.
StudyFrequencyStats struct for StudyFrequencyStats.
StudyFull struct for StudyFull.
StudyItem struct for StudyItem.
StudyLinks struct for StudyLinks.
StudyMeta struct for StudyMeta.
StudyMutation struct for StudyMutation.
StudyPermissions Provides information about the current user's permissions of a study.
StudySummaryStats struct for StudySummaryStats.
StudyTimingStats struct for StudyTimingStats.
SubscriptionPlanAux Defines a subscription plan (a feature set at a given pricing configuration).
SubscriptionPlanBase struct for SubscriptionPlanBase.
SubscriptionPlanFull struct for SubscriptionPlanFull.
SubscriptionPlanItem struct for SubscriptionPlanItem.
SubscriptionPrice struct for SubscriptionPrice.
No description provided by the author
No description provided by the author
No description provided by the author
TimestampedObject struct for TimestampedObject.
TimestampedObject1 struct for TimestampedObject1.
No description provided by the author
No description provided by the author
No description provided by the author
UserAccountMembership Describes a user's membership of an account.
UserAux struct for UserAux.
UserBase struct for UserBase.
UserCreation struct for UserCreation.
UserCreationNotification struct for UserCreationNotification.
UserCredentials struct for UserCredentials.
UserFull struct for UserFull.
UserItem struct for UserItem.
UserLinks struct for UserLinks.
UserMutation struct for UserMutation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

AccountsAPIService AccountsAPI service.
ApiKeyStatus Describes the status of the API key.
AudienceResponseStatus Describes the result of resolving the audiences of an IP address.
AudiencesAPIService AudiencesAPI service.
AuthAPIService AuthAPI service.
CompanySize Describes the size of a company.
CompanyType A type of company that an account can represent.
LimitedOrFullFeature the model 'LimitedOrFullFeature'.
MeasurementClientsAPIService MeasurementClientsAPI service.
MeasurementEventSet The set of events to create for the study.
MeasurementLabelsAPIService MeasurementLabelsAPI service.
PopulationsAPIService PopulationsAPI service.
ServerConfigurations stores multiple ServerConfiguration items.
StudiesAPIService StudiesAPI service.
StudyIngestionStatus The status of the data collection of the study, indicating whether stats are available and representative.
StudyLifecycleStage The life cycle stage of the study.
SubscriptionPriceCurrency Currency code for the price.
SubscriptionPriceInterval the model 'SubscriptionPriceInterval'.
SubscriptionProductType the model 'SubscriptionProductType'.
SubscriptionsAPIService SubscriptionsAPI service.
UsageAPIService UsageAPI service.
UserAccountRole Determines the role of a user within an account.
UserPlatformRole Defines the role of the user in the Digiseg platform.
UsersAPIService UsersAPI service.
UserSortOption the model 'UserSortOption'.