Categorygithub.com/efficap-energie/liveobjects-go
modulepackage
0.0.1
Repository: https://github.com/efficap-energie/liveobjects-go.git
Documentation: pkg.go.dev

# README

Go API client for liveobjects

API description for Live Objects service

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: 2.13.3
  • Package version: 1.0.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 sw "./liveobjects"

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 sw.ContextServerIndex of type int.

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

Templated Server URL

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

ctx := context.WithValue(context.Background(), sw.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 identifield by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

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

Documentation for API Endpoints

All URIs are relative to https://liveobjects.orange-business.com

ClassMethodHTTP requestDescription
AccountingV1ApiGetDailyStatisticsUsingGET2Get /api/v1/accounting/dailyGet daily accounting metrics (Beta).
AccountingV1ApiGetMonthlyStatisticsUsingGET2Get /api/v1/accounting/monthlyGet monthly accounting metrics.
ApiKeysApiCreateApiKeyUsingPOSTPost /api/v0/apiKeysCreate an API key
ApiKeysApiDeleteApiKeyUsingDELETEDelete /api/v0/apiKeys/{apiKeyId}Delete an API key
ApiKeysApiGetApiKeyFromAuthenticationUsingGET3Get /api/v0/apiKeys/current_keygetApiKeyFromAuthentication
ApiKeysApiGetApiKeyUsingGET3Get /api/v0/apiKeys/{apiKeyId}Get an API key
ApiKeysApiGetApiKeysUsingGET3Get /api/v0/apiKeysList API keys
ApiKeysApiSetApiKeyDebugModeUsingPUT3Put /api/v0/apiKeys/{apiKeyId}/debugModeActivate/Deactivate the debug mode on an API key
ApiKeysApiUpdateApiKeyUsingPOST1Post /api/v0/apiKeys/{apiKeyId}Update an API key
AuditLogApiSearchUsingGETGet /api/v0/auditlog/messagesRetrieve messages available in your AuditLog
BusManagementApiCreateUsingPOST3Post /api/v0/topics/fifoCreate a FIFO
BusManagementApiDeleteUsingDELETE20Delete /api/v0/topics/fifo/{fifoName}Delete a FIFO
BusManagementApiFifoPublishUsingPOSTPost /api/v0/topics/fifo/{fifoName}Publish a message into a FIFO
BusManagementApiGetUsingGET19Get /api/v0/topics/fifo/{fifoName}Get a FIFO
BusManagementApiListFifoTopicsUsingGETGet /api/v0/topics/fifoList all FIFOs
CACertificatesApiCreateUsingPOSTPost /api/v0/certificates/caUpload CA certificate
CACertificatesApiDeleteUsingDELETE9Delete /api/v0/certificates/ca/{certificateId}Delete CA certificate
CACertificatesApiListUsingGET11Get /api/v0/certificates/caList CA certificates
CACertificatesApiRetrieveUsingGETGet /api/v0/certificates/ca/{certificateId}Retrieve CA certificate
CampaignManagementApiCancelCampaignUsingPUTPut /api/v0/deviceMgt/campaigns/{campaignId}/cancelCancel a campaign
CampaignManagementApiCreateCampaignUsingPOSTPost /api/v0/deviceMgt/campaignsCreate a campaign
CampaignManagementApiDeleteCampaignUsingDELETEDelete /api/v0/deviceMgt/campaigns/{campaignId}Delete a campaign
CampaignManagementApiGetCampaignDetailsUsingGETGet /api/v0/deviceMgt/campaigns/{campaignId}/targetsGet the campaign status per device
CampaignManagementApiGetCampaignUsingGETGet /api/v0/deviceMgt/campaigns/{campaignId}Get a campaign
CampaignManagementApiListCampaignsUsingGETGet /api/v0/deviceMgt/campaignsList all campaigns
CampaignManagementApiUpdateCampaignUsingPATCHPatch /api/v0/deviceMgt/campaigns/{campaignId}Update a campaign
DataBulkInjectionApiAddDataBulkUsingPOSTPost /api/v0/data/bulkInsert a bulk of new Data
DataManagementCustomPipelinesApiDeleteUsingDELETE11Delete /api/v0/pipelines/{pipelineId}Delete a DataMessage pipeline
DataManagementCustomPipelinesApiGetUsingGET12Get /api/v0/pipelines/{pipelineId}Retrieve a DataMessage pipeline
DataManagementCustomPipelinesApiListUsingGET13Get /api/v0/pipelinesRetrieve the list of DataMessage pipelines, ordered by priorityLevel
DataManagementCustomPipelinesApiPostUsingPOST12Post /api/v0/pipelinesCreate a DataMessage pipeline
DataManagementCustomPipelinesApiUpdateUsingPUT6Put /api/v0/pipelines/{pipelineId}Update a DataMessage pipeline
DataManagementDataSearchApiDslQueryHitsOnlyUsingPOSTPost /api/v0/data/search/hitsQuery an Elasticsearch Domain Specific Language request and get only hits result
DataManagementDataSearchApiDslQueryUsingPOSTPost /api/v0/data/searchQuery an Elasticsearch Domain Specific Language request
DataManagementDataStoreApiAddDataMessageUsingPOSTPost /api/v0/data/streams/{streamId}Insert a new Data into the stream
DataManagementDataStoreApiRetrieveDataUsingGETGet /api/v0/data/streams/{streamId}Retrieve data from the streamId
DecodersApiListUsingGET22Get /api/v0/decodersRetrieve the list of all decoders (binary, csv, js)
DecodersBinaryApiActivateUsingPUT8Put /api/v0/decoders/binary/{decoderId}/enabledActivate or deactivate a decoder
DecodersBinaryApiDeleteUsingDELETE8Delete /api/v0/decoders/binary/{decoderId}Delete a binary decoder
DecodersBinaryApiGetUsingGET10Get /api/v0/decoders/binary/{decoderId}Retrieve a binary decoder
DecodersBinaryApiListUsingGET10Get /api/v0/decoders/binaryRetrieve the list of binary decoders
DecodersBinaryApiPostUsingPOST10Post /api/v0/decoders/binaryCreate a binary decoder
DecodersBinaryApiPutUsingPUT2Put /api/v0/decoders/binary/{decoderId}Update a binary decoder
DecodersBinaryApiTestUsingPOST2Post /api/v0/decoders/binary/testTest a binary decoder format with an encoded payload
DecodersCSVApiActivateUsingPUT9Put /api/v0/decoders/csv/{decoderId}/enabledActivate or deactivate a decoder
DecodersCSVApiDeleteUsingDELETE10Delete /api/v0/decoders/csv/{decoderId}Delete a csv decoder
DecodersCSVApiGetUsingGET11Get /api/v0/decoders/csv/{decoderId}Retrieve a csv decoder
DecodersCSVApiListUsingGET12Get /api/v0/decoders/csvRetrieve the list of csv decoders filtered by tags
DecodersCSVApiPostUsingPOST11Post /api/v0/decoders/csvCreate a csv decoder
DecodersCSVApiPutUsingPUT3Put /api/v0/decoders/csv/{decoderId}Update a csv decoder
DecodersCSVApiTestUsingPOST3Post /api/v0/decoders/csv/testTest a csv decoder format with an encoded payload
DecodersPublicApiListUsingGET23Get /api/v0/decoders/publicRetrieve the list of all public decoders (binary, csv, js)
DeprecatedBusManagementRouterApiAddBindingUsingPOSTPost /api/v0/bindingsAdd a binding for a FIFO queue
DeprecatedBusManagementRouterApiDeleteBindingUsingDELETEDelete /api/v0/bindings/{routingKeyFilter}/{fifoName}Delete a binding
DeprecatedBusManagementRouterApiListBindingsUsingGETGet /api/v0/bindingsList registered bindings
DeprecatedDeviceManagementCommandV0UseDeviceManagementCommandsV1InsteadApiAddCommandUsingPOSTPost /api/v0/assets/{assetNamespace}/{assetId}/commandsRegister a new command
DeprecatedDeviceManagementCommandV0UseDeviceManagementCommandsV1InsteadApiDeleteCommandUsingDELETEDelete /api/v0/commands/{commandId}Delete a specific command
DeprecatedDeviceManagementCommandV0UseDeviceManagementCommandsV1InsteadApiGetAssetCommandsUsingGETGet /api/v0/assets/{assetNamespace}/{assetId}/commandsGet a list of commands targeting a specific asset
DeprecatedDeviceManagementCommandV0UseDeviceManagementCommandsV1InsteadApiGetCommandStatusUsingGETGet /api/v0/commands/{commandId}/statusGet the status of a specific command
DeprecatedDeviceManagementCommandV0UseDeviceManagementCommandsV1InsteadApiGetCommandUsingGETGet /api/v0/commands/{commandId}Get a specific command
DeprecatedDeviceManagementCommandV0UseDeviceManagementCommandsV1InsteadApiListCommandsUsingGETGet /api/v0/commandsList registered commands
DeprecatedDeviceManagementCommandV0UseDeviceManagementCommandsV1InsteadApiSetCommandStatusUsingPUTPut /api/v0/commands/{commandId}/statusUpdate the status of specific command
DeprecatedDeviceManagementDevicesFirmwaresApiGetDeviceFirmwareUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/firmwares/{firmwareId}Get a specific device firmware (use /api/v1/deviceMgt/devices/{deviceId}/resources/{resourceId} instead)
DeprecatedDeviceManagementDevicesFirmwaresApiGetDeviceResourceUpdatesUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/firmwareUpdatesGet a list of device firmware updates (use /api/v1/deviceMgt/devices/{deviceId}/resources/updates
DeprecatedDeviceManagementDevicesFirmwaresApiGetLastResourceUpdateUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/firmwares/{firmwareId}/lastUpdateGet info about last update of this device firmware (use /api/v1/deviceMgt/devices/{deviceId}/resources/{resourceId}/updates/latest instead)
DeprecatedDeviceManagementDevicesFirmwaresApiListDeviceResourcesUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/firmwaresGet a map of all device firmwares (use /api/v1/deviceMgt/devices/{deviceId}/resources instead)
DeprecatedDeviceManagementDevicesFirmwaresApiSetDeviceResourceVersionUsingPOSTPost /api/v1/deviceMgt/devices/{deviceId}/firmwares/{firmwareId}Set device firmware versions (use /api/v1/deviceMgt/devices/{deviceId}/resources/{resourceId} instead)
DeprecatedDeviceManagementInventoryV0UseDeviceManagementInventoryV1InsteadApiCreateAssetUsingPOSTPost /api/v0/assetsCreate a device
DeprecatedDeviceManagementInventoryV0UseDeviceManagementInventoryV1InsteadApiDeleteDeviceStatusUsingDELETEDelete /api/v0/assets/{assetNamespace}/{assetId}Delete a device
DeprecatedDeviceManagementInventoryV0UseDeviceManagementInventoryV1InsteadApiGetAssetStatusUsingGETGet /api/v0/assets/{assetNamespace}/{assetId}Get a device status
DeprecatedDeviceManagementInventoryV0UseDeviceManagementInventoryV1InsteadApiListAssetNamespacesUsingGETGet /api/v0/inventory/namespacesEnumerates the used asset namespaces
DeprecatedDeviceManagementInventoryV0UseDeviceManagementInventoryV1InsteadApiListAssetsUsingGETGet /api/v0/assetsList registered assets status
DeprecatedDeviceManagementInventoryV0UseDeviceManagementInventoryV1InsteadApiUpdateAssetUsingPUTPut /api/v0/assets/{assetNamespace}/{assetId}Update a device
DeprecatedDeviceManagementParameterV0UseDeviceManagementConfigurationV1InsteadApiGetAssetParamUsingGETGet /api/v0/assets/{assetNamespace}/{assetId}/params/{paramKey}Get a specific asset parameter
DeprecatedDeviceManagementParameterV0UseDeviceManagementConfigurationV1InsteadApiGetAssetParamsUsingGETGet /api/v0/assets/{assetNamespace}/{assetId}/paramsGet a specific asset list of parameters
DeprecatedDeviceManagementParameterV0UseDeviceManagementConfigurationV1InsteadApiSetAssetParamsUsingPOSTPost /api/v0/assets/{assetNamespace}/{assetId}/paramsUpdate a specific asset list of parameters
DeprecatedDeviceManagementParameterV0UseDeviceManagementConfigurationV1InsteadApiSetDeviceParamUpdateStatusUsingPUTPut /api/v0/assets/{assetNamespace}/{assetId}/params/{paramKey}/statusUpdate the status of a specific asset parameter update
DeprecatedDeviceManagementParameterV0UseDeviceManagementConfigurationV1InsteadApiSetDeviceParamsUpdateStatusUsingPUTPut /api/v0/assets/{assetNamespace}/{assetId}/params/statusUpdate the status of a specific asset parameters update
DeprecatedDeviceManagementResourceV0UseDeviceManagementResourceV1InsteadApiCancelResourceUpdateUsingPOSTPost /api/v0/rm/asset/{assetIdNamespace}/{assetId}/cancelUpdateCancel asset resource update
DeprecatedDeviceManagementResourceV0UseDeviceManagementResourceV1InsteadApiGetAllAssetResourcesUsingGETGet /api/v0/rm/asset/{assetIdNamespace}/{assetId}List the asset's resources (use /api/v1/deviceMgt/devices/{deviceId}/resources instead)
DeprecatedDeviceManagementResourceV0UseDeviceManagementResourceV1InsteadApiGetLastUpdateUsingGETGet /api/v0/rm/asset/{assetIdNamespace}/{assetId}/updateGet the asset's resources update status (use /api/v1/deviceMgt/devices/{deviceId}/firmwares/{firmwareId}/lastUpdate instead)
DeprecatedDeviceManagementResourceV0UseDeviceManagementResourceV1InsteadApiGetUpdateHistoryUsingGETGet /api/v0/rm/asset/{assetIdNamespace}/{assetId}/update/historyGet the asset's resources update history (use /api/v1/deviceMgt/devices/{deviceId}/firmwareUpdates instead)
DeprecatedDeviceManagementResourceV0UseDeviceManagementResourceV1InsteadApiSetAssetTargetResourceVersionUsingPUTPut /api/v0/rm/asset/{assetIdNamespace}/{assetId}/resource/{resourceId}/targetversionSet asset's target resource version (use /api/v1/deviceMgt/devices/{deviceId}/resources/{resourceId} instead)
DeprecatedGroupManagementV0UseDeviceManagementGroupsV1InsteadApiCreateGroupUsingPOSTPost /api/v0/groupsCreate a group
DeprecatedGroupManagementV0UseDeviceManagementGroupsV1InsteadApiDeleteGroupUsingDELETEDelete /api/v0/groups/{groupId}Delete a group
DeprecatedGroupManagementV0UseDeviceManagementGroupsV1InsteadApiGetGroupUsingGETGet /api/v0/groups/{groupId}Get a group
DeprecatedGroupManagementV0UseDeviceManagementGroupsV1InsteadApiListGroupsUsingGETGet /api/v0/groupsList registered groups
DeprecatedGroupManagementV0UseDeviceManagementGroupsV1InsteadApiUpdateGroupUsingPUTPut /api/v0/groups/{groupId}Update a group
DeprecatedRouterTopicManagementApiPublishUsingPOSTPost /api/v0/topics/router/{routingKey}Publishing a message into a ROUTER topic
DeprecatedSMSConnectorApiSendSMSUsingPOSTPost /api/v0/sms-connector/smssend SMS by SMS Connector for a list of MSISDN
DeprecatedSMSConnectorBusinessSettingsUseDeviceManagementConnectorNodesV1InsteadApiCreateBusinessSettingsUsingPOSTPost /api/v0/sms-connector/settings/businessCreate a new business settings of SMS Connector (use Device management - Interfaces - V1 instead)
DeprecatedSMSConnectorBusinessSettingsUseDeviceManagementConnectorNodesV1InsteadApiDeleteBusinessSettingsByMsiSDNUsingDELETEDelete /api/v0/sms-connector/settings/business/msisdnDelete msisdn in business settings of SMS Connector
DeprecatedSMSConnectorBusinessSettingsUseDeviceManagementConnectorNodesV1InsteadApiDeleteBusinessSettingsForOneMsiSDNUsingDELETEDelete /api/v0/sms-connector/settings/business/{serverPhoneNumber}/msisdn/{msisdnNumber}Delete one msisdn in business settings of SMS Connector
DeprecatedSMSConnectorBusinessSettingsUseDeviceManagementConnectorNodesV1InsteadApiGetBusinessSettingsUsingGETGet /api/v0/sms-connector/settings/businessGet a business settings of SMS Connector
DeprecatedSMSConnectorBusinessSettingsUseDeviceManagementConnectorNodesV1InsteadApiListMsisdnUsingGETGet /api/v0/sms-connector/settings/business/msisdnList msisdn of business settings of SMS Connector
DeprecatedSMSConnectorBusinessSettingsUseDeviceManagementConnectorNodesV1InsteadApiListSettingsUsingGETGet /api/v0/sms-connector/settingsList all the business settings of the SMSConnector for a tenant
DeprecatedSMSConnectorBusinessSettingsUseDeviceManagementConnectorNodesV1InsteadApiUpdateBusinessSettingsUsingPOSTPost /api/v0/sms-connector/settings/business/{serverPhoneNumber}Update business settings of the SMSConnector
DeprecatedStatisticsUseAccountingV1AccountingInsteadApiGetTenantStatisticsUsingGET3Get /api/v0/statistics/tenant/{tenantId}Get tenant statistics for a specific tenant and a range of dates
DeprecatedTriggersAndActionsApiCreateUsingPOST1Post /api/v0/event2action/actionPoliciesCreate an ActionPolicy
DeprecatedTriggersAndActionsApiDeleteUsingDELETE12Delete /api/v0/event2action/actionPolicies/{policyId}Delete an ActionPolicy
DeprecatedTriggersAndActionsApiListUsingGET14Get /api/v0/event2action/actionPoliciesList ActionPolicies
DeprecatedTriggersAndActionsApiRetrieveUsingGET1Get /api/v0/event2action/actionPolicies/{policyId}Retrieve an ActionPolicy
DeprecatedTriggersAndActionsApiUpsertUsingPUTPut /api/v0/event2action/actionPolicies/{policyId}Create or update an ActionPolicy
DeprecatedTriggersAndActionsTestApiTestHttpPushUsingPOSTPost /api/v0/event2action/test/http-pushPost an http request for testing a webhook
DeviceManagementCommandsV1ApiAddCommandUsingPOST1Post /api/v1/deviceMgt/devices/{deviceId}/commandsRegister a new command
DeviceManagementCommandsV1ApiDeleteCommandUsingDELETE1Delete /api/v1/deviceMgt/commands/{commandId}Delete a specific command
DeviceManagementCommandsV1ApiGetAssetCommandsUsingGET1Get /api/v1/deviceMgt/devices/{deviceId}/commandsList commands targeting a specific device
DeviceManagementCommandsV1ApiGetCommandStatusUsingGET1Get /api/v1/deviceMgt/commands/{commandId}/statusGet the status of a specific command
DeviceManagementCommandsV1ApiGetCommandUsingGET1Get /api/v1/deviceMgt/commands/{commandId}Get a specific command
DeviceManagementCommandsV1ApiSetCommandStatusUsingPUT1Put /api/v1/deviceMgt/commands/{commandId}/statusUpdate the status of specific command
DeviceManagementConfigurationV1ApiGetDeviceConfigParameterUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/config/parameters/{paramKey}Get state of a specific device configuration parameter
DeviceManagementConfigurationV1ApiGetDeviceConfigParametersUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/config/parametersGet a description of the device configuration parameters
DeviceManagementConfigurationV1ApiGetDeviceConfigurationUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/configGet a description of the device configuration
DeviceManagementConfigurationV1ApiSetDeviceParamUpdateStatusUsingPUT1Put /api/v1/deviceMgt/devices/{deviceId}/config/parameters/{paramKey}/statusUpdate the status of a specific device parameter
DeviceManagementConfigurationV1ApiSetMultipleDeviceConfigParamsUsingPOSTPost /api/v1/deviceMgt/devices/{deviceId}/configSet requested values for a set of device configuration parameters
DeviceManagementConnectorNodesV1ApiDeleteNodeUsingDELETEDelete /api/v1/deviceMgt/connectors/{connector}/nodes/{nodeId}Delete a connector node
DeviceManagementConnectorNodesV1ApiGetNodeUsingGETGet /api/v1/deviceMgt/connectors/{connector}/nodes/{nodeId}Get details of connector node
DeviceManagementConnectorNodesV1ApiListNodesUsingGETGet /api/v1/deviceMgt/connectors/{connector}/nodesList all connector nodes
DeviceManagementConnectorNodesV1ApiUpdateNodeUsingPATCHPatch /api/v1/deviceMgt/connectors/{connector}/nodes/{nodeId}Update a connector node
DeviceManagementForCOAPLWM2MBetaApiGetDeviceUsingGET4Get /api/v0/vendors/lwm2m/identity/{ep}Find a device
DeviceManagementForCOAPLWM2MBetaApiListDevicesUsingGET4Get /api/v0/vendors/lwm2m/identitiesList lwm2m devices
DeviceManagementForCOAPLWM2MBetaApiRegisterDeviceUsingPOST1Post /api/v0/vendors/lwm2m/identitiesRegister LWM2M/DTLS identity
DeviceManagementForCOAPLWM2MBetaApiUnregisterDeviceUsingDELETE1Delete /api/v0/vendors/lwm2m/identity/{ep}Unregister a device
DeviceManagementForCOAPLWM2MBetaApiUpdateDeviceUsingPUTPut /api/v0/vendors/lwm2m/identity/{ep}Update a device
DeviceManagementForLoRaApiCountDevicesUsingGET2Get /api/v0/vendors/lora/devices/countDevice counts
DeviceManagementForLoRaApiGetDeviceProfilesUsingGETGet /api/v1/deviceMgt/connectors/lora/profilesGet LoRa device profiles
DeviceManagementForLoRaApiGetDeviceProfilesUsingGET1Get /api/v0/vendors/lora/profilesGet LoRa device profiles (use /api/v1/deviceMgt/connectors/lora/profiles instead)
DeviceManagementForLoRaApiGetDeviceUsingGET3Get /api/v0/vendors/lora/devices/{devEUI}Get a device (use Device management - Connector nodes - V1 instead)
DeviceManagementForLoRaApiGetGatewayUsingGETGet /api/v1/deviceMgt/connectors/lora/gateways/{id}Get a gateway
DeviceManagementForLoRaApiGetMessageCountUsingGETGet /api/v0/vendors/lora/data/countList of message counts group by period
DeviceManagementForLoRaApiListCommandUsingGETGet /api/v1/deviceMgt/connectors/lora/nodes/{devEUI}/downlinksList commands
DeviceManagementForLoRaApiListCommandUsingGET1Get /api/v0/vendors/lora/devices/{devEUI}/commandsList commands (use /api/v1/deviceMgt/connectors/lora/nodes/{devEUI}/downlinks instead)
DeviceManagementForLoRaApiListConnectivityPlanUsingGETGet /api/v1/deviceMgt/connectors/lora/connectivityList connectivity plan
DeviceManagementForLoRaApiListConnectivityPlansUsingGETGet /api/v1/deviceMgt/connectors/lora/connectivitiesList connectivity plans
DeviceManagementForLoRaApiListDevicesUsingGET3Get /api/v0/vendors/lora/devicesList LoRa devices (use Device management - Connector nodes - V1 instead)
DeviceManagementForLoRaApiListGatewaysUsingGETGet /api/v1/deviceMgt/connectors/lora/gatewaysList gateways
DeviceManagementForLoRaApiRegisterCommandUsingPOSTPost /api/v1/deviceMgt/connectors/lora/nodes/{devEUI}/downlinksRegister a command
DeviceManagementForLoRaApiRegisterCommandUsingPOST1Post /api/v0/vendors/lora/devices/{devEUI}/commandsRegister a command (use /api/v1/deviceMgt/connectors/lora/nodes/{devEUI}/downlinks instead)
DeviceManagementForLoRaApiRegisterDeviceUsingPOSTPost /api/v0/vendors/lora/devicesRegister a LoRa device (use Device management - Interfaces - V1 instead)
DeviceManagementForLoRaApiUnregisterDeviceUsingDELETEDelete /api/v0/vendors/lora/devices/{devEUI}Unregister a device (use Device management - Connector nodes - V1 instead)
DeviceManagementForLoRaApiUpdateDeviceUsingPATCH1Patch /api/v0/vendors/lora/devices/{devEUI}Update a device (use Device management - Connector nodes - V1 instead)
DeviceManagementForLoRaApiUpdateGatewayUsingPATCHPatch /api/v1/deviceMgt/connectors/lora/gateways/{id}Update a gateway.
DeviceManagementGroupsV1ApiCreateGroupUsingPOST1Post /api/v1/deviceMgt/groupsCreate a group
DeviceManagementGroupsV1ApiDeleteGroupUsingDELETE1Delete /api/v1/deviceMgt/groups/{id}Delete a group
DeviceManagementGroupsV1ApiGetGroupUsingGET1Get /api/v1/deviceMgt/groups/{id}Get a group
DeviceManagementGroupsV1ApiListGroupsUsingGET1Get /api/v1/deviceMgt/groupsList registered groups
DeviceManagementGroupsV1ApiUpdateGroupUsingPUT1Put /api/v1/deviceMgt/groups/{id}Update a group
DeviceManagementInterfacesV1ApiAddInterfaceToDeviceUsingPOSTPost /api/v1/deviceMgt/devices/{deviceId}/interfacesAdd an interface to a registered device
DeviceManagementInterfacesV1ApiDeleteInterfaceUsingDELETEDelete /api/v1/deviceMgt/devices/{deviceId}/interfaces/{interfaceId}Delete an interface
DeviceManagementInterfacesV1ApiGetInterfaceForADeviceUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/interfaces/{interfaceId}Get a specific interface for a registered device
DeviceManagementInterfacesV1ApiListInterfacesForADeviceUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/interfacesGet the interface list for a registered device
DeviceManagementInterfacesV1ApiUpdateInterfaceUsingPATCHPatch /api/v1/deviceMgt/devices/{deviceId}/interfaces/{interfaceId}Update an interface
DeviceManagementInventoryV1ApiCreateDeviceUsingPOSTPost /api/v1/deviceMgt/devicesCreate a device
DeviceManagementInventoryV1ApiDeleteDeviceUsingDELETEDelete /api/v1/deviceMgt/devices/{deviceId}Delete a device
DeviceManagementInventoryV1ApiGetDeviceStreamsUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/data/streamsGet a device's streamIds
DeviceManagementInventoryV1ApiGetDeviceUsingGET2Get /api/v1/deviceMgt/devices/{deviceId}Get a device
DeviceManagementInventoryV1ApiListDevicesUsingGET2Get /api/v1/deviceMgt/devicesList registered devices
DeviceManagementInventoryV1ApiUpdateDeviceUsingPATCHPatch /api/v1/deviceMgt/devices/{deviceId}Update a device
DeviceManagementResourcesManagementApiAddResourceUsingPOSTPost /api/v0/rmAdd a resource in Resource Manager
DeviceManagementResourcesManagementApiAddResourceVersionUsingPOSTPost /api/v0/rm/{resourceId}/versionAdd a new version to a resource
DeviceManagementResourcesManagementApiDeleteResourceUsingDELETEDelete /api/v0/rm/{resourceId}Delete a resource
DeviceManagementResourcesManagementApiDeleteResourceVersionUsingDELETEDelete /api/v0/rm/{resourceId}/version/{resourceVersionId}Delete a resource's version
DeviceManagementResourcesManagementApiGetAllConnectorsUsingGETGet /api/v0/rm/connectorsGet all available connectors
DeviceManagementResourcesManagementApiGetConnectorMandatoryAndOptionalMetadataUsingGETGet /api/v0/rm/connectors/{connector}/metadataGet mandatory and optional metadata of a connector
DeviceManagementResourcesManagementApiGetResourceCompatibleVersionsUsingGETGet /api/v0/rm/{resourceId}/compatibleVersion/{currentVersion}List the versions from which a resource update to the version can be done
DeviceManagementResourcesManagementApiGetResourceUsingGETGet /api/v0/rm/{resourceId}Get a resource
DeviceManagementResourcesManagementApiGetResourceVersionUsingGETGet /api/v0/rm/{resourceId}/version/{resourceVersionId}Get a resource's version
DeviceManagementResourcesManagementApiGetResourceVersionsUsingGETGet /api/v0/rm/{resourceId}/versionList resource's versions
DeviceManagementResourcesManagementApiGetResourcesUsingGETGet /api/v0/rmList all resources
DeviceManagementResourcesManagementApiUpdateResourceUsingPUTPut /api/v0/rm/{resourceId}Update a resource
DeviceManagementResourcesManagementApiUpdateResourceVersionUsingPUTPut /api/v0/rm/{resourceId}/version/{resourceVersionId}Update a resource's version
DeviceManagementResourcesV1ApiGetDeviceResourceUpdatesUsingGET1Get /api/v1/deviceMgt/devices/{deviceId}/resources/updatesGet a list of device resource updates
DeviceManagementResourcesV1ApiGetDeviceResourceUsingGETGet /api/v1/deviceMgt/devices/{deviceId}/resources/{resourceId}Get a specific device resource
DeviceManagementResourcesV1ApiGetLastResourceUpdateUsingGET1Get /api/v1/deviceMgt/devices/{deviceId}/resources/{resourceId}/updates/latestGet info about last update of this device resource
DeviceManagementResourcesV1ApiListDeviceResourcesUsingGET1Get /api/v1/deviceMgt/devices/{deviceId}/resourcesGet a map of all device resources
DeviceManagementResourcesV1ApiSetDeviceResourceVersionUsingPOST1Post /api/v1/deviceMgt/devices/{deviceId}/resources/{resourceId}Set device resource versions
EventProcessingActivityApiDeleteUsingDELETE14Delete /api/v0/eventprocessing/activity/rules/{activityRuleId}Delete an ActivityRule
EventProcessingActivityApiGetStatesUsingGETGet /api/v0/eventprocessing/activity/statesRetrieve the list of all the ActivityStates linked to a specific device and/or rule
EventProcessingActivityApiGetUsingGET13Get /api/v0/eventprocessing/activity/rules/{activityRuleId}Retrieve an ActivityRule
EventProcessingActivityApiListUsingGET16Get /api/v0/eventprocessing/activity/rulesRetrieve the list of all the ActivityRules or get an ActivityRule by its name
EventProcessingActivityApiMuteUsingPUTPut /api/v0/eventprocessing/activity/states/muteMute or reset nextAlarm of ActivityStates targeted by a specific deviceId/activityRuleId
EventProcessingActivityApiPostUsingPOST13Post /api/v0/eventprocessing/activity/rulesCreate an ActivityRule
EventProcessingActivityApiUpdateUsingPUT7Put /api/v0/eventprocessing/activity/rules/{activityRuleId}Update an ActivityRule
EventProcessingContextApiClearUsingDELETEDelete /api/v0/eventprocessing/contextDelete all context entries
EventProcessingContextApiDeleteUsingDELETE15Delete /api/v0/eventprocessing/context/{contextKey}Delete a context key
EventProcessingContextApiGetUsingGET14Get /api/v0/eventprocessing/context/{contextKey}Retrieve a context
EventProcessingContextApiListUsingGET17Get /api/v0/eventprocessing/contextRetrieve the list of contexts with optional tag filtering
EventProcessingContextApiSaveUsingPUTPut /api/v0/eventprocessing/context/{contextKey}Save a context
EventProcessingFiringApiDeleteUsingDELETE16Delete /api/v0/eventprocessing/firing-rule/{firingRuleId}Delete a FiringRule
EventProcessingFiringApiGetFiringGuardUsingGETGet /api/v0/eventprocessing/firing-guard/{firingGuardId}Get a FiringGuard
EventProcessingFiringApiGetFiringGuardsUsingPOSTPost /api/v0/eventprocessing/firing-guard/searchGet FiringGuards linked to a FiringRule, and where FiringGuards selection criteria match.
EventProcessingFiringApiGetUsingGET15Get /api/v0/eventprocessing/firing-rule/{firingRuleId}Retrieve a FiringRule
EventProcessingFiringApiListUsingGET18Get /api/v0/eventprocessing/firing-ruleRetrieve the list of all the FiringRules or get a FiringRule by its name
EventProcessingFiringApiPostUsingPOST14Post /api/v0/eventprocessing/firing-ruleCreate a FiringRule
EventProcessingFiringApiRemoveFiringGuardUsingDELETEDelete /api/v0/eventprocessing/firing-guard/{firingGuardId}Remove a FiringGuard
EventProcessingFiringApiRemoveFiringGuardsUsingDELETEDelete /api/v0/eventprocessing/firing-guardRemove the FiringGuards linked to FiringRule, and where FiringGuards selection criteria match.
EventProcessingFiringApiUpdateUsingPUT8Put /api/v0/eventprocessing/firing-rule/{firingRuleId}Update a FiringRule
EventProcessingGeozoneApiDeleteUsingDELETE17Delete /api/v0/eventprocessing/geozones/{zoneId}delete a geographic zone
EventProcessingGeozoneApiGetUsingGET16Get /api/v0/eventprocessing/geozones/{zoneId}retrieve a geozone from repository
EventProcessingGeozoneApiListUsingGET19Get /api/v0/eventprocessing/geozonesretrieve paginated list of geozones
EventProcessingGeozoneApiSaveUsingPUT1Put /api/v0/eventprocessing/geozones/{zoneId}Save a geographic zone
EventProcessingMatchingApiDeleteUsingDELETE18Delete /api/v0/eventprocessing/matching-rule/{matchingRuleId}Delete a MatchingRule
EventProcessingMatchingApiGetUsingGET17Get /api/v0/eventprocessing/matching-rule/{matchingRuleId}Retrieve a MatchingRule
EventProcessingMatchingApiListUsingGET20Get /api/v0/eventprocessing/matching-ruleRetrieve the list of all the MatchingRules or get a MatchingRule by its name
EventProcessingMatchingApiPostUsingPOST15Post /api/v0/eventprocessing/matching-ruleCreate a MatchingRule
EventProcessingMatchingApiTestUsingPOST4Post /api/v0/eventprocessing/matching-rule/testTest a JsonLogic predicate with some data sample
EventProcessingMatchingApiUpdateUsingPUT9Put /api/v0/eventprocessing/matching-rule/{matchingRuleId}Update a MatchingRule
EventProcessingStateProcessingApiDeleteUsingDELETE19Delete /api/v0/eventprocessing/stateprocessing-rule/{stateProcessingRuleId}Delete a StateProcessingRule
EventProcessingStateProcessingApiGetUsingGET18Get /api/v0/eventprocessing/stateprocessing-rule/{stateProcessingRuleId}Retrieve a StateProcessingRule
EventProcessingStateProcessingApiListUsingGET21Get /api/v0/eventprocessing/stateprocessing-ruleRetrieve the list of all the StateProcessingRules or get a StateProcessingRule by its name
EventProcessingStateProcessingApiPostUsingPOST16Post /api/v0/eventprocessing/stateprocessing-ruleCreate a StateProcessingRule
EventProcessingStateProcessingApiTestUsingPOST5Post /api/v0/eventprocessing/stateprocessing-rule/testtest a State Processing function
EventProcessingStateProcessingApiUpdateUsingPUT10Put /api/v0/eventprocessing/stateprocessing-rule/{stateProcessingRuleId}Update a StateProcessingRule
NotificationApiSendMessageUsingPOSTPost /api/v0/contactAPI to send message
PartnerDataPushApiDataPushUsingPOSTPost /api/v0/partners/data/streamsPush data
PartnersManagementApiAddOptionToTenantUsingPOSTPost /api/v0/partners/tenants/{tenantId}/optionsSubscribe an option for a partner's tenant
PartnersManagementApiCreateTenantByPartnerUsingPOSTPost /api/v0/partners/tenantsCreate a partner's tenant
PartnersTokensManagementApiCreatePartnerTokenUsingPOSTPost /api/v0/oauth2/tokenRequest a new Token
TenantAccountsApiGetMyTenantUsingGETGet /api/v0/tenants/meGet details of your account
TriggersAndActionsApiCreateUsingPOST2Post /api/v1/event2action/actionPoliciesCreate an ActionPolicy
TriggersAndActionsApiDeleteUsingDELETE13Delete /api/v1/event2action/actionPolicies/{policyId}Delete an ActionPolicy
TriggersAndActionsApiListUsingGET15Get /api/v1/event2action/actionPoliciesList ActionPolicies
TriggersAndActionsApiRetrieveUsingGET2Get /api/v1/event2action/actionPolicies/{policyId}Retrieve an ActionPolicy
TriggersAndActionsApiUpsertUsingPUT1Put /api/v1/event2action/actionPolicies/{policyId}Create or update an ActionPolicy
TriggersAndActionsTestApiTestHttpPushUsingPOST1Post /api/v1/event2action/test/http-pushPost an http request for testing a webhook
UserAuthenticationApiAuthenticateUserUsingPOSTPost /api/v0/authAuthenticate a user
UserAuthenticationApiCookiesDeleteUsingDELETEDelete /api/v0/cookiescookiesDelete
UserAuthenticationApiGetTenantIdUsingGETGet /api/v0/whoamiGet your tenant id
UserAuthenticationApiLogoutUsingPOSTPost /api/v0/logoutLog out of the current session
UserAuthenticationApiResetUserPasswordUsingPOSTPost /api/v0/resetpwdReset user's password
UserAuthenticationApiUpdateUserEmailWithTokenUsingPOSTPost /api/v0/updateEmailUpdate user's email
UserAuthenticationApiUpdateUserPasswordWithTokenUsingPOSTPost /api/v0/setpwdUpdate user's password
UsersManagementApiActivateUserUsingPOST3Post /api/v0/users/activateUserActivate a user in a tenant account
UsersManagementApiCreateUserAccountUsingPOST3Post /api/v0/usersCreate a user
UsersManagementApiDeleteUserUsingDELETE3Delete /api/v0/users/{userId}Delete a user in a tenant account
UsersManagementApiGetCurrentUserUsingGETGet /api/v0/users/meGet a "myself" user data of Tenant
UsersManagementApiGetUserPortalDataUsingGETGet /api/v0/users/me/portaldataGet the portal data of me
UsersManagementApiGetUserUsingGET3Get /api/v0/users/{userId}Get details of a user in a tenant account
UsersManagementApiListUsersUsingGET1Get /api/v0/usersList all users in a tenant account
UsersManagementApiUpdateUserPasswordUsingPOSTPost /api/v0/users/{userId}/passwordUpdate user password
UsersManagementApiUpdateUserPasswordWithTokenWithoutCaptchaUsingPOSTPost /api/v0/users/activateTrialUpdate user password with a token
UsersManagementApiUpdateUserPortalDataUsingPUTPut /api/v0/users/me/portaldataUpdate the portal data of me
UsersManagementApiUpdateUserUsingPOST1Post /api/v0/users/{userId}Update a user

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

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.
NewActionPolicy instantiates a new ActionPolicy 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.
NewActionPolicyV0 instantiates a new ActionPolicyV0 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.
NewActionPolicyV0WithDefaults instantiates a new ActionPolicyV0 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.
NewActionPolicyWithDefaults instantiates a new ActionPolicy 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.
NewActions instantiates a new Actions 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.
NewActionsWithDefaults instantiates a new Actions 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.
NewActionTriggers instantiates a new ActionTriggers 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.
NewActionTriggersV0 instantiates a new ActionTriggersV0 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.
NewActionTriggersV0WithDefaults instantiates a new ActionTriggersV0 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.
NewActionTriggersWithDefaults instantiates a new ActionTriggers 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.
NewActivityRule instantiates a new ActivityRule 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.
NewActivityRuleWithDefaults instantiates a new ActivityRule 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.
NewActivityState instantiates a new ActivityState 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.
NewActivityStateMuteRequest instantiates a new ActivityStateMuteRequest 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.
NewActivityStateMuteRequestWithDefaults instantiates a new ActivityStateMuteRequest 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.
NewActivityStateWithDefaults instantiates a new ActivityState 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.
NewAddPartnerTenantRequest instantiates a new AddPartnerTenantRequest 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.
NewAddPartnerTenantRequestWithDefaults instantiates a new AddPartnerTenantRequest 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.
NewAdminInfo instantiates a new AdminInfo 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.
NewAdminInfoWithDefaults instantiates a new AdminInfo 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.
NewApiKey instantiates a new ApiKey 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.
NewApiKeyCreationReqWeb instantiates a new ApiKeyCreationReqWeb 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.
NewApiKeyCreationReqWebWithDefaults instantiates a new ApiKeyCreationReqWeb 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.
NewApiKeySetDebugModeReqWeb instantiates a new ApiKeySetDebugModeReqWeb 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.
NewApiKeySetDebugModeReqWebWithDefaults instantiates a new ApiKeySetDebugModeReqWeb 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.
NewApiKeyUpdateReqWeb instantiates a new ApiKeyUpdateReqWeb 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.
NewApiKeyUpdateReqWebWithDefaults instantiates a new ApiKeyUpdateReqWeb 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.
NewApiKeyWithDefaults instantiates a new ApiKey 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 APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAsset instantiates a new Asset 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.
NewAssetAlias instantiates a new AssetAlias 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.
NewAssetAliasWithDefaults instantiates a new AssetAlias 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.
NewAssetCommandWeb instantiates a new AssetCommandWeb 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.
NewAssetCommandWebWithDefaults instantiates a new AssetCommandWeb 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.
NewAssetCreateReqWeb instantiates a new AssetCreateReqWeb 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.
NewAssetCreateReqWebWithDefaults instantiates a new AssetCreateReqWeb 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.
NewAssetParameter instantiates a new AssetParameter 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.
NewAssetParameterValue instantiates a new AssetParameterValue 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.
NewAssetParameterValueWithDefaults instantiates a new AssetParameterValue 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.
NewAssetParameterWithDefaults instantiates a new AssetParameter 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.
NewAssetParamsStatusUpdateReqWeb instantiates a new AssetParamsStatusUpdateReqWeb 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.
NewAssetParamsStatusUpdateReqWebWithDefaults instantiates a new AssetParamsStatusUpdateReqWeb 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.
NewAssetResourceWeb instantiates a new AssetResourceWeb 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.
NewAssetResourceWebWithDefaults instantiates a new AssetResourceWeb 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.
NewAssetSetTargetResourceVersionReqWeb instantiates a new AssetSetTargetResourceVersionReqWeb 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.
NewAssetSetTargetResourceVersionReqWebWithDefaults instantiates a new AssetSetTargetResourceVersionReqWeb 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.
NewAssetUpdateReqWeb instantiates a new AssetUpdateReqWeb 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.
NewAssetUpdateReqWebWithDefaults instantiates a new AssetUpdateReqWeb 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.
NewAssetWithDefaults instantiates a new Asset 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.
NewAuditLogMessage instantiates a new AuditLogMessage 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.
NewAuditLogMessageWithDefaults instantiates a new AuditLogMessage 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.
NewAuthReqWeb instantiates a new AuthReqWeb 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.
NewAuthReqWebWithDefaults instantiates a new AuthReqWeb 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.
NewAuthResWeb instantiates a new AuthResWeb 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.
NewAuthResWebWithDefaults instantiates a new AuthResWeb 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.
NewAzureEventHubsAction instantiates a new AzureEventHubsAction 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.
NewAzureEventHubsActionWithDefaults instantiates a new AzureEventHubsAction 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.
NewBinaryPayloadDescription instantiates a new BinaryPayloadDescription 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.
NewBinaryPayloadDescriptionTestRequest instantiates a new BinaryPayloadDescriptionTestRequest 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.
NewBinaryPayloadDescriptionTestRequestWithDefaults instantiates a new BinaryPayloadDescriptionTestRequest 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.
NewBinaryPayloadDescriptionWithDefaults instantiates a new BinaryPayloadDescription 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.
NewBusinessSettings instantiates a new BusinessSettings 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.
NewBusinessSettingsWithDefaults instantiates a new BusinessSettings 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.
NewBusinessUnit instantiates a new BusinessUnit 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.
NewBusinessUnitWithDefaults instantiates a new BusinessUnit 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.
NewCaCertificate instantiates a new CaCertificate 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.
NewCaCertificateCreateReqWeb instantiates a new CaCertificateCreateReqWeb 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.
NewCaCertificateCreateReqWebWithDefaults instantiates a new CaCertificateCreateReqWeb 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.
NewCaCertificateCreateResWeb instantiates a new CaCertificateCreateResWeb 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.
NewCaCertificateCreateResWebWithDefaults instantiates a new CaCertificateCreateResWeb 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.
NewCaCertificateWithDefaults instantiates a new CaCertificate 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.
NewCampaign instantiates a new Campaign 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.
NewCampaignDefinition instantiates a new CampaignDefinition 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.
NewCampaignDefinitionWithDefaults instantiates a new CampaignDefinition 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.
NewCampaignList instantiates a new CampaignList 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.
NewCampaignListWithDefaults instantiates a new CampaignList 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.
NewCampaignOperation instantiates a new CampaignOperation 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.
NewCampaignOperationState instantiates a new CampaignOperationState 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.
NewCampaignOperationStateError instantiates a new CampaignOperationStateError 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.
NewCampaignOperationStateErrorWithDefaults instantiates a new CampaignOperationStateError 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.
NewCampaignOperationStateWithDefaults instantiates a new CampaignOperationState 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.
NewCampaignOperationWithDefaults instantiates a new CampaignOperation 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.
NewCampaignOptions instantiates a new CampaignOptions 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.
NewCampaignOptionsWithDefaults instantiates a new CampaignOptions 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.
NewCampaignPerTarget instantiates a new CampaignPerTarget 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.
NewCampaignPerTargetList instantiates a new CampaignPerTargetList 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.
NewCampaignPerTargetListWithDefaults instantiates a new CampaignPerTargetList 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.
NewCampaignPerTargetWithDefaults instantiates a new CampaignPerTarget 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.
NewCampaignPlanning instantiates a new CampaignPlanning 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.
NewCampaignPlanningWithDefaults instantiates a new CampaignPlanning 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.
NewCampaignStatsPerStatus instantiates a new CampaignStatsPerStatus 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.
NewCampaignStatsPerStatusWithDefaults instantiates a new CampaignStatsPerStatus 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.
NewCampaignUpdating instantiates a new CampaignUpdating 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.
NewCampaignUpdatingWithDefaults instantiates a new CampaignUpdating 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.
NewCampaignWithDefaults instantiates a new Campaign 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.
NewClientCertificatesConfiguration instantiates a new ClientCertificatesConfiguration 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.
NewClientCertificatesConfigurationWithDefaults instantiates a new ClientCertificatesConfiguration 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.
NewCommand instantiates a new Command 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.
NewCommandAddRequest instantiates a new CommandAddRequest 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.
NewCommandAddRequestWithDefaults instantiates a new CommandAddRequest 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.
NewCommandHistory instantiates a new CommandHistory 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.
NewCommandHistoryWithDefaults instantiates a new CommandHistory 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.
NewCommandPolicy instantiates a new CommandPolicy 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.
NewCommandPolicyWithDefaults instantiates a new CommandPolicy 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.
NewCommandRequest instantiates a new CommandRequest 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.
NewCommandRequestWithDefaults instantiates a new CommandRequest 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.
NewCommandResponse instantiates a new CommandResponse 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.
NewCommandResponseWithDefaults instantiates a new CommandResponse 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.
NewCommandStatusFilter instantiates a new CommandStatusFilter 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.
NewCommandStatusFilterWithDefaults instantiates a new CommandStatusFilter 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.
NewCommandStatusTrigger instantiates a new CommandStatusTrigger 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.
NewCommandStatusTriggerWithDefaults instantiates a new CommandStatusTrigger 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.
NewCommandV0 instantiates a new CommandV0 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.
NewCommandV0WithDefaults instantiates a new CommandV0 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.
NewCommandWithDefaults instantiates a new Command 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.
NewConnectorAccounting instantiates a new ConnectorAccounting 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.
NewConnectorAccountingWithDefaults instantiates a new ConnectorAccounting 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.
NewConnectorNode instantiates a new ConnectorNode 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.
NewConnectorNodeWithDefaults instantiates a new ConnectorNode 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.
NewConnectorStatistics instantiates a new ConnectorStatistics 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.
NewConnectorStatisticsWithDefaults instantiates a new ConnectorStatistics 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.
NewConnectorStatusResponse instantiates a new ConnectorStatusResponse 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.
NewConnectorStatusResponseWithDefaults instantiates a new ConnectorStatusResponse 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.
NewContactMessage instantiates a new ContactMessage 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.
NewContactMessageWithDefaults instantiates a new ContactMessage 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.
NewContextContainer instantiates a new ContextContainer 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.
NewContextContainerList instantiates a new ContextContainerList 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.
NewContextContainerListWithDefaults instantiates a new ContextContainerList 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.
NewContextContainerWithDefaults instantiates a new ContextContainer 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.
NewCreateFifoBindingRequest instantiates a new CreateFifoBindingRequest 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.
NewCreateFifoBindingRequestWithDefaults instantiates a new CreateFifoBindingRequest 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.
NewCsvColumn instantiates a new CsvColumn 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.
NewCsvColumnWithDefaults instantiates a new CsvColumn 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.
NewCsvOptions instantiates a new CsvOptions 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.
NewCsvOptionsWithDefaults instantiates a new CsvOptions 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.
NewCsvPayloadDescription instantiates a new CsvPayloadDescription 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.
NewCsvPayloadDescriptionTestRequest instantiates a new CsvPayloadDescriptionTestRequest 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.
NewCsvPayloadDescriptionTestRequestWithDefaults instantiates a new CsvPayloadDescriptionTestRequest 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.
NewCsvPayloadDescriptionWithDefaults instantiates a new CsvPayloadDescription 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.
NewDataBulkItemWeb instantiates a new DataBulkItemWeb 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.
NewDataBulkItemWebWithDefaults instantiates a new DataBulkItemWeb 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.
NewDataMatchResult instantiates a new DataMatchResult 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.
NewDataMatchResultWithDefaults instantiates a new DataMatchResult 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.
NewDataMatchTest instantiates a new DataMatchTest 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.
NewDataMatchTestWithDefaults instantiates a new DataMatchTest 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.
NewDataMessageFilter instantiates a new DataMessageFilter 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.
NewDataMessageFilterWithDefaults instantiates a new DataMessageFilter 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.
NewDataMessageTrigger instantiates a new DataMessageTrigger 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.
NewDataMessageTriggerWithDefaults instantiates a new DataMessageTrigger 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.
NewDataStoredWeb instantiates a new DataStoredWeb 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.
NewDataStoredWebWithDefaults instantiates a new DataStoredWeb 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.
NewDataWeb instantiates a new DataWeb 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.
NewDataWebWithDefaults instantiates a new DataWeb 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.
NewDayMetrics instantiates a new DayMetrics 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.
NewDayMetricsWithDefaults instantiates a new DayMetrics 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.
NewDeferredListenableFutureResultDslSearchRequestResponseWithHitsOnlyResponseEntityobject instantiates a new DeferredListenableFutureResultDslSearchRequestResponseWithHitsOnlyResponseEntityobject 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.
NewDeferredListenableFutureResultDslSearchRequestResponseWithHitsOnlyResponseEntityobjectWithDefaults instantiates a new DeferredListenableFutureResultDslSearchRequestResponseWithHitsOnlyResponseEntityobject 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.
NewDeferredListenableFutureResultstringstring instantiates a new DeferredListenableFutureResultstringstring 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.
NewDeferredListenableFutureResultstringstringWithDefaults instantiates a new DeferredListenableFutureResultstringstring 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.
NewDeferredResultboolean instantiates a new DeferredResultboolean 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.
NewDeferredResultbooleanWithDefaults instantiates a new DeferredResultboolean 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.
NewDeferredResultVoid instantiates a new DeferredResultVoid 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.
NewDeferredResultVoidWithDefaults instantiates a new DeferredResultVoid 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.
NewDevice instantiates a new Device 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.
NewDeviceActivityFilter instantiates a new DeviceActivityFilter 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.
NewDeviceActivityFilterWithDefaults instantiates a new DeviceActivityFilter 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.
NewDeviceActivityTrigger instantiates a new DeviceActivityTrigger 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.
NewDeviceActivityTriggerWithDefaults instantiates a new DeviceActivityTrigger 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.
NewDeviceConfigWeb instantiates a new DeviceConfigWeb 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.
NewDeviceConfigWebWithDefaults instantiates a new DeviceConfigWeb 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.
NewDeviceCreatedFilter instantiates a new DeviceCreatedFilter 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.
NewDeviceCreatedFilterWithDefaults instantiates a new DeviceCreatedFilter 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.
NewDeviceCreatedTrigger instantiates a new DeviceCreatedTrigger 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.
NewDeviceCreatedTriggerWithDefaults instantiates a new DeviceCreatedTrigger 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.
NewDeviceCreateRequest instantiates a new DeviceCreateRequest 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.
NewDeviceCreateRequestWithDefaults instantiates a new DeviceCreateRequest 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.
NewDeviceDeletedFilter instantiates a new DeviceDeletedFilter 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.
NewDeviceDeletedFilterWithDefaults instantiates a new DeviceDeletedFilter 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.
NewDeviceDeletedTrigger instantiates a new DeviceDeletedTrigger 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.
NewDeviceDeletedTriggerWithDefaults instantiates a new DeviceDeletedTrigger 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.
NewDeviceFirmwareVersionValueWeb instantiates a new DeviceFirmwareVersionValueWeb 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.
NewDeviceFirmwareVersionValueWebWithDefaults instantiates a new DeviceFirmwareVersionValueWeb 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.
NewDeviceFirmwareWeb instantiates a new DeviceFirmwareWeb 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.
NewDeviceFirmwareWebWithDefaults instantiates a new DeviceFirmwareWeb 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.
NewDeviceGroup instantiates a new DeviceGroup 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.
NewDeviceGroupWithDefaults instantiates a new DeviceGroup 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.
NewDeviceInterfaceWithDefaults instantiates a new DeviceInterface 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.
NewDeviceParametersSetRequest instantiates a new DeviceParametersSetRequest 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.
NewDeviceParametersSetRequestWithDefaults instantiates a new DeviceParametersSetRequest 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.
NewDeviceParameterValueWeb instantiates a new DeviceParameterValueWeb 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.
NewDeviceParameterValueWebWithDefaults instantiates a new DeviceParameterValueWeb 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.
NewDeviceParameterValueWithDefaults instantiates a new DeviceParameterValue 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.
NewDeviceParameterWeb instantiates a new DeviceParameterWeb 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.
NewDeviceParameterWebWithDefaults instantiates a new DeviceParameterWeb 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.
NewDeviceResourceVersionValueWeb instantiates a new DeviceResourceVersionValueWeb 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.
NewDeviceResourceVersionValueWebWithDefaults instantiates a new DeviceResourceVersionValueWeb 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.
NewDeviceResourceWeb instantiates a new DeviceResourceWeb 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.
NewDeviceResourceWebWithDefaults instantiates a new DeviceResourceWeb 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.
NewDeviceSelector instantiates a new DeviceSelector 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.
NewDeviceSelectorWithDefaults instantiates a new DeviceSelector 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.
NewDeviceStatusFilter instantiates a new DeviceStatusFilter 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.
NewDeviceStatusFilterWithDefaults instantiates a new DeviceStatusFilter 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.
NewDeviceStatusTrigger instantiates a new DeviceStatusTrigger 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.
NewDeviceStatusTriggerWithDefaults instantiates a new DeviceStatusTrigger 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.
NewDeviceStreamsResponseWeb instantiates a new DeviceStreamsResponseWeb 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.
NewDeviceStreamsResponseWebWithDefaults instantiates a new DeviceStreamsResponseWeb 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.
NewDeviceUpdate instantiates a new DeviceUpdate 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.
NewDeviceUpdateWithDefaults instantiates a new DeviceUpdate 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.
NewDeviceWithDefaults instantiates a new Device 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.
NewDslSearchRequestResponseWithHitsOnly instantiates a new DslSearchRequestResponseWithHitsOnly 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.
NewDslSearchRequestResponseWithHitsOnlyWithDefaults instantiates a new DslSearchRequestResponseWithHitsOnly 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.
NewEmailAction instantiates a new EmailAction 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.
NewEmailActionWithDefaults instantiates a new EmailAction 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.
NewErrorResponseWeb instantiates a new ErrorResponseWeb 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.
NewErrorResponseWebWithDefaults instantiates a new ErrorResponseWeb 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.
NewExternalIdentity instantiates a new ExternalIdentity 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.
NewExternalIdentityWithDefaults instantiates a new ExternalIdentity 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.
NewFifoBinding instantiates a new FifoBinding 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.
NewFifoBindingWithDefaults instantiates a new FifoBinding 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.
NewFifoCreateReqWeb instantiates a new FifoCreateReqWeb 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.
NewFifoCreateReqWebWithDefaults instantiates a new FifoCreateReqWeb 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.
NewFifoPublishAction instantiates a new FifoPublishAction 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.
NewFifoPublishActionWithDefaults instantiates a new FifoPublishAction 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.
NewFifoTopic instantiates a new FifoTopic 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.
NewFifoTopicWithDefaults instantiates a new FifoTopic 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.
NewFiringGuard instantiates a new FiringGuard 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.
NewFiringGuardGetRequest instantiates a new FiringGuardGetRequest 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.
NewFiringGuardGetRequestWithDefaults instantiates a new FiringGuardGetRequest 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.
NewFiringGuardResetRequest instantiates a new FiringGuardResetRequest 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.
NewFiringGuardResetRequestWithDefaults instantiates a new FiringGuardResetRequest 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.
NewFiringGuardWithDefaults instantiates a new FiringGuard 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.
NewFiringRule instantiates a new FiringRule 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.
NewFiringRuleWithDefaults instantiates a new FiringRule 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.
NewFirmwareUpdateWeb instantiates a new FirmwareUpdateWeb 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.
NewFirmwareUpdateWebWithDefaults instantiates a new FirmwareUpdateWeb 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.
NewGeozoneContainer instantiates a new GeozoneContainer 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.
NewGeozoneContainerBase instantiates a new GeozoneContainerBase 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.
NewGeozoneContainerBaseWithDefaults instantiates a new GeozoneContainerBase 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.
NewGeozoneContainerWithDefaults instantiates a new GeozoneContainer 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.
NewGroup instantiates a new Group 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.
NewGroupCreateRequest instantiates a new GroupCreateRequest 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.
NewGroupCreateRequestWithDefaults instantiates a new GroupCreateRequest 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.
NewGroupPath instantiates a new GroupPath 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.
NewGroupPathWithDefaults instantiates a new GroupPath 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.
NewGroupUpdateRequest instantiates a new GroupUpdateRequest 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.
NewGroupUpdateRequestWithDefaults instantiates a new GroupUpdateRequest 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.
NewGroupWithDefaults instantiates a new Group 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.
NewGwConfig instantiates a new GwConfig 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.
NewGwConfigWithDefaults instantiates a new GwConfig 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.
NewGwSystem instantiates a new GwSystem 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.
NewGwSystemWithDefaults instantiates a new GwSystem 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.
NewHttpPushAction instantiates a new HttpPushAction 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.
NewHttpPushActionWithDefaults instantiates a new HttpPushAction 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.
NewHttpPushTestResult instantiates a new HttpPushTestResult 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.
NewHttpPushTestResultWithDefaults instantiates a new HttpPushTestResult 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.
NewHttpPushWebhookTest instantiates a new HttpPushWebhookTest 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.
NewHttpPushWebhookTestWithDefaults instantiates a new HttpPushWebhookTest 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.
NewInterfaceCapabilities instantiates a new InterfaceCapabilities 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.
NewInterfaceCapabilitiesWithDefaults instantiates a new InterfaceCapabilities 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.
NewInterfaceCapability instantiates a new InterfaceCapability 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.
NewInterfaceCapabilityWithDefaults instantiates a new InterfaceCapability 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.
NewLocation instantiates a new Location 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.
NewLocationWithDefaults instantiates a new Location 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.
NewLoraCommand instantiates a new LoraCommand 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.
NewLoraCommandWeb instantiates a new LoraCommandWeb 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.
NewLoraCommandWebWithDefaults instantiates a new LoraCommandWeb 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.
NewLoraCommandWithDefaults instantiates a new LoraCommand 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.
NewLoraConnectivityOptions instantiates a new LoraConnectivityOptions 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.
NewLoraConnectivityOptionsWeb instantiates a new LoraConnectivityOptionsWeb 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.
NewLoraConnectivityOptionsWebWithDefaults instantiates a new LoraConnectivityOptionsWeb 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.
NewLoraConnectivityOptionsWithDefaults instantiates a new LoraConnectivityOptions 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.
NewLoraDevice instantiates a new LoraDevice 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.
NewLoraDeviceCreateReqWeb instantiates a new LoraDeviceCreateReqWeb 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.
NewLoraDeviceCreateReqWebWithDefaults instantiates a new LoraDeviceCreateReqWeb 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.
NewLoraDeviceLocation instantiates a new LoraDeviceLocation 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.
NewLoraDeviceLocationWithDefaults instantiates a new LoraDeviceLocation 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.
NewLoraDeviceStatsWeb instantiates a new LoraDeviceStatsWeb 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.
NewLoraDeviceStatsWebWithDefaults instantiates a new LoraDeviceStatsWeb 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.
NewLoraDeviceUpdateReqWeb instantiates a new LoraDeviceUpdateReqWeb 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.
NewLoraDeviceUpdateReqWebWithDefaults instantiates a new LoraDeviceUpdateReqWeb 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.
NewLoraDeviceWithDefaults instantiates a new LoraDevice 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.
NewLoraGatewayData instantiates a new LoraGatewayData 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.
NewLoraGatewayDataWithDefaults instantiates a new LoraGatewayData 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.
NewLoraGatewayInfo instantiates a new LoraGatewayInfo 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.
NewLoraGatewayInfoWithDefaults instantiates a new LoraGatewayInfo 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.
NewLoraGatewayLocation instantiates a new LoraGatewayLocation 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.
NewLoraGatewayLocationWithDefaults instantiates a new LoraGatewayLocation 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.
NewLoraNetworkFilter instantiates a new LoraNetworkFilter 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.
NewLoraNetworkFilterWithDefaults instantiates a new LoraNetworkFilter 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.
NewLoraNetworkSubscriptionDetail instantiates a new LoraNetworkSubscriptionDetail 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.
NewLoraNetworkSubscriptionDetailWithDefaults instantiates a new LoraNetworkSubscriptionDetail 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.
NewLoraNetworkTrigger instantiates a new LoraNetworkTrigger 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.
NewLoraNetworkTriggerWithDefaults instantiates a new LoraNetworkTrigger 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.
NewLWM2MDevice instantiates a new LWM2MDevice 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.
NewLwm2mDevicePageWeb instantiates a new Lwm2mDevicePageWeb 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.
NewLwm2mDevicePageWebWithDefaults instantiates a new Lwm2mDevicePageWeb 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.
NewLWM2MDeviceWithDefaults instantiates a new LWM2MDevice 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.
NewMatchingContext instantiates a new MatchingContext 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.
NewMatchingContextWithDefaults instantiates a new MatchingContext 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.
NewMatchingFiredFilter instantiates a new MatchingFiredFilter 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.
NewMatchingFiredFilterWithDefaults instantiates a new MatchingFiredFilter 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.
NewMatchingFiredTrigger instantiates a new MatchingFiredTrigger 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.
NewMatchingFiredTriggerWithDefaults instantiates a new MatchingFiredTrigger 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.
NewMatchingRule instantiates a new MatchingRule 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.
NewMatchingRuleWithDefaults instantiates a new MatchingRule 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.
NewMessageSelector instantiates a new MessageSelector 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.
NewMessageSelectorFilter instantiates a new MessageSelectorFilter 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.
NewMessageSelectorFilterWithDefaults instantiates a new MessageSelectorFilter 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.
NewMessageSelectorWithDefaults instantiates a new MessageSelector 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.
NewMetadata instantiates a new Metadata 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.
NewMetadataResourceConnectors instantiates a new MetadataResourceConnectors 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.
NewMetadataResourceConnectorsWithDefaults instantiates a new MetadataResourceConnectors 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.
NewMetadataWithDefaults instantiates a new Metadata 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.
NewMonthMetrics instantiates a new MonthMetrics 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.
NewMonthMetricsWithDefaults instantiates a new MonthMetrics 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.
NewMsisdns instantiates a new Msisdns 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.
NewMsisdnsWithDefaults instantiates a new Msisdns 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.
NewNewData instantiates a new NewData 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.
NewNewDataWithDefaults instantiates a new NewData 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.
NewNewDeviceInterface instantiates a new NewDeviceInterface 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.
NewNewDeviceInterfaceWithDefaults instantiates a new NewDeviceInterface 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.
NewNewDeviceParameterValue instantiates a new NewDeviceParameterValue 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.
NewNewDeviceParameterValueWithDefaults instantiates a new NewDeviceParameterValue 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOAuth2ErrorWeb instantiates a new OAuth2ErrorWeb 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.
NewOAuth2ErrorWebWithDefaults instantiates a new OAuth2ErrorWeb 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.
NewOfferAndOptions instantiates a new OfferAndOptions 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.
NewOfferAndOptionsWithDefaults instantiates a new OfferAndOptions 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.
NewOffersAndOptionsReqWeb instantiates a new OffersAndOptionsReqWeb 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.
NewOffersAndOptionsReqWebWithDefaults instantiates a new OffersAndOptionsReqWeb 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.
NewOptionPartnerTenant instantiates a new OptionPartnerTenant 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.
NewOptionPartnerTenantWithDefaults instantiates a new OptionPartnerTenant 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.
NewPageableActionPolicyV0 instantiates a new PageableActionPolicyV0 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.
NewPageableActionPolicyV0WithDefaults instantiates a new PageableActionPolicyV0 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.
NewPageableApiKey instantiates a new PageableApiKey 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.
NewPageableApiKeyWithDefaults instantiates a new PageableApiKey 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.
NewPageableAsset instantiates a new PageableAsset 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.
NewPageableAssetResourceWeb instantiates a new PageableAssetResourceWeb 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.
NewPageableAssetResourceWebWithDefaults instantiates a new PageableAssetResourceWeb 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.
NewPageableAssetWithDefaults instantiates a new PageableAsset 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.
NewPageableCampaign instantiates a new PageableCampaign 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.
NewPageableCampaignPerTarget instantiates a new PageableCampaignPerTarget 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.
NewPageableCampaignPerTargetWithDefaults instantiates a new PageableCampaignPerTarget 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.
NewPageableCampaignWithDefaults instantiates a new PageableCampaign 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.
NewPageableCommandV0 instantiates a new PageableCommandV0 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.
NewPageableCommandV0WithDefaults instantiates a new PageableCommandV0 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.
NewPageableFifoBinding instantiates a new PageableFifoBinding 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.
NewPageableFifoBindingWithDefaults instantiates a new PageableFifoBinding 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.
NewPageableFifoTopic instantiates a new PageableFifoTopic 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.
NewPageableFifoTopicWithDefaults instantiates a new PageableFifoTopic 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.
NewPageableGroup instantiates a new PageableGroup 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.
NewPageableGroupWithDefaults instantiates a new PageableGroup 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.
NewPageableLoraCommand instantiates a new PageableLoraCommand 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.
NewPageableLoraCommandWithDefaults instantiates a new PageableLoraCommand 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.
NewPageableLoraDevice instantiates a new PageableLoraDevice 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.
NewPageableLoraDeviceWithDefaults instantiates a new PageableLoraDevice 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.
NewPageableLoraGatewayInfo instantiates a new PageableLoraGatewayInfo 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.
NewPageableLoraGatewayInfoWithDefaults instantiates a new PageableLoraGatewayInfo 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.
NewPageableLWM2MDevice instantiates a new PageableLWM2MDevice 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.
NewPageableLWM2MDeviceWithDefaults instantiates a new PageableLWM2MDevice 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.
NewPageableResource instantiates a new PageableResource 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.
NewPageableResourceUpdateWeb instantiates a new PageableResourceUpdateWeb 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.
NewPageableResourceUpdateWebWithDefaults instantiates a new PageableResourceUpdateWeb 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.
NewPageableResourceVersion instantiates a new PageableResourceVersion 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.
NewPageableResourceVersionWithDefaults instantiates a new PageableResourceVersion 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.
NewPageableResourceWithDefaults instantiates a new PageableResource 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.
NewPageableUser instantiates a new PageableUser 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.
NewPageableUserWithDefaults instantiates a new PageableUser 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.
NewPartnerDataItemSwagger instantiates a new PartnerDataItemSwagger 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.
NewPartnerDataItemSwaggerWithDefaults instantiates a new PartnerDataItemSwagger 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.
NewPartnerTenant instantiates a new PartnerTenant 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.
NewPartnerTenantWithDefaults instantiates a new PartnerTenant 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.
NewPartnerToken instantiates a new PartnerToken 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.
NewPartnerTokenWithDefaults instantiates a new PartnerToken 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.
NewPayloadDescription instantiates a new PayloadDescription 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.
NewPayloadDescriptionMetadata instantiates a new PayloadDescriptionMetadata 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.
NewPayloadDescriptionMetadataWithDefaults instantiates a new PayloadDescriptionMetadata 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.
NewPayloadDescriptionTestResult instantiates a new PayloadDescriptionTestResult 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.
NewPayloadDescriptionTestResultWithDefaults instantiates a new PayloadDescriptionTestResult 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.
NewPayloadDescriptionWithDefaults instantiates a new PayloadDescription 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.
NewPipeline instantiates a new Pipeline 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.
NewPipelineFilter instantiates a new PipelineFilter 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.
NewPipelineFilterWithDefaults instantiates a new PipelineFilter 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.
NewPipelineStep instantiates a new PipelineStep 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.
NewPipelineStepWithDefaults instantiates a new PipelineStep 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.
NewPipelineWithDefaults instantiates a new Pipeline 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.
NewPolygon instantiates a new Polygon 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.
NewPolygonWithDefaults instantiates a new Polygon 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.
NewRateLimit instantiates a new RateLimit 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.
NewRateLimitWithDefaults instantiates a new RateLimit 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.
NewResetPasswordReqWeb instantiates a new ResetPasswordReqWeb 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.
NewResetPasswordReqWebWithDefaults instantiates a new ResetPasswordReqWeb 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.
NewResource instantiates a new Resource 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.
NewResourceAddReqWeb instantiates a new ResourceAddReqWeb 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.
NewResourceAddReqWebWithDefaults instantiates a new ResourceAddReqWeb 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.
NewResourceUpdateReqWeb instantiates a new ResourceUpdateReqWeb 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.
NewResourceUpdateReqWebWithDefaults instantiates a new ResourceUpdateReqWeb 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.
NewResourceUpdateWeb instantiates a new ResourceUpdateWeb 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.
NewResourceUpdateWebWithDefaults instantiates a new ResourceUpdateWeb 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.
NewResourceVersion instantiates a new ResourceVersion 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.
NewResourceVersionAddReqWeb instantiates a new ResourceVersionAddReqWeb 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.
NewResourceVersionAddReqWebWithDefaults instantiates a new ResourceVersionAddReqWeb 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.
NewResourceVersionUpdateReqWeb instantiates a new ResourceVersionUpdateReqWeb 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.
NewResourceVersionUpdateReqWebWithDefaults instantiates a new ResourceVersionUpdateReqWeb 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.
NewResourceVersionWithDefaults instantiates a new ResourceVersion 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.
NewResourceWithDefaults instantiates a new Resource 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.
NewResponseEntity instantiates a new ResponseEntity 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.
NewResponseEntityWithDefaults instantiates a new ResponseEntity 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.
NewRule instantiates a new Rule 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.
NewRuleWithDefaults instantiates a new Rule 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.
NewScopeApplication instantiates a new ScopeApplication 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.
NewScopeApplicationWithDefaults instantiates a new ScopeApplication 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.
NewSearchDataMessage instantiates a new SearchDataMessage 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.
NewSearchDataMessageWithDefaults instantiates a new SearchDataMessage 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.
NewSelectionCriteria instantiates a new SelectionCriteria 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.
NewSelectionCriteriaWithDefaults instantiates a new SelectionCriteria 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.
NewSendMessageRequest instantiates a new SendMessageRequest 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.
NewSendMessageRequestWithDefaults instantiates a new SendMessageRequest 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.
NewSettingsSection instantiates a new SettingsSection 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.
NewSettingsSectionWithDefaults instantiates a new SettingsSection 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.
NewSilentPolicy instantiates a new SilentPolicy 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.
NewSilentPolicyWithDefaults instantiates a new SilentPolicy 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.
NewSimpleStringWeb instantiates a new SimpleStringWeb 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.
NewSimpleStringWebWithDefaults instantiates a new SimpleStringWeb 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.
NewSMSAction instantiates a new SMSAction 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.
NewSMSActionWithDefaults instantiates a new SMSAction 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.
NewSMSConnectorBusinessSettingsCreationReqWeb instantiates a new SMSConnectorBusinessSettingsCreationReqWeb 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.
NewSMSConnectorBusinessSettingsCreationReqWebWithDefaults instantiates a new SMSConnectorBusinessSettingsCreationReqWeb 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.
NewSMSConnectorBusinessSettingsDeleteMsisdnReqWeb instantiates a new SMSConnectorBusinessSettingsDeleteMsisdnReqWeb 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.
NewSMSConnectorBusinessSettingsDeleteMsisdnReqWebWithDefaults instantiates a new SMSConnectorBusinessSettingsDeleteMsisdnReqWeb 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.
NewSMSConnectorBusinessSettingsPageWeb instantiates a new SMSConnectorBusinessSettingsPageWeb 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.
NewSMSConnectorBusinessSettingsPageWebWithDefaults instantiates a new SMSConnectorBusinessSettingsPageWeb 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.
NewSMSConnectorBusinessSettingsUpdateReqWeb instantiates a new SMSConnectorBusinessSettingsUpdateReqWeb 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.
NewSMSConnectorBusinessSettingsUpdateReqWebWithDefaults instantiates a new SMSConnectorBusinessSettingsUpdateReqWeb 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.
NewSMSConnectorMsisdnPageWeb instantiates a new SMSConnectorMsisdnPageWeb 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.
NewSMSConnectorMsisdnPageWebWithDefaults instantiates a new SMSConnectorMsisdnPageWeb 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.
NewSMSConnectorSendSMSReqWeb instantiates a new SMSConnectorSendSMSReqWeb 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.
NewSMSConnectorSendSMSReqWebWithDefaults instantiates a new SMSConnectorSendSMSReqWeb 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.
NewSMSConnectorSettings instantiates a new SMSConnectorSettings 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.
NewSMSConnectorSettingsWithDefaults instantiates a new SMSConnectorSettings 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.
NewSource instantiates a new Source 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.
NewSourceWithDefaults instantiates a new Source 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.
NewStateChangeFilter instantiates a new StateChangeFilter 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.
NewStateChangeFilterWithDefaults instantiates a new StateChangeFilter 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.
NewStateChangeTrigger instantiates a new StateChangeTrigger 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.
NewStateChangeTriggerWithDefaults instantiates a new StateChangeTrigger 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.
NewStateProcessingFunctionTest instantiates a new StateProcessingFunctionTest 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.
NewStateProcessingFunctionTestResult instantiates a new StateProcessingFunctionTestResult 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.
NewStateProcessingFunctionTestResultWithDefaults instantiates a new StateProcessingFunctionTestResult 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.
NewStateProcessingFunctionTestWithDefaults instantiates a new StateProcessingFunctionTest 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.
NewStateProcessingRule instantiates a new StateProcessingRule 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.
NewStateProcessingRuleWithDefaults instantiates a new StateProcessingRule 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.
NewStoredDataMessage instantiates a new StoredDataMessage 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.
NewStoredDataMessageWithDefaults instantiates a new StoredDataMessage 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.
NewTargets instantiates a new Targets 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.
NewTargetsWithDefaults instantiates a new Targets 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.
NewTenant instantiates a new Tenant 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.
NewTenantDayMetrics instantiates a new TenantDayMetrics 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.
NewTenantDayMetricsWithDefaults instantiates a new TenantDayMetrics 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.
NewTenantExternalView instantiates a new TenantExternalView 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.
NewTenantExternalViewWithDefaults instantiates a new TenantExternalView 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.
NewTenantMonthMetrics instantiates a new TenantMonthMetrics 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.
NewTenantMonthMetricsWithDefaults instantiates a new TenantMonthMetrics 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.
NewTenantSettings instantiates a new TenantSettings 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.
NewTenantSettingsUpdateReqWeb instantiates a new TenantSettingsUpdateReqWeb 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.
NewTenantSettingsUpdateReqWebWithDefaults instantiates a new TenantSettingsUpdateReqWeb 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.
NewTenantSettingsWithDefaults instantiates a new TenantSettings 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.
NewTenantStatsWeb instantiates a new TenantStatsWeb 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.
NewTenantStatsWebWithDefaults instantiates a new TenantStatsWeb 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.
NewTenantWithDefaults instantiates a new Tenant 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.
NewTenantWithOfferWeb instantiates a new TenantWithOfferWeb 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.
NewTenantWithOfferWebWithDefaults instantiates a new TenantWithOfferWeb 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.
NewThresholds instantiates a new Thresholds 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.
NewThresholdsWithDefaults instantiates a new Thresholds 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.
NewTraffic instantiates a new Traffic 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.
NewTrafficWithDefaults instantiates a new Traffic 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.
NewUpdateConnectorNodeRequest instantiates a new UpdateConnectorNodeRequest 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.
NewUpdateConnectorNodeRequestWithDefaults instantiates a new UpdateConnectorNodeRequest 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.
NewUpdateDeviceFirmwareReqWeb instantiates a new UpdateDeviceFirmwareReqWeb 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.
NewUpdateDeviceFirmwareReqWebWithDefaults instantiates a new UpdateDeviceFirmwareReqWeb 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.
NewUpdateDeviceResourceReqWeb instantiates a new UpdateDeviceResourceReqWeb 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.
NewUpdateDeviceResourceReqWebWithDefaults instantiates a new UpdateDeviceResourceReqWeb 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.
NewUpdateEmailReqWeb instantiates a new UpdateEmailReqWeb 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.
NewUpdateEmailReqWebWithDefaults instantiates a new UpdateEmailReqWeb 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.
NewUpdateInterfaceReqWeb instantiates a new UpdateInterfaceReqWeb 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.
NewUpdateInterfaceReqWebWithDefaults instantiates a new UpdateInterfaceReqWeb 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.
NewUpdatePasswordReqWeb instantiates a new UpdatePasswordReqWeb 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.
NewUpdatePasswordReqWebWithDefaults instantiates a new UpdatePasswordReqWeb 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.
NewUpdatePasswordWithTokenReqWeb instantiates a new UpdatePasswordWithTokenReqWeb 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.
NewUpdatePasswordWithTokenReqWebWithDefaults instantiates a new UpdatePasswordWithTokenReqWeb 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.
NewUser instantiates a new User 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.
NewUserActivationReqWeb instantiates a new UserActivationReqWeb 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.
NewUserActivationReqWebWithDefaults instantiates a new UserActivationReqWeb 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.
NewUserCreationReqWeb instantiates a new UserCreationReqWeb 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.
NewUserCreationReqWebWithDefaults instantiates a new UserCreationReqWeb 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.
NewUserUpdateReqWeb instantiates a new UserUpdateReqWeb 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.
NewUserUpdateReqWebWithDefaults instantiates a new UserUpdateReqWeb 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.
NewUserWithDefaults instantiates a new User 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.
NewVendor instantiates a new Vendor 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.
NewVendorWithDefaults instantiates a new Vendor 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.
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.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

ActionPolicy Object describing the relationship between triggers (message or events) and actions (email, sms, fifo publish or http push).
ActionPolicyV0 Object describing the relationship between triggers (message or events) and actions (email, sms, fifo push or http push).
Actions struct for Actions.
ActionTriggers struct for ActionTriggers.
ActionTriggersV0 struct for ActionTriggersV0.
ActivityRule defines the targets and the triggering behavior to watch for silent devices.
ActivityState defines the current activity state of a specific device and a specific activity rule.
ActivityStateMuteRequest request to mute or reset the nextAlarm of AvtivityStates targeting specific deviceId and/or ruleId.
AddPartnerTenantRequest struct for AddPartnerTenantRequest.
AdminInfo struct for AdminInfo.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIClient manages communication with the Live Objects REST API Guide v2.13.3 API v2.13.3 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ApiKey struct for ApiKey.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
ApiKeyCreationReqWeb ApiKey in Creation Request.
ApiKeySetDebugModeReqWeb Set ApiKey debug mode request.
ApiKeyUpdateReqWeb ApiKey in Update Request.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Asset struct for Asset.
AssetAlias struct for AssetAlias.
AssetCommandWeb Asset command data.
AssetCreateReqWeb struct for AssetCreateReqWeb.
AssetParameter struct for AssetParameter.
AssetParameterValue struct for AssetParameterValue.
AssetParamsStatusUpdateReqWeb request to update the details of a registered asset.
AssetResourceWeb Resource data associated to an Asset.
AssetSetTargetResourceVersionReqWeb Set Target Resource Version data in Set Request.
AssetUpdateReqWeb request to update the details of a registered asset.
AuditLogMessage a log message that described a functionnal event.
AuthReqWeb body of authentication request.
AuthResWeb struct for AuthResWeb.
AzureEventHubsAction Action that will push the message to an Azure Event Hub instance using HTTP protocol.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BinaryPayloadDescription binary decoder provisioning information.
BinaryPayloadDescriptionTestRequest struct for BinaryPayloadDescriptionTestRequest.
BusinessSettings struct for BusinessSettings.
BusinessUnit struct for BusinessUnit.
CaCertificate struct for CaCertificate.
CaCertificateCreateReqWeb struct for CaCertificateCreateReqWeb.
CaCertificateCreateResWeb struct for CaCertificateCreateResWeb.
Campaign struct for Campaign.
CampaignDefinition struct for CampaignDefinition.
CampaignList struct for CampaignList.
CampaignOperation struct for CampaignOperation.
CampaignOperationState struct for CampaignOperationState.
CampaignOperationStateError struct for CampaignOperationStateError.
CampaignOptions struct for CampaignOptions.
CampaignPerTarget struct for CampaignPerTarget.
CampaignPerTargetList struct for CampaignPerTargetList.
CampaignPlanning struct for CampaignPlanning.
CampaignStatsPerStatus Statistics about devices with a given status.
CampaignUpdating struct for CampaignUpdating.
ClientCertificatesConfiguration struct for ClientCertificatesConfiguration.
Command struct for Command.
CommandAddRequest struct for CommandAddRequest.
CommandHistory struct for CommandHistory.
CommandPolicy struct for CommandPolicy.
CommandRequest struct for CommandRequest.
CommandResponse struct for CommandResponse.
CommandStatusFilter struct for CommandStatusFilter.
CommandStatusTrigger struct for CommandStatusTrigger.
CommandV0 struct for CommandV0.
Configuration stores the configuration of the API client.
ConnectorAccounting struct for ConnectorAccounting.
ConnectorNode Full details about a connector node (=device interface).
ConnectorStatistics struct for ConnectorStatistics.
ConnectorStatusResponse struct for ConnectorStatusResponse.
ContactMessage Contact information.
ContextContainer Hold tenant context data that can be used inside matching rules and state processing functions .
ContextContainerList struct for ContextContainerList.
CreateFifoBindingRequest body of create FIFO bindings request.
CsvColumn struct for CsvColumn.
CsvOptions struct for CsvOptions.
CsvPayloadDescription binary decoder provisioning information.
CsvPayloadDescriptionTestRequest struct for CsvPayloadDescriptionTestRequest.
DataBulkItemWeb Unitary data item in a bulk.
DataMatchResult struct for DataMatchResult.
DataMatchTest struct for DataMatchTest.
DataMessageFilter struct for DataMessageFilter.
DataMessageTrigger struct for DataMessageTrigger.
DataStoredWeb data stored from the dataStream.
DataWeb Data in a dataStream.
DayMetrics struct for DayMetrics.
DeferredListenableFutureResultDslSearchRequestResponseWithHitsOnlyResponseEntityobject struct for DeferredListenableFutureResultDslSearchRequestResponseWithHitsOnlyResponseEntityobject.
DeferredListenableFutureResultstringstring struct for DeferredListenableFutureResultstringstring.
DeferredResultboolean struct for DeferredResultboolean.
DeferredResultVoid struct for DeferredResultVoid.
Device struct for Device.
DeviceActivityFilter struct for DeviceActivityFilter.
DeviceActivityTrigger struct for DeviceActivityTrigger.
DeviceConfigWeb struct for DeviceConfigWeb.
DeviceCreatedFilter struct for DeviceCreatedFilter.
DeviceCreatedTrigger struct for DeviceCreatedTrigger.
DeviceCreateRequest new device to register in inventory.
DeviceDeletedFilter struct for DeviceDeletedFilter.
DeviceDeletedTrigger struct for DeviceDeletedTrigger.
DeviceFirmwareVersionValueWeb a firmware version.
DeviceFirmwareWeb a device firmware state.
DeviceGroup References to a device associated group.
DeviceInterface Full details about a device interface.
DeviceParametersSetRequest struct for DeviceParametersSetRequest.
DeviceParameterValue struct for DeviceParameterValue.
DeviceParameterValueWeb struct for DeviceParameterValueWeb.
DeviceParameterWeb struct for DeviceParameterWeb.
DeviceResourceVersionValueWeb a resource version.
DeviceResourceWeb a device resource state.
DeviceSelector struct for DeviceSelector.
DeviceStatusFilter struct for DeviceStatusFilter.
DeviceStatusTrigger struct for DeviceStatusTrigger.
DeviceStreamsResponseWeb struct for DeviceStreamsResponseWeb.
DeviceUpdate an update to a device definition.
DslSearchRequestResponseWithHitsOnly struct for DslSearchRequestResponseWithHitsOnly.
EmailAction struct for EmailAction.
ErrorResponseWeb Generic Error in Response.
ExternalIdentity user's external identity.
FifoBinding struct for FifoBinding.
FifoCreateReqWeb Fifo Topic data in Create Request.
FifoPublishAction struct for FifoPublishAction.
FifoTopic body of FIFO data.
FiringGuard Hold a FiringRule from triggering a FiredEvent if it has already been sent for the same aggregationKeys.
FiringGuardGetRequest struct for FiringGuardGetRequest.
FiringGuardResetRequest struct for FiringGuardResetRequest.
FiringRule defines if and how the matched data from MatchingRules will fire an event.
FirmwareUpdateWeb struct for FirmwareUpdateWeb.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GeozoneContainer struct for GeozoneContainer.
GeozoneContainerBase struct for GeozoneContainerBase.
Group struct for Group.
GroupCreateRequest struct for GroupCreateRequest.
GroupPath defines targeted group path.
GroupUpdateRequest struct for GroupUpdateRequest.
GwConfig struct for GwConfig.
GwSystem struct for GwSystem.
HttpPushAction struct for HttpPushAction.
HttpPushTestResult struct for HttpPushTestResult.
HttpPushWebhookTest struct for HttpPushWebhookTest.
InterfaceCapabilities Full details about an interface capabilities.
InterfaceCapability struct for InterfaceCapability.
Location geographic location.
LoraCommand struct for LoraCommand.
LoraCommandWeb struct for LoraCommandWeb.
LoraConnectivityOptions struct for LoraConnectivityOptions.
LoraConnectivityOptionsWeb struct for LoraConnectivityOptionsWeb.
LoraDevice struct for LoraDevice.
LoraDeviceCreateReqWeb struct for LoraDeviceCreateReqWeb.
LoraDeviceLocation struct for LoraDeviceLocation.
LoraDeviceStatsWeb struct for LoraDeviceStatsWeb.
LoraDeviceUpdateReqWeb struct for LoraDeviceUpdateReqWeb.
LoraGatewayData struct for LoraGatewayData.
LoraGatewayInfo struct for LoraGatewayInfo.
LoraGatewayLocation struct for LoraGatewayLocation.
LoraNetworkFilter struct for LoraNetworkFilter.
LoraNetworkSubscriptionDetail struct for LoraNetworkSubscriptionDetail.
LoraNetworkTrigger struct for LoraNetworkTrigger.
LWM2MDevice struct for LWM2MDevice.
Lwm2mDevicePageWeb struct for Lwm2mDevicePageWeb.
MatchingContext hold the Matching context : data, MatchingRule and timestamp of the match.
MatchingFiredFilter struct for MatchingFiredFilter.
MatchingFiredTrigger struct for MatchingFiredTrigger.
MatchingRule defines the dataPredicate that will be applied to all new data.
MessageSelector struct for MessageSelector.
MessageSelectorFilter struct for MessageSelectorFilter.
Metadata struct for Metadata.
MetadataResourceConnectors struct for MetadataResourceConnectors.
MonthMetrics struct for MonthMetrics.
Msisdns struct for Msisdns.
NewData original data that triggered the match.
NewDeviceInterface Definition of a new device interface.
NewDeviceParameterValue struct for NewDeviceParameterValue.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OAuth2ErrorWeb OAuth error response.
OfferAndOptions struct for OfferAndOptions.
OffersAndOptionsReqWeb struct for OffersAndOptionsReqWeb.
OptionPartnerTenant struct for OptionPartnerTenant.
PageableActionPolicyV0 struct for PageableActionPolicyV0.
PageableApiKey struct for PageableApiKey.
PageableAsset struct for PageableAsset.
PageableAssetResourceWeb struct for PageableAssetResourceWeb.
PageableCampaign struct for PageableCampaign.
PageableCampaignPerTarget struct for PageableCampaignPerTarget.
PageableCommandV0 struct for PageableCommandV0.
PageableFifoBinding struct for PageableFifoBinding.
PageableFifoTopic struct for PageableFifoTopic.
PageableGroup struct for PageableGroup.
PageableLoraCommand struct for PageableLoraCommand.
PageableLoraDevice struct for PageableLoraDevice.
PageableLoraGatewayInfo struct for PageableLoraGatewayInfo.
PageableLWM2MDevice struct for PageableLWM2MDevice.
PageableResource struct for PageableResource.
PageableResourceUpdateWeb struct for PageableResourceUpdateWeb.
PageableResourceVersion struct for PageableResourceVersion.
PageableUser struct for PageableUser.
PartnerDataItemSwagger struct for PartnerDataItemSwagger.
PartnerTenant struct for PartnerTenant.
PartnerToken struct for PartnerToken.
PayloadDescription decoder provisioning information .
PayloadDescriptionMetadata decoder metadata.
PayloadDescriptionTestResult struct for PayloadDescriptionTestResult.
Pipeline DataMessage Pipeline definition.
PipelineFilter struct for PipelineFilter.
PipelineStep Step of a pipeline.
Polygon struct for Polygon.
RateLimit struct for RateLimit.
ResetPasswordReqWeb body of user reset password request.
Resource Resource data.
ResourceAddReqWeb body of add resource request.
ResourceUpdateReqWeb body of resource update request.
ResourceUpdateWeb struct for ResourceUpdateWeb.
ResourceVersion struct for ResourceVersion.
ResourceVersionAddReqWeb body of add resource version.
ResourceVersionUpdateReqWeb body of resource version update request.
ResponseEntity struct for ResponseEntity.
Rule struct for Rule.
ScopeApplication struct for ScopeApplication.
SearchDataMessage struct for SearchDataMessage.
SelectionCriteria struct for SelectionCriteria.
SendMessageRequest Message to send.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SettingsSection struct for SettingsSection.
SilentPolicy defines the triggering behavior for silent devices.
SimpleStringWeb struct for SimpleStringWeb.
SMSAction struct for SMSAction.
SMSConnectorBusinessSettingsCreationReqWeb SMS Connector Business Settings Data in Creation Request.
SMSConnectorBusinessSettingsDeleteMsisdnReqWeb SMS Connector Business Settings data in Delete Msisdn Request.
SMSConnectorBusinessSettingsPageWeb struct for SMSConnectorBusinessSettingsPageWeb.
SMSConnectorBusinessSettingsUpdateReqWeb SMS Connector Business Settings in Update Request.
SMSConnectorMsisdnPageWeb struct for SMSConnectorMsisdnPageWeb.
SMSConnectorSendSMSReqWeb struct for SMSConnectorSendSMSReqWeb.
SMSConnectorSettings body of sms connector business settings.
Source struct for Source.
StateChangeFilter struct for StateChangeFilter.
StateChangeTrigger struct for StateChangeTrigger.
StateProcessingFunctionTest struct for StateProcessingFunctionTest.
StateProcessingFunctionTestResult struct for StateProcessingFunctionTestResult.
StateProcessingRule defines the JsonLogic Function that will be applied to all new data.
StoredDataMessage struct for StoredDataMessage.
Targets defines the targeted device of an ActivityRule.
Tenant struct for Tenant.
TenantDayMetrics struct for TenantDayMetrics.
TenantExternalView struct for TenantExternalView.
TenantMonthMetrics struct for TenantMonthMetrics.
TenantSettings struct for TenantSettings.
TenantSettingsUpdateReqWeb body of tenant settings Update Request.
TenantStatsWeb struct for TenantStatsWeb.
TenantWithOfferWeb struct for TenantWithOfferWeb.
Thresholds body of sms connector limits.
Traffic struct for Traffic.
UpdateConnectorNodeRequest struct for UpdateConnectorNodeRequest.
UpdateDeviceFirmwareReqWeb a firmware update request.
UpdateDeviceResourceReqWeb a resource update request.
UpdateEmailReqWeb body of update User Email request.
UpdateInterfaceReqWeb struct for UpdateInterfaceReqWeb.
UpdatePasswordReqWeb User Update Password body Request.
UpdatePasswordWithTokenReqWeb body of user update password With token request.
User body of user data.
UserActivationReqWeb body of the user activation request.
UserCreationReqWeb body for create a new user.
UserUpdateReqWeb body of user update request.
Vendor struct for Vendor.

# Type aliases

AccountingV1ApiService AccountingV1Api service.
ApiKeysApiService ApiKeysApi service.
AuditLogApiService AuditLogApi service.
BusManagementApiService BusManagementApi service.
CACertificatesApiService CACertificatesApi service.
CampaignManagementApiService CampaignManagementApi service.
DataBulkInjectionApiService DataBulkInjectionApi service.
DataManagementCustomPipelinesApiService DataManagementCustomPipelinesApi service.
DataManagementDataSearchApiService DataManagementDataSearchApi service.
DataManagementDataStoreApiService DataManagementDataStoreApi service.
DecodersApiService DecodersApi service.
DecodersBinaryApiService DecodersBinaryApi service.
DecodersCSVApiService DecodersCSVApi service.
DecodersPublicApiService DecodersPublicApi service.
DeprecatedBusManagementRouterApiService DeprecatedBusManagementRouterApi service.
DeprecatedDeviceManagementCommandV0UseDeviceManagementCommandsV1InsteadApiService DeprecatedDeviceManagementCommandV0UseDeviceManagementCommandsV1InsteadApi service.
DeprecatedDeviceManagementDevicesFirmwaresApiService DeprecatedDeviceManagementDevicesFirmwaresApi service.
DeprecatedDeviceManagementInventoryV0UseDeviceManagementInventoryV1InsteadApiService DeprecatedDeviceManagementInventoryV0UseDeviceManagementInventoryV1InsteadApi service.
DeprecatedDeviceManagementParameterV0UseDeviceManagementConfigurationV1InsteadApiService DeprecatedDeviceManagementParameterV0UseDeviceManagementConfigurationV1InsteadApi service.
DeprecatedDeviceManagementResourceV0UseDeviceManagementResourceV1InsteadApiService DeprecatedDeviceManagementResourceV0UseDeviceManagementResourceV1InsteadApi service.
DeprecatedGroupManagementV0UseDeviceManagementGroupsV1InsteadApiService DeprecatedGroupManagementV0UseDeviceManagementGroupsV1InsteadApi service.
DeprecatedRouterTopicManagementApiService DeprecatedRouterTopicManagementApi service.
DeprecatedSMSConnectorApiService DeprecatedSMSConnectorApi service.
DeprecatedSMSConnectorBusinessSettingsUseDeviceManagementConnectorNodesV1InsteadApiService DeprecatedSMSConnectorBusinessSettingsUseDeviceManagementConnectorNodesV1InsteadApi service.
DeprecatedStatisticsUseAccountingV1AccountingInsteadApiService DeprecatedStatisticsUseAccountingV1AccountingInsteadApi service.
DeprecatedTriggersAndActionsApiService DeprecatedTriggersAndActionsApi service.
DeprecatedTriggersAndActionsTestApiService DeprecatedTriggersAndActionsTestApi service.
DeviceManagementCommandsV1ApiService DeviceManagementCommandsV1Api service.
DeviceManagementConfigurationV1ApiService DeviceManagementConfigurationV1Api service.
DeviceManagementConnectorNodesV1ApiService DeviceManagementConnectorNodesV1Api service.
DeviceManagementForCOAPLWM2MBetaApiService DeviceManagementForCOAPLWM2MBetaApi service.
DeviceManagementForLoRaApiService DeviceManagementForLoRaApi service.
DeviceManagementGroupsV1ApiService DeviceManagementGroupsV1Api service.
DeviceManagementInterfacesV1ApiService DeviceManagementInterfacesV1Api service.
DeviceManagementInventoryV1ApiService DeviceManagementInventoryV1Api service.
DeviceManagementResourcesManagementApiService DeviceManagementResourcesManagementApi service.
DeviceManagementResourcesV1ApiService DeviceManagementResourcesV1Api service.
EventProcessingActivityApiService EventProcessingActivityApi service.
EventProcessingContextApiService EventProcessingContextApi service.
EventProcessingFiringApiService EventProcessingFiringApi service.
EventProcessingGeozoneApiService EventProcessingGeozoneApi service.
EventProcessingMatchingApiService EventProcessingMatchingApi service.
EventProcessingStateProcessingApiService EventProcessingStateProcessingApi service.
NotificationApiService NotificationApi service.
PartnerDataPushApiService PartnerDataPushApi service.
PartnersManagementApiService PartnersManagementApi service.
PartnersTokensManagementApiService PartnersTokensManagementApi service.
ServerConfigurations stores multiple ServerConfiguration items.
TenantAccountsApiService TenantAccountsApi service.
TriggersAndActionsApiService TriggersAndActionsApi service.
TriggersAndActionsTestApiService TriggersAndActionsTestApi service.
UserAuthenticationApiService UserAuthenticationApi service.
UsersManagementApiService UsersManagementApi service.