assetpanda

package module
v0.0.0-...-39371db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2025 License: MIT Imports: 21 Imported by: 0

README

Go API client for assetpanda

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

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: 3.1
  • Package version: 1.0.0
  • Generator version: 7.13.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/net/context

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

import assetpanda "github.com/ai-connor/assetpanda"

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

ctx := context.WithValue(context.Background(), assetpanda.ContextServerIndex, 1)
Templated Server URL

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

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

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

URLs Configuration per Operation

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

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

Documentation for API Endpoints

All URIs are relative to https://api.assetpanda.com

Class Method HTTP request Description
AccountAPI V3AccountsAccountIdDelete Delete /v3/accounts/{account_id} Delete account
AccountAPI V3AccountsAccountIdGet Get /v3/accounts/{account_id} Get account details
AccountAPI V3AccountsPost Post /v3/accounts Create account user
ActionObjectsAPI V3EntityObjectsActionObjectsActionIdReturnObjectPost Post /v3/entity_objects/action_objects/{action_id}/return_object Return object
ActionObjectsAPI V3EntityObjectsActionObjectsIdCreateMultiplePost Post /v3/entity_objects/action_objects/{id}/create_multiple Create multiple
ActionObjectsAPI V3EntityObjectsActionObjectsIdReturnMultiplePost Post /v3/entity_objects/action_objects/{id}/return_multiple Return multiple
ActionObjectsAPI V3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGet Get /v3/entity_objects/{object_id}/action_objects/{action_id}/returnable_action_objects Retrieve returnable action objects
ActionObjectsAPI V3EntityObjectsObjectIdActionObjectsGet Get /v3/entity_objects/{object_id}/action_objects Retrieve action objects
ActionsAPI V3ActionsActionIdFieldsFieldIdDelete Delete /v3/actions/{action_id}/fields/{field_id} Delete Action Field
ActionsAPI V3ActionsActionIdFieldsFieldIdPut Put /v3/actions/{action_id}/fields/{field_id} Update Action Field
ActionsAPI V3ActionsActionIdFieldsGet Get /v3/actions/{action_id}/fields Retrieve Action Fields
ActionsAPI V3ActionsActionIdFieldsPost Post /v3/actions/{action_id}/fields Create multiple action fields
ActionsAPI V3ActionsActionIdGet Get /v3/actions/{action_id} Retrieve Specific Action
ActionsAPI V3ActionsActionIdGroupGet Get /v3/actions/{action_id}/group GET Action Group
ActionsAPI V3ActionsGet Get /v3/actions Retrieve Actions
ActionsAPI V3GroupsGroupIdActionsPost Post /v3/groups/{group_id}/actions Create group action
AttachmentsAPI V3AttachmentFoldersFolderIdDelete Delete /v3/attachment/folders/{folder_id} Delete Folder
AttachmentsAPI V3AttachmentFoldersFolderIdPost Post /v3/attachment/folders/{folder_id} Create Folder
AttachmentsAPI V3AttachmentsAttachmentIdPut Put /v3/attachments/{attachment_id} Update Attachment
AttachmentsAPI V3AttachmentsDelete Delete /v3/attachments Delete Attachment
AttachmentsAPI V3AttachmentsGet Get /v3/attachments Get Attachments
AttachmentsAPI V3GroupObjectsGroupObjectIdAttachmentsPost Post /v3/group/objects/{group_object_id}/attachments Link Attachment to Object
AttachmentsAPI V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPut Put /v3/groups/{group_id}/objects/{group_object_id}/attachment/{attachment_id}/attach Attach Attachment to Object
AttachmentsAPI V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPut Put /v3/groups/{group_id}/objects/{group_object_id}/attachment/{attachment_id}/detach Detach Attachment from Object
GroupObjectsAPI V3GroupsGroupIdObjectsArchivePost Post /v3/groups/{group_id}/objects/archive Archive objects
GroupObjectsAPI V3GroupsGroupIdObjectsObjectIdPatch Patch /v3/groups/{group_id}/objects/{object_id} Update Group Object
GroupObjectsAPI V3GroupsGroupIdObjectsPost Post /v3/groups/{group_id}/objects Create object/objects
GroupObjectsAPI V3GroupsGroupIdObjectsPut Put /v3/groups/{group_id}/objects Update multiple objects
GroupObjectsAPI V3GroupsGroupIdObjectsUnarchivePost Post /v3/groups/{group_id}/objects/unarchive Unarchive objects
GroupObjectsAPI V3GroupsGroupIdSearchObjectsPost Post /v3/groups/{group_id}/search/objects Search objects
GroupsAPI V3GroupsGet Get /v3/groups Retrieve Groups
GroupsAPI V3GroupsGroupIdActionsActionIdFieldsGet Get /v3/groups/{group_id}/actions/{action_id}/fields Retrive group action fields
GroupsAPI V3GroupsGroupIdActionsGet Get /v3/groups/{group_id}/actions Retrieve group actions
GroupsAPI V3GroupsGroupIdFieldsGet Get /v3/groups/{group_id}/fields Retrieve group fields
GroupsAPI V3GroupsGroupIdGet Get /v3/groups/{group_id} Retrive Group
GroupsAPI V3GroupsGroupIdStatusesGet Get /v3/groups/{group_id}/statuses Retrieve group statuses
LinkedObjectsAPI V3EntityObjectsIdLinkedFieldsGet Get /v3/entity_objects/{id}/linked_fields Get linked fields
LinkedObjectsAPI V3EntityObjectsIdLinkedObjectsFieldIdGet Get /v3/entity_objects/{id}/linked_objects/{field_id} Get linked objects
ReportsAPI V3ReportsGet Get /v3/reports Retrieve reports
ReportsAPI V3ReportsPost Post /v3/reports Create report
ReportsAPI V3ReportsReportIdDelete Delete /v3/reports/{report_id} Delete report
ReportsAPI V3ReportsReportIdGet Get /v3/reports/{report_id} Generate report
ReportsAPI V3ReportsReportIdPut Put /v3/reports/{report_id} Update report
SessionAPI V3SessionTokenPost Post /v3/session/token token
SettingsAPI V3SettingsGet Get /v3/settings Retrieve settings
UsersAPI V3UsersGet Get /v3/users Retrieve Users
UsersAPI V3UsersMeGet Get /v3/users/me Retrive self details
UsersAPI V3UsersPost Post /v3/users Create User
UsersAPI V3UsersTemplatesGet Get /v3/users/templates Retrive user templates
UsersAPI V3UsersUserIdPut Put /v3/users/{user_id} Update user

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

noauthAuth
bearerAuth
  • Type: HTTP Bearer token authentication

Example

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

Documentation for Utility Methods

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

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

Author

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	AccountAPI *AccountAPIService

	ActionObjectsAPI *ActionObjectsAPIService

	ActionsAPI *ActionsAPIService

	AttachmentsAPI *AttachmentsAPIService

	GroupObjectsAPI *GroupObjectsAPIService

	GroupsAPI *GroupsAPIService

	LinkedObjectsAPI *LinkedObjectsAPIService

	ReportsAPI *ReportsAPIService

	SessionAPI *SessionAPIService

	SettingsAPI *SettingsAPIService

	UsersAPI *UsersAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the V3-APIs API v3.1 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AccountAPIService

type AccountAPIService service

AccountAPIService AccountAPI service

func (*AccountAPIService) V3AccountsAccountIdDelete

func (a *AccountAPIService) V3AccountsAccountIdDelete(ctx context.Context, accountId int32) ApiV3AccountsAccountIdDeleteRequest

V3AccountsAccountIdDelete Delete account

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountId
@return ApiV3AccountsAccountIdDeleteRequest

func (*AccountAPIService) V3AccountsAccountIdDeleteExecute

func (a *AccountAPIService) V3AccountsAccountIdDeleteExecute(r ApiV3AccountsAccountIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*AccountAPIService) V3AccountsAccountIdGet

func (a *AccountAPIService) V3AccountsAccountIdGet(ctx context.Context, accountId int32) ApiV3AccountsAccountIdGetRequest

V3AccountsAccountIdGet Get account details

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param accountId
@return ApiV3AccountsAccountIdGetRequest

func (*AccountAPIService) V3AccountsAccountIdGetExecute

func (a *AccountAPIService) V3AccountsAccountIdGetExecute(r ApiV3AccountsAccountIdGetRequest) (*http.Response, error)

Execute executes the request

func (*AccountAPIService) V3AccountsPost

V3AccountsPost Create account user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3AccountsPostRequest

func (*AccountAPIService) V3AccountsPostExecute

func (a *AccountAPIService) V3AccountsPostExecute(r ApiV3AccountsPostRequest) (*http.Response, error)

Execute executes the request

type ActionObjectsAPIService

type ActionObjectsAPIService service

ActionObjectsAPIService ActionObjectsAPI service

func (*ActionObjectsAPIService) V3EntityObjectsActionObjectsActionIdReturnObjectPost

func (a *ActionObjectsAPIService) V3EntityObjectsActionObjectsActionIdReturnObjectPost(ctx context.Context, actionId string) ApiV3EntityObjectsActionObjectsActionIdReturnObjectPostRequest

V3EntityObjectsActionObjectsActionIdReturnObjectPost Return object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param actionId
@return ApiV3EntityObjectsActionObjectsActionIdReturnObjectPostRequest

func (*ActionObjectsAPIService) V3EntityObjectsActionObjectsActionIdReturnObjectPostExecute

func (a *ActionObjectsAPIService) V3EntityObjectsActionObjectsActionIdReturnObjectPostExecute(r ApiV3EntityObjectsActionObjectsActionIdReturnObjectPostRequest) (*http.Response, error)

Execute executes the request

func (*ActionObjectsAPIService) V3EntityObjectsActionObjectsIdCreateMultiplePost

func (a *ActionObjectsAPIService) V3EntityObjectsActionObjectsIdCreateMultiplePost(ctx context.Context, id string) ApiV3EntityObjectsActionObjectsIdCreateMultiplePostRequest

V3EntityObjectsActionObjectsIdCreateMultiplePost Create multiple

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiV3EntityObjectsActionObjectsIdCreateMultiplePostRequest

func (*ActionObjectsAPIService) V3EntityObjectsActionObjectsIdCreateMultiplePostExecute

func (a *ActionObjectsAPIService) V3EntityObjectsActionObjectsIdCreateMultiplePostExecute(r ApiV3EntityObjectsActionObjectsIdCreateMultiplePostRequest) (*http.Response, error)

Execute executes the request

func (*ActionObjectsAPIService) V3EntityObjectsActionObjectsIdReturnMultiplePost

func (a *ActionObjectsAPIService) V3EntityObjectsActionObjectsIdReturnMultiplePost(ctx context.Context, id string) ApiV3EntityObjectsActionObjectsIdReturnMultiplePostRequest

V3EntityObjectsActionObjectsIdReturnMultiplePost Return multiple

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiV3EntityObjectsActionObjectsIdReturnMultiplePostRequest

func (*ActionObjectsAPIService) V3EntityObjectsActionObjectsIdReturnMultiplePostExecute

func (a *ActionObjectsAPIService) V3EntityObjectsActionObjectsIdReturnMultiplePostExecute(r ApiV3EntityObjectsActionObjectsIdReturnMultiplePostRequest) (*http.Response, error)

Execute executes the request

func (*ActionObjectsAPIService) V3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGet

func (a *ActionObjectsAPIService) V3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGet(ctx context.Context, objectId string, actionId int32) ApiV3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGetRequest

V3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGet Retrieve returnable action objects

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param objectId
@param actionId
@return ApiV3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGetRequest

func (*ActionObjectsAPIService) V3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGetExecute

func (a *ActionObjectsAPIService) V3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGetExecute(r ApiV3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGetRequest) (*http.Response, error)

Execute executes the request

func (*ActionObjectsAPIService) V3EntityObjectsObjectIdActionObjectsGet

func (a *ActionObjectsAPIService) V3EntityObjectsObjectIdActionObjectsGet(ctx context.Context, objectId string) ApiV3EntityObjectsObjectIdActionObjectsGetRequest

V3EntityObjectsObjectIdActionObjectsGet Retrieve action objects

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param objectId
@return ApiV3EntityObjectsObjectIdActionObjectsGetRequest

func (*ActionObjectsAPIService) V3EntityObjectsObjectIdActionObjectsGetExecute

func (a *ActionObjectsAPIService) V3EntityObjectsObjectIdActionObjectsGetExecute(r ApiV3EntityObjectsObjectIdActionObjectsGetRequest) (*http.Response, error)

Execute executes the request

type ActionsAPIService

type ActionsAPIService service

ActionsAPIService ActionsAPI service

func (*ActionsAPIService) V3ActionsActionIdFieldsFieldIdDelete

func (a *ActionsAPIService) V3ActionsActionIdFieldsFieldIdDelete(ctx context.Context, actionId int32, fieldId int32) ApiV3ActionsActionIdFieldsFieldIdDeleteRequest

V3ActionsActionIdFieldsFieldIdDelete Delete Action Field

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param actionId
@param fieldId
@return ApiV3ActionsActionIdFieldsFieldIdDeleteRequest

func (*ActionsAPIService) V3ActionsActionIdFieldsFieldIdDeleteExecute

func (a *ActionsAPIService) V3ActionsActionIdFieldsFieldIdDeleteExecute(r ApiV3ActionsActionIdFieldsFieldIdDeleteRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*ActionsAPIService) V3ActionsActionIdFieldsFieldIdPut

func (a *ActionsAPIService) V3ActionsActionIdFieldsFieldIdPut(ctx context.Context, actionId int32, fieldId int32) ApiV3ActionsActionIdFieldsFieldIdPutRequest

V3ActionsActionIdFieldsFieldIdPut Update Action Field

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param actionId
@param fieldId
@return ApiV3ActionsActionIdFieldsFieldIdPutRequest

func (*ActionsAPIService) V3ActionsActionIdFieldsFieldIdPutExecute

func (a *ActionsAPIService) V3ActionsActionIdFieldsFieldIdPutExecute(r ApiV3ActionsActionIdFieldsFieldIdPutRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*ActionsAPIService) V3ActionsActionIdFieldsGet

func (a *ActionsAPIService) V3ActionsActionIdFieldsGet(ctx context.Context, actionId int32) ApiV3ActionsActionIdFieldsGetRequest

V3ActionsActionIdFieldsGet Retrieve Action Fields

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param actionId
@return ApiV3ActionsActionIdFieldsGetRequest

func (*ActionsAPIService) V3ActionsActionIdFieldsGetExecute

func (a *ActionsAPIService) V3ActionsActionIdFieldsGetExecute(r ApiV3ActionsActionIdFieldsGetRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*ActionsAPIService) V3ActionsActionIdFieldsPost

func (a *ActionsAPIService) V3ActionsActionIdFieldsPost(ctx context.Context, actionId int32) ApiV3ActionsActionIdFieldsPostRequest

V3ActionsActionIdFieldsPost Create multiple action fields

Api to create the fields for an action.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param actionId
@return ApiV3ActionsActionIdFieldsPostRequest

func (*ActionsAPIService) V3ActionsActionIdFieldsPostExecute

func (a *ActionsAPIService) V3ActionsActionIdFieldsPostExecute(r ApiV3ActionsActionIdFieldsPostRequest) (*http.Response, error)

Execute executes the request

func (*ActionsAPIService) V3ActionsActionIdGet

func (a *ActionsAPIService) V3ActionsActionIdGet(ctx context.Context, actionId string) ApiV3ActionsActionIdGetRequest

V3ActionsActionIdGet Retrieve Specific Action

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param actionId
@return ApiV3ActionsActionIdGetRequest

func (*ActionsAPIService) V3ActionsActionIdGetExecute

func (a *ActionsAPIService) V3ActionsActionIdGetExecute(r ApiV3ActionsActionIdGetRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*ActionsAPIService) V3ActionsActionIdGroupGet

func (a *ActionsAPIService) V3ActionsActionIdGroupGet(ctx context.Context, actionId int32) ApiV3ActionsActionIdGroupGetRequest

V3ActionsActionIdGroupGet GET Action Group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param actionId
@return ApiV3ActionsActionIdGroupGetRequest

func (*ActionsAPIService) V3ActionsActionIdGroupGetExecute

func (a *ActionsAPIService) V3ActionsActionIdGroupGetExecute(r ApiV3ActionsActionIdGroupGetRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*ActionsAPIService) V3ActionsGet

V3ActionsGet Retrieve Actions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3ActionsGetRequest

func (*ActionsAPIService) V3ActionsGetExecute

func (a *ActionsAPIService) V3ActionsGetExecute(r ApiV3ActionsGetRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*ActionsAPIService) V3GroupsGroupIdActionsPost

func (a *ActionsAPIService) V3GroupsGroupIdActionsPost(ctx context.Context, groupId int32) ApiV3GroupsGroupIdActionsPostRequest

V3GroupsGroupIdActionsPost Create group action

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdActionsPostRequest

func (*ActionsAPIService) V3GroupsGroupIdActionsPostExecute

func (a *ActionsAPIService) V3GroupsGroupIdActionsPostExecute(r ApiV3GroupsGroupIdActionsPostRequest) (*http.Response, error)

Execute executes the request

type ApiV3AccountsAccountIdDeleteRequest

type ApiV3AccountsAccountIdDeleteRequest struct {
	ApiService *AccountAPIService
	// contains filtered or unexported fields
}

func (ApiV3AccountsAccountIdDeleteRequest) Authorization

func (ApiV3AccountsAccountIdDeleteRequest) Execute

type ApiV3AccountsAccountIdGetRequest

type ApiV3AccountsAccountIdGetRequest struct {
	ApiService *AccountAPIService
	// contains filtered or unexported fields
}

func (ApiV3AccountsAccountIdGetRequest) Authorization

func (ApiV3AccountsAccountIdGetRequest) Execute

type ApiV3AccountsPostRequest

type ApiV3AccountsPostRequest struct {
	ApiService *AccountAPIService
	// contains filtered or unexported fields
}

func (ApiV3AccountsPostRequest) Authorization

func (r ApiV3AccountsPostRequest) Authorization(authorization string) ApiV3AccountsPostRequest

func (ApiV3AccountsPostRequest) CreateuserRequest

func (r ApiV3AccountsPostRequest) CreateuserRequest(createuserRequest CreateuserRequest) ApiV3AccountsPostRequest

func (ApiV3AccountsPostRequest) Execute

func (r ApiV3AccountsPostRequest) Execute() (*http.Response, error)

type ApiV3ActionsActionIdFieldsFieldIdDeleteRequest

type ApiV3ActionsActionIdFieldsFieldIdDeleteRequest struct {
	ApiService *ActionsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ActionsActionIdFieldsFieldIdDeleteRequest) Authorization

func (ApiV3ActionsActionIdFieldsFieldIdDeleteRequest) Execute

type ApiV3ActionsActionIdFieldsFieldIdPutRequest

type ApiV3ActionsActionIdFieldsFieldIdPutRequest struct {
	ApiService *ActionsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ActionsActionIdFieldsFieldIdPutRequest) Authorization

func (ApiV3ActionsActionIdFieldsFieldIdPutRequest) Execute

func (ApiV3ActionsActionIdFieldsFieldIdPutRequest) UpdateActionFieldRequest

type ApiV3ActionsActionIdFieldsGetRequest

type ApiV3ActionsActionIdFieldsGetRequest struct {
	ApiService *ActionsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ActionsActionIdFieldsGetRequest) Authorization

func (ApiV3ActionsActionIdFieldsGetRequest) Execute

func (r ApiV3ActionsActionIdFieldsGetRequest) Execute() (map[string]interface{}, *http.Response, error)

type ApiV3ActionsActionIdFieldsPostRequest

type ApiV3ActionsActionIdFieldsPostRequest struct {
	ApiService *ActionsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ActionsActionIdFieldsPostRequest) Authorization

func (ApiV3ActionsActionIdFieldsPostRequest) CreateActionsFieldRequest

func (r ApiV3ActionsActionIdFieldsPostRequest) CreateActionsFieldRequest(createActionsFieldRequest CreateActionsFieldRequest) ApiV3ActionsActionIdFieldsPostRequest

func (ApiV3ActionsActionIdFieldsPostRequest) Execute

type ApiV3ActionsActionIdGetRequest

type ApiV3ActionsActionIdGetRequest struct {
	ApiService *ActionsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ActionsActionIdGetRequest) Authorization

func (ApiV3ActionsActionIdGetRequest) Execute

func (r ApiV3ActionsActionIdGetRequest) Execute() (map[string]interface{}, *http.Response, error)

func (ApiV3ActionsActionIdGetRequest) Include

type ApiV3ActionsActionIdGroupGetRequest

type ApiV3ActionsActionIdGroupGetRequest struct {
	ApiService *ActionsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ActionsActionIdGroupGetRequest) Authorization

func (ApiV3ActionsActionIdGroupGetRequest) Execute

type ApiV3ActionsGetRequest

type ApiV3ActionsGetRequest struct {
	ApiService *ActionsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ActionsGetRequest) Authorization

func (r ApiV3ActionsGetRequest) Authorization(authorization string) ApiV3ActionsGetRequest

func (ApiV3ActionsGetRequest) Execute

func (r ApiV3ActionsGetRequest) Execute() (map[string]interface{}, *http.Response, error)

type ApiV3AttachmentFoldersFolderIdDeleteRequest

type ApiV3AttachmentFoldersFolderIdDeleteRequest struct {
	ApiService *AttachmentsAPIService
	// contains filtered or unexported fields
}

func (ApiV3AttachmentFoldersFolderIdDeleteRequest) Authorization

func (ApiV3AttachmentFoldersFolderIdDeleteRequest) Execute

type ApiV3AttachmentFoldersFolderIdPostRequest

type ApiV3AttachmentFoldersFolderIdPostRequest struct {
	ApiService *AttachmentsAPIService
	// contains filtered or unexported fields
}

func (ApiV3AttachmentFoldersFolderIdPostRequest) AttachmentIds

func (ApiV3AttachmentFoldersFolderIdPostRequest) Authorization

func (ApiV3AttachmentFoldersFolderIdPostRequest) Execute

type ApiV3AttachmentsAttachmentIdPutRequest

type ApiV3AttachmentsAttachmentIdPutRequest struct {
	ApiService *AttachmentsAPIService
	// contains filtered or unexported fields
}

func (ApiV3AttachmentsAttachmentIdPutRequest) Authorization

func (ApiV3AttachmentsAttachmentIdPutRequest) Execute

func (ApiV3AttachmentsAttachmentIdPutRequest) Name

type ApiV3AttachmentsDeleteRequest

type ApiV3AttachmentsDeleteRequest struct {
	ApiService *AttachmentsAPIService
	// contains filtered or unexported fields
}

func (ApiV3AttachmentsDeleteRequest) AttachmentIds

func (ApiV3AttachmentsDeleteRequest) Authorization

func (ApiV3AttachmentsDeleteRequest) Execute

type ApiV3AttachmentsGetRequest

type ApiV3AttachmentsGetRequest struct {
	ApiService *AttachmentsAPIService
	// contains filtered or unexported fields
}

func (ApiV3AttachmentsGetRequest) Authorization

func (r ApiV3AttachmentsGetRequest) Authorization(authorization string) ApiV3AttachmentsGetRequest

func (ApiV3AttachmentsGetRequest) EndDate

func (ApiV3AttachmentsGetRequest) EntityId

func (ApiV3AttachmentsGetRequest) EntityObjectId

func (r ApiV3AttachmentsGetRequest) EntityObjectId(entityObjectId string) ApiV3AttachmentsGetRequest

func (ApiV3AttachmentsGetRequest) Execute

func (ApiV3AttachmentsGetRequest) FolderId

func (ApiV3AttachmentsGetRequest) Limit

func (ApiV3AttachmentsGetRequest) Name

func (ApiV3AttachmentsGetRequest) Offset

func (ApiV3AttachmentsGetRequest) Scope

func (ApiV3AttachmentsGetRequest) StartDate

func (ApiV3AttachmentsGetRequest) Type_

type ApiV3EntityObjectsActionObjectsActionIdReturnObjectPostRequest

type ApiV3EntityObjectsActionObjectsActionIdReturnObjectPostRequest struct {
	ApiService *ActionObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3EntityObjectsActionObjectsActionIdReturnObjectPostRequest) Authorization

func (ApiV3EntityObjectsActionObjectsActionIdReturnObjectPostRequest) CreateSingleActionObject

func (ApiV3EntityObjectsActionObjectsActionIdReturnObjectPostRequest) Execute

type ApiV3EntityObjectsActionObjectsIdCreateMultiplePostRequest

type ApiV3EntityObjectsActionObjectsIdCreateMultiplePostRequest struct {
	ApiService *ActionObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3EntityObjectsActionObjectsIdCreateMultiplePostRequest) Authorization

func (ApiV3EntityObjectsActionObjectsIdCreateMultiplePostRequest) CreateMultipleActionObjects

func (ApiV3EntityObjectsActionObjectsIdCreateMultiplePostRequest) Execute

type ApiV3EntityObjectsActionObjectsIdReturnMultiplePostRequest

type ApiV3EntityObjectsActionObjectsIdReturnMultiplePostRequest struct {
	ApiService *ActionObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3EntityObjectsActionObjectsIdReturnMultiplePostRequest) Authorization

func (ApiV3EntityObjectsActionObjectsIdReturnMultiplePostRequest) CreateMultipleActionObjects

func (ApiV3EntityObjectsActionObjectsIdReturnMultiplePostRequest) Execute

type ApiV3EntityObjectsIdLinkedFieldsGetRequest

type ApiV3EntityObjectsIdLinkedFieldsGetRequest struct {
	ApiService *LinkedObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3EntityObjectsIdLinkedFieldsGetRequest) Authorization

func (ApiV3EntityObjectsIdLinkedFieldsGetRequest) Execute

type ApiV3EntityObjectsIdLinkedObjectsFieldIdGetRequest

type ApiV3EntityObjectsIdLinkedObjectsFieldIdGetRequest struct {
	ApiService *LinkedObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3EntityObjectsIdLinkedObjectsFieldIdGetRequest) Authorization

func (ApiV3EntityObjectsIdLinkedObjectsFieldIdGetRequest) Execute

type ApiV3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGetRequest

type ApiV3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGetRequest struct {
	ApiService *ActionObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGetRequest) Authorization

func (ApiV3EntityObjectsObjectIdActionObjectsActionIdReturnableActionObjectsGetRequest) Execute

type ApiV3EntityObjectsObjectIdActionObjectsGetRequest

type ApiV3EntityObjectsObjectIdActionObjectsGetRequest struct {
	ApiService *ActionObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3EntityObjectsObjectIdActionObjectsGetRequest) Authorization

func (ApiV3EntityObjectsObjectIdActionObjectsGetRequest) Execute

type ApiV3GroupObjectsGroupObjectIdAttachmentsPostRequest

type ApiV3GroupObjectsGroupObjectIdAttachmentsPostRequest struct {
	ApiService *AttachmentsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupObjectsGroupObjectIdAttachmentsPostRequest) Authorization

func (ApiV3GroupObjectsGroupObjectIdAttachmentsPostRequest) Execute

func (ApiV3GroupObjectsGroupObjectIdAttachmentsPostRequest) File

func (ApiV3GroupObjectsGroupObjectIdAttachmentsPostRequest) Type_

type ApiV3GroupsGetRequest

type ApiV3GroupsGetRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGetRequest) Authorization

func (r ApiV3GroupsGetRequest) Authorization(authorization string) ApiV3GroupsGetRequest

func (ApiV3GroupsGetRequest) Execute

func (r ApiV3GroupsGetRequest) Execute() (*http.Response, error)

type ApiV3GroupsGroupIdActionsActionIdFieldsGetRequest

type ApiV3GroupsGroupIdActionsActionIdFieldsGetRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdActionsActionIdFieldsGetRequest) Authorization

func (ApiV3GroupsGroupIdActionsActionIdFieldsGetRequest) Execute

type ApiV3GroupsGroupIdActionsGetRequest

type ApiV3GroupsGroupIdActionsGetRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdActionsGetRequest) Authorization

func (ApiV3GroupsGroupIdActionsGetRequest) Execute

type ApiV3GroupsGroupIdActionsPostRequest

type ApiV3GroupsGroupIdActionsPostRequest struct {
	ApiService *ActionsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdActionsPostRequest) Authorization

func (ApiV3GroupsGroupIdActionsPostRequest) CreateActionsRequest

func (ApiV3GroupsGroupIdActionsPostRequest) Execute

type ApiV3GroupsGroupIdFieldsGetRequest

type ApiV3GroupsGroupIdFieldsGetRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdFieldsGetRequest) Authorization

func (ApiV3GroupsGroupIdFieldsGetRequest) Execute

func (ApiV3GroupsGroupIdFieldsGetRequest) Listing

type ApiV3GroupsGroupIdGetRequest

type ApiV3GroupsGroupIdGetRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdGetRequest) Authorization

func (r ApiV3GroupsGroupIdGetRequest) Authorization(authorization string) ApiV3GroupsGroupIdGetRequest

func (ApiV3GroupsGroupIdGetRequest) Execute

type ApiV3GroupsGroupIdObjectsArchivePostRequest

type ApiV3GroupsGroupIdObjectsArchivePostRequest struct {
	ApiService *GroupObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdObjectsArchivePostRequest) ArchiveObject

func (ApiV3GroupsGroupIdObjectsArchivePostRequest) Authorization

func (ApiV3GroupsGroupIdObjectsArchivePostRequest) Execute

type ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPutRequest

type ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPutRequest struct {
	ApiService *AttachmentsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPutRequest) Authorization

func (ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPutRequest) Execute

type ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPutRequest

type ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPutRequest struct {
	ApiService *AttachmentsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPutRequest) Authorization

func (ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPutRequest) Execute

type ApiV3GroupsGroupIdObjectsObjectIdPatchRequest

type ApiV3GroupsGroupIdObjectsObjectIdPatchRequest struct {
	ApiService *GroupObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdObjectsObjectIdPatchRequest) Authorization

func (ApiV3GroupsGroupIdObjectsObjectIdPatchRequest) Execute

func (ApiV3GroupsGroupIdObjectsObjectIdPatchRequest) UpdateGroupObjectRequest

type ApiV3GroupsGroupIdObjectsPostRequest

type ApiV3GroupsGroupIdObjectsPostRequest struct {
	ApiService *GroupObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdObjectsPostRequest) Authorization

func (ApiV3GroupsGroupIdObjectsPostRequest) Execute

func (ApiV3GroupsGroupIdObjectsPostRequest) V3GroupsGroupIdObjectsPostRequest

func (r ApiV3GroupsGroupIdObjectsPostRequest) V3GroupsGroupIdObjectsPostRequest(v3GroupsGroupIdObjectsPostRequest V3GroupsGroupIdObjectsPostRequest) ApiV3GroupsGroupIdObjectsPostRequest

type ApiV3GroupsGroupIdObjectsPutRequest

type ApiV3GroupsGroupIdObjectsPutRequest struct {
	ApiService *GroupObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdObjectsPutRequest) Authorization

func (ApiV3GroupsGroupIdObjectsPutRequest) Execute

func (ApiV3GroupsGroupIdObjectsPutRequest) V3GroupsGroupIdObjectsPutRequest

func (r ApiV3GroupsGroupIdObjectsPutRequest) V3GroupsGroupIdObjectsPutRequest(v3GroupsGroupIdObjectsPutRequest V3GroupsGroupIdObjectsPutRequest) ApiV3GroupsGroupIdObjectsPutRequest

type ApiV3GroupsGroupIdObjectsUnarchivePostRequest

type ApiV3GroupsGroupIdObjectsUnarchivePostRequest struct {
	ApiService *GroupObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdObjectsUnarchivePostRequest) Authorization

func (ApiV3GroupsGroupIdObjectsUnarchivePostRequest) Execute

func (ApiV3GroupsGroupIdObjectsUnarchivePostRequest) UnarchiveObject

type ApiV3GroupsGroupIdSearchObjectsPostRequest

type ApiV3GroupsGroupIdSearchObjectsPostRequest struct {
	ApiService *GroupObjectsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdSearchObjectsPostRequest) Authorization

func (ApiV3GroupsGroupIdSearchObjectsPostRequest) Execute

func (ApiV3GroupsGroupIdSearchObjectsPostRequest) Limit

func (ApiV3GroupsGroupIdSearchObjectsPostRequest) Offset

func (ApiV3GroupsGroupIdSearchObjectsPostRequest) SearchObjectsRequest

type ApiV3GroupsGroupIdStatusesGetRequest

type ApiV3GroupsGroupIdStatusesGetRequest struct {
	ApiService *GroupsAPIService
	// contains filtered or unexported fields
}

func (ApiV3GroupsGroupIdStatusesGetRequest) Authorization

func (ApiV3GroupsGroupIdStatusesGetRequest) Execute

type ApiV3ReportsGetRequest

type ApiV3ReportsGetRequest struct {
	ApiService *ReportsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ReportsGetRequest) Authorization

func (r ApiV3ReportsGetRequest) Authorization(authorization string) ApiV3ReportsGetRequest

func (ApiV3ReportsGetRequest) Execute

func (r ApiV3ReportsGetRequest) Execute() (*http.Response, error)

type ApiV3ReportsPostRequest

type ApiV3ReportsPostRequest struct {
	ApiService *ReportsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ReportsPostRequest) Authorization

func (r ApiV3ReportsPostRequest) Authorization(authorization string) ApiV3ReportsPostRequest

func (ApiV3ReportsPostRequest) CreatereportRequest

func (r ApiV3ReportsPostRequest) CreatereportRequest(createreportRequest CreatereportRequest) ApiV3ReportsPostRequest

func (ApiV3ReportsPostRequest) Execute

func (r ApiV3ReportsPostRequest) Execute() (*http.Response, error)

type ApiV3ReportsReportIdDeleteRequest

type ApiV3ReportsReportIdDeleteRequest struct {
	ApiService *ReportsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ReportsReportIdDeleteRequest) Authorization

func (ApiV3ReportsReportIdDeleteRequest) Execute

type ApiV3ReportsReportIdGetRequest

type ApiV3ReportsReportIdGetRequest struct {
	ApiService *ReportsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ReportsReportIdGetRequest) Authorization

func (ApiV3ReportsReportIdGetRequest) Execute

type ApiV3ReportsReportIdPutRequest

type ApiV3ReportsReportIdPutRequest struct {
	ApiService *ReportsAPIService
	// contains filtered or unexported fields
}

func (ApiV3ReportsReportIdPutRequest) Authorization

func (ApiV3ReportsReportIdPutRequest) Execute

func (ApiV3ReportsReportIdPutRequest) ResponseFields

func (r ApiV3ReportsReportIdPutRequest) ResponseFields(responseFields string) ApiV3ReportsReportIdPutRequest

func (ApiV3ReportsReportIdPutRequest) UpdatereportRequest

func (r ApiV3ReportsReportIdPutRequest) UpdatereportRequest(updatereportRequest UpdatereportRequest) ApiV3ReportsReportIdPutRequest

type ApiV3SessionTokenPostRequest

type ApiV3SessionTokenPostRequest struct {
	ApiService *SessionAPIService
	// contains filtered or unexported fields
}

func (ApiV3SessionTokenPostRequest) Execute

func (ApiV3SessionTokenPostRequest) Tokenrequest

type ApiV3SettingsGetRequest

type ApiV3SettingsGetRequest struct {
	ApiService *SettingsAPIService
	// contains filtered or unexported fields
}

func (ApiV3SettingsGetRequest) Authorization

func (r ApiV3SettingsGetRequest) Authorization(authorization string) ApiV3SettingsGetRequest

func (ApiV3SettingsGetRequest) Execute

func (r ApiV3SettingsGetRequest) Execute() (*http.Response, error)

type ApiV3UsersGetRequest

type ApiV3UsersGetRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiV3UsersGetRequest) Authorization

func (r ApiV3UsersGetRequest) Authorization(authorization string) ApiV3UsersGetRequest

func (ApiV3UsersGetRequest) Execute

func (r ApiV3UsersGetRequest) Execute() (*http.Response, error)

type ApiV3UsersMeGetRequest

type ApiV3UsersMeGetRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiV3UsersMeGetRequest) Authorization

func (r ApiV3UsersMeGetRequest) Authorization(authorization string) ApiV3UsersMeGetRequest

func (ApiV3UsersMeGetRequest) Execute

func (r ApiV3UsersMeGetRequest) Execute() (*http.Response, error)

type ApiV3UsersPostRequest

type ApiV3UsersPostRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiV3UsersPostRequest) Authorization

func (r ApiV3UsersPostRequest) Authorization(authorization string) ApiV3UsersPostRequest

func (ApiV3UsersPostRequest) CreateuserRequest

func (r ApiV3UsersPostRequest) CreateuserRequest(createuserRequest CreateuserRequest) ApiV3UsersPostRequest

func (ApiV3UsersPostRequest) Execute

func (r ApiV3UsersPostRequest) Execute() (*http.Response, error)

type ApiV3UsersTemplatesGetRequest

type ApiV3UsersTemplatesGetRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiV3UsersTemplatesGetRequest) Authorization

func (ApiV3UsersTemplatesGetRequest) Execute

type ApiV3UsersUserIdPutRequest

type ApiV3UsersUserIdPutRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiV3UsersUserIdPutRequest) Authorization

func (r ApiV3UsersUserIdPutRequest) Authorization(authorization string) ApiV3UsersUserIdPutRequest

func (ApiV3UsersUserIdPutRequest) Execute

func (ApiV3UsersUserIdPutRequest) UpdateuserRequest

func (r ApiV3UsersUserIdPutRequest) UpdateuserRequest(updateuserRequest UpdateuserRequest) ApiV3UsersUserIdPutRequest

type ArchiveObject

type ArchiveObject struct {
	ObjectIds []string `json:"object_ids"`
	StopDate  string   `json:"stop_date"`
}

ArchiveObject struct for ArchiveObject

func NewArchiveObject

func NewArchiveObject(objectIds []string, stopDate string) *ArchiveObject

NewArchiveObject instantiates a new ArchiveObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewArchiveObjectWithDefaults

func NewArchiveObjectWithDefaults() *ArchiveObject

NewArchiveObjectWithDefaults instantiates a new ArchiveObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ArchiveObject) GetObjectIds

func (o *ArchiveObject) GetObjectIds() []string

GetObjectIds returns the ObjectIds field value

func (*ArchiveObject) GetObjectIdsOk

func (o *ArchiveObject) GetObjectIdsOk() ([]string, bool)

GetObjectIdsOk returns a tuple with the ObjectIds field value and a boolean to check if the value has been set.

func (*ArchiveObject) GetStopDate

func (o *ArchiveObject) GetStopDate() string

GetStopDate returns the StopDate field value

func (*ArchiveObject) GetStopDateOk

func (o *ArchiveObject) GetStopDateOk() (*string, bool)

GetStopDateOk returns a tuple with the StopDate field value and a boolean to check if the value has been set.

func (ArchiveObject) MarshalJSON

func (o ArchiveObject) MarshalJSON() ([]byte, error)

func (*ArchiveObject) SetObjectIds

func (o *ArchiveObject) SetObjectIds(v []string)

SetObjectIds sets field value

func (*ArchiveObject) SetStopDate

func (o *ArchiveObject) SetStopDate(v string)

SetStopDate sets field value

func (ArchiveObject) ToMap

func (o ArchiveObject) ToMap() (map[string]interface{}, error)

func (*ArchiveObject) UnmarshalJSON

func (o *ArchiveObject) UnmarshalJSON(data []byte) (err error)

type AttachmentsAPIService

type AttachmentsAPIService service

AttachmentsAPIService AttachmentsAPI service

func (*AttachmentsAPIService) V3AttachmentFoldersFolderIdDelete

func (a *AttachmentsAPIService) V3AttachmentFoldersFolderIdDelete(ctx context.Context, folderId int32) ApiV3AttachmentFoldersFolderIdDeleteRequest

V3AttachmentFoldersFolderIdDelete Delete Folder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiV3AttachmentFoldersFolderIdDeleteRequest

func (*AttachmentsAPIService) V3AttachmentFoldersFolderIdDeleteExecute

func (a *AttachmentsAPIService) V3AttachmentFoldersFolderIdDeleteExecute(r ApiV3AttachmentFoldersFolderIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*AttachmentsAPIService) V3AttachmentFoldersFolderIdPost

func (a *AttachmentsAPIService) V3AttachmentFoldersFolderIdPost(ctx context.Context, folderId int32) ApiV3AttachmentFoldersFolderIdPostRequest

V3AttachmentFoldersFolderIdPost Create Folder

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param folderId
@return ApiV3AttachmentFoldersFolderIdPostRequest

func (*AttachmentsAPIService) V3AttachmentFoldersFolderIdPostExecute

func (a *AttachmentsAPIService) V3AttachmentFoldersFolderIdPostExecute(r ApiV3AttachmentFoldersFolderIdPostRequest) (*http.Response, error)

Execute executes the request

func (*AttachmentsAPIService) V3AttachmentsAttachmentIdPut

func (a *AttachmentsAPIService) V3AttachmentsAttachmentIdPut(ctx context.Context, attachmentId string) ApiV3AttachmentsAttachmentIdPutRequest

V3AttachmentsAttachmentIdPut Update Attachment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param attachmentId
@return ApiV3AttachmentsAttachmentIdPutRequest

func (*AttachmentsAPIService) V3AttachmentsAttachmentIdPutExecute

func (a *AttachmentsAPIService) V3AttachmentsAttachmentIdPutExecute(r ApiV3AttachmentsAttachmentIdPutRequest) (*http.Response, error)

Execute executes the request

func (*AttachmentsAPIService) V3AttachmentsDelete

V3AttachmentsDelete Delete Attachment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3AttachmentsDeleteRequest

func (*AttachmentsAPIService) V3AttachmentsDeleteExecute

func (a *AttachmentsAPIService) V3AttachmentsDeleteExecute(r ApiV3AttachmentsDeleteRequest) (*http.Response, error)

Execute executes the request

func (*AttachmentsAPIService) V3AttachmentsGet

V3AttachmentsGet Get Attachments

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3AttachmentsGetRequest

func (*AttachmentsAPIService) V3AttachmentsGetExecute

func (a *AttachmentsAPIService) V3AttachmentsGetExecute(r ApiV3AttachmentsGetRequest) (*http.Response, error)

Execute executes the request

func (*AttachmentsAPIService) V3GroupObjectsGroupObjectIdAttachmentsPost

func (a *AttachmentsAPIService) V3GroupObjectsGroupObjectIdAttachmentsPost(ctx context.Context, groupObjectId string) ApiV3GroupObjectsGroupObjectIdAttachmentsPostRequest

V3GroupObjectsGroupObjectIdAttachmentsPost Link Attachment to Object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupObjectId
@return ApiV3GroupObjectsGroupObjectIdAttachmentsPostRequest

func (*AttachmentsAPIService) V3GroupObjectsGroupObjectIdAttachmentsPostExecute

func (a *AttachmentsAPIService) V3GroupObjectsGroupObjectIdAttachmentsPostExecute(r ApiV3GroupObjectsGroupObjectIdAttachmentsPostRequest) (*http.Response, error)

Execute executes the request

func (*AttachmentsAPIService) V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPut

func (a *AttachmentsAPIService) V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPut(ctx context.Context, groupId string, groupObjectId string, attachmentId string) ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPutRequest

V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPut Attach Attachment to Object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@param groupObjectId
@param attachmentId
@return ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPutRequest

func (*AttachmentsAPIService) V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPutExecute

func (a *AttachmentsAPIService) V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPutExecute(r ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdAttachPutRequest) (*http.Response, error)

Execute executes the request

func (*AttachmentsAPIService) V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPut

func (a *AttachmentsAPIService) V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPut(ctx context.Context, groupId string, groupObjectId string, attachmentId string) ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPutRequest

V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPut Detach Attachment from Object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@param groupObjectId
@param attachmentId
@return ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPutRequest

func (*AttachmentsAPIService) V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPutExecute

func (a *AttachmentsAPIService) V3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPutExecute(r ApiV3GroupsGroupIdObjectsGroupObjectIdAttachmentAttachmentIdDetachPutRequest) (*http.Response, error)

Execute executes the request

type BasicAuth

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BulkCreateGroupObjectsRequest

type BulkCreateGroupObjectsRequest struct {
	// A callback URL to receive bulk update results
	CallbackUrl *string `json:"callback_url,omitempty"`
	// An authentication bearer token for callback URL if not public
	CallbackToken *string `json:"callback_token,omitempty"`
	// Batch ID to keep track of batches
	BatchId *string                    `json:"batch_id,omitempty"`
	Objects []CreateGroupObjectRequest `json:"objects,omitempty"`
}

BulkCreateGroupObjectsRequest struct for BulkCreateGroupObjectsRequest

func NewBulkCreateGroupObjectsRequest

func NewBulkCreateGroupObjectsRequest() *BulkCreateGroupObjectsRequest

NewBulkCreateGroupObjectsRequest instantiates a new BulkCreateGroupObjectsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBulkCreateGroupObjectsRequestWithDefaults

func NewBulkCreateGroupObjectsRequestWithDefaults() *BulkCreateGroupObjectsRequest

NewBulkCreateGroupObjectsRequestWithDefaults instantiates a new BulkCreateGroupObjectsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BulkCreateGroupObjectsRequest) GetBatchId

func (o *BulkCreateGroupObjectsRequest) GetBatchId() string

GetBatchId returns the BatchId field value if set, zero value otherwise.

func (*BulkCreateGroupObjectsRequest) GetBatchIdOk

func (o *BulkCreateGroupObjectsRequest) GetBatchIdOk() (*string, bool)

GetBatchIdOk returns a tuple with the BatchId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkCreateGroupObjectsRequest) GetCallbackToken

func (o *BulkCreateGroupObjectsRequest) GetCallbackToken() string

GetCallbackToken returns the CallbackToken field value if set, zero value otherwise.

func (*BulkCreateGroupObjectsRequest) GetCallbackTokenOk

func (o *BulkCreateGroupObjectsRequest) GetCallbackTokenOk() (*string, bool)

GetCallbackTokenOk returns a tuple with the CallbackToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkCreateGroupObjectsRequest) GetCallbackUrl

func (o *BulkCreateGroupObjectsRequest) GetCallbackUrl() string

GetCallbackUrl returns the CallbackUrl field value if set, zero value otherwise.

func (*BulkCreateGroupObjectsRequest) GetCallbackUrlOk

func (o *BulkCreateGroupObjectsRequest) GetCallbackUrlOk() (*string, bool)

GetCallbackUrlOk returns a tuple with the CallbackUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkCreateGroupObjectsRequest) GetObjects

GetObjects returns the Objects field value if set, zero value otherwise.

func (*BulkCreateGroupObjectsRequest) GetObjectsOk

GetObjectsOk returns a tuple with the Objects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkCreateGroupObjectsRequest) HasBatchId

func (o *BulkCreateGroupObjectsRequest) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

func (*BulkCreateGroupObjectsRequest) HasCallbackToken

func (o *BulkCreateGroupObjectsRequest) HasCallbackToken() bool

HasCallbackToken returns a boolean if a field has been set.

func (*BulkCreateGroupObjectsRequest) HasCallbackUrl

func (o *BulkCreateGroupObjectsRequest) HasCallbackUrl() bool

HasCallbackUrl returns a boolean if a field has been set.

func (*BulkCreateGroupObjectsRequest) HasObjects

func (o *BulkCreateGroupObjectsRequest) HasObjects() bool

HasObjects returns a boolean if a field has been set.

func (BulkCreateGroupObjectsRequest) MarshalJSON

func (o BulkCreateGroupObjectsRequest) MarshalJSON() ([]byte, error)

func (*BulkCreateGroupObjectsRequest) SetBatchId

func (o *BulkCreateGroupObjectsRequest) SetBatchId(v string)

SetBatchId gets a reference to the given string and assigns it to the BatchId field.

func (*BulkCreateGroupObjectsRequest) SetCallbackToken

func (o *BulkCreateGroupObjectsRequest) SetCallbackToken(v string)

SetCallbackToken gets a reference to the given string and assigns it to the CallbackToken field.

func (*BulkCreateGroupObjectsRequest) SetCallbackUrl

func (o *BulkCreateGroupObjectsRequest) SetCallbackUrl(v string)

SetCallbackUrl gets a reference to the given string and assigns it to the CallbackUrl field.

func (*BulkCreateGroupObjectsRequest) SetObjects

SetObjects gets a reference to the given []CreateGroupObjectRequest and assigns it to the Objects field.

func (BulkCreateGroupObjectsRequest) ToMap

func (o BulkCreateGroupObjectsRequest) ToMap() (map[string]interface{}, error)

type BulkUpdateGroupObjectsRequest

type BulkUpdateGroupObjectsRequest struct {
	// A callback URL to receive bulk update results
	CallbackUrl *string `json:"callback_url,omitempty"`
	// An authentication bearer token for callback URL if not public
	CallbackToken *string `json:"callback_token,omitempty"`
	// Batch ID to keep track of batches
	BatchId *string                                     `json:"batch_id,omitempty"`
	Objects []BulkUpdateGroupObjectsRequestObjectsInner `json:"objects,omitempty"`
}

BulkUpdateGroupObjectsRequest struct for BulkUpdateGroupObjectsRequest

func NewBulkUpdateGroupObjectsRequest

func NewBulkUpdateGroupObjectsRequest() *BulkUpdateGroupObjectsRequest

NewBulkUpdateGroupObjectsRequest instantiates a new BulkUpdateGroupObjectsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBulkUpdateGroupObjectsRequestWithDefaults

func NewBulkUpdateGroupObjectsRequestWithDefaults() *BulkUpdateGroupObjectsRequest

NewBulkUpdateGroupObjectsRequestWithDefaults instantiates a new BulkUpdateGroupObjectsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BulkUpdateGroupObjectsRequest) GetBatchId

func (o *BulkUpdateGroupObjectsRequest) GetBatchId() string

GetBatchId returns the BatchId field value if set, zero value otherwise.

func (*BulkUpdateGroupObjectsRequest) GetBatchIdOk

func (o *BulkUpdateGroupObjectsRequest) GetBatchIdOk() (*string, bool)

GetBatchIdOk returns a tuple with the BatchId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkUpdateGroupObjectsRequest) GetCallbackToken

func (o *BulkUpdateGroupObjectsRequest) GetCallbackToken() string

GetCallbackToken returns the CallbackToken field value if set, zero value otherwise.

func (*BulkUpdateGroupObjectsRequest) GetCallbackTokenOk

func (o *BulkUpdateGroupObjectsRequest) GetCallbackTokenOk() (*string, bool)

GetCallbackTokenOk returns a tuple with the CallbackToken field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkUpdateGroupObjectsRequest) GetCallbackUrl

func (o *BulkUpdateGroupObjectsRequest) GetCallbackUrl() string

GetCallbackUrl returns the CallbackUrl field value if set, zero value otherwise.

func (*BulkUpdateGroupObjectsRequest) GetCallbackUrlOk

func (o *BulkUpdateGroupObjectsRequest) GetCallbackUrlOk() (*string, bool)

GetCallbackUrlOk returns a tuple with the CallbackUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkUpdateGroupObjectsRequest) GetObjects

GetObjects returns the Objects field value if set, zero value otherwise.

func (*BulkUpdateGroupObjectsRequest) GetObjectsOk

GetObjectsOk returns a tuple with the Objects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkUpdateGroupObjectsRequest) HasBatchId

func (o *BulkUpdateGroupObjectsRequest) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

func (*BulkUpdateGroupObjectsRequest) HasCallbackToken

func (o *BulkUpdateGroupObjectsRequest) HasCallbackToken() bool

HasCallbackToken returns a boolean if a field has been set.

func (*BulkUpdateGroupObjectsRequest) HasCallbackUrl

func (o *BulkUpdateGroupObjectsRequest) HasCallbackUrl() bool

HasCallbackUrl returns a boolean if a field has been set.

func (*BulkUpdateGroupObjectsRequest) HasObjects

func (o *BulkUpdateGroupObjectsRequest) HasObjects() bool

HasObjects returns a boolean if a field has been set.

func (BulkUpdateGroupObjectsRequest) MarshalJSON

func (o BulkUpdateGroupObjectsRequest) MarshalJSON() ([]byte, error)

func (*BulkUpdateGroupObjectsRequest) SetBatchId

func (o *BulkUpdateGroupObjectsRequest) SetBatchId(v string)

SetBatchId gets a reference to the given string and assigns it to the BatchId field.

func (*BulkUpdateGroupObjectsRequest) SetCallbackToken

func (o *BulkUpdateGroupObjectsRequest) SetCallbackToken(v string)

SetCallbackToken gets a reference to the given string and assigns it to the CallbackToken field.

func (*BulkUpdateGroupObjectsRequest) SetCallbackUrl

func (o *BulkUpdateGroupObjectsRequest) SetCallbackUrl(v string)

SetCallbackUrl gets a reference to the given string and assigns it to the CallbackUrl field.

func (*BulkUpdateGroupObjectsRequest) SetObjects

SetObjects gets a reference to the given []BulkUpdateGroupObjectsRequestObjectsInner and assigns it to the Objects field.

func (BulkUpdateGroupObjectsRequest) ToMap

func (o BulkUpdateGroupObjectsRequest) ToMap() (map[string]interface{}, error)

type BulkUpdateGroupObjectsRequestObjectsInner

type BulkUpdateGroupObjectsRequestObjectsInner struct {
	// Group Object Id
	Id *string `json:"id,omitempty"`
	//
	GpsCoordinates       []int32 `json:"gps_coordinates,omitempty"`
	AdditionalProperties map[string]interface{}
}

BulkUpdateGroupObjectsRequestObjectsInner struct for BulkUpdateGroupObjectsRequestObjectsInner

func NewBulkUpdateGroupObjectsRequestObjectsInner

func NewBulkUpdateGroupObjectsRequestObjectsInner() *BulkUpdateGroupObjectsRequestObjectsInner

NewBulkUpdateGroupObjectsRequestObjectsInner instantiates a new BulkUpdateGroupObjectsRequestObjectsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBulkUpdateGroupObjectsRequestObjectsInnerWithDefaults

func NewBulkUpdateGroupObjectsRequestObjectsInnerWithDefaults() *BulkUpdateGroupObjectsRequestObjectsInner

NewBulkUpdateGroupObjectsRequestObjectsInnerWithDefaults instantiates a new BulkUpdateGroupObjectsRequestObjectsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BulkUpdateGroupObjectsRequestObjectsInner) GetGpsCoordinates

func (o *BulkUpdateGroupObjectsRequestObjectsInner) GetGpsCoordinates() []int32

GetGpsCoordinates returns the GpsCoordinates field value if set, zero value otherwise.

func (*BulkUpdateGroupObjectsRequestObjectsInner) GetGpsCoordinatesOk

func (o *BulkUpdateGroupObjectsRequestObjectsInner) GetGpsCoordinatesOk() ([]int32, bool)

GetGpsCoordinatesOk returns a tuple with the GpsCoordinates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkUpdateGroupObjectsRequestObjectsInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*BulkUpdateGroupObjectsRequestObjectsInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulkUpdateGroupObjectsRequestObjectsInner) HasGpsCoordinates

func (o *BulkUpdateGroupObjectsRequestObjectsInner) HasGpsCoordinates() bool

HasGpsCoordinates returns a boolean if a field has been set.

func (*BulkUpdateGroupObjectsRequestObjectsInner) HasId

HasId returns a boolean if a field has been set.

func (BulkUpdateGroupObjectsRequestObjectsInner) MarshalJSON

func (*BulkUpdateGroupObjectsRequestObjectsInner) SetGpsCoordinates

func (o *BulkUpdateGroupObjectsRequestObjectsInner) SetGpsCoordinates(v []int32)

SetGpsCoordinates gets a reference to the given []int32 and assigns it to the GpsCoordinates field.

func (*BulkUpdateGroupObjectsRequestObjectsInner) SetId

SetId gets a reference to the given string and assigns it to the Id field.

func (BulkUpdateGroupObjectsRequestObjectsInner) ToMap

func (o BulkUpdateGroupObjectsRequestObjectsInner) ToMap() (map[string]interface{}, error)

func (*BulkUpdateGroupObjectsRequestObjectsInner) UnmarshalJSON

func (o *BulkUpdateGroupObjectsRequestObjectsInner) UnmarshalJSON(data []byte) (err error)

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type CreateActionsFieldRequest

type CreateActionsFieldRequest struct {
	//
	Fields []Field `json:"fields"`
}

CreateActionsFieldRequest struct for CreateActionsFieldRequest

func NewCreateActionsFieldRequest

func NewCreateActionsFieldRequest(fields []Field) *CreateActionsFieldRequest

NewCreateActionsFieldRequest instantiates a new CreateActionsFieldRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateActionsFieldRequestWithDefaults

func NewCreateActionsFieldRequestWithDefaults() *CreateActionsFieldRequest

NewCreateActionsFieldRequestWithDefaults instantiates a new CreateActionsFieldRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateActionsFieldRequest) GetFields

func (o *CreateActionsFieldRequest) GetFields() []Field

GetFields returns the Fields field value

func (*CreateActionsFieldRequest) GetFieldsOk

func (o *CreateActionsFieldRequest) GetFieldsOk() ([]Field, bool)

GetFieldsOk returns a tuple with the Fields field value and a boolean to check if the value has been set.

func (CreateActionsFieldRequest) MarshalJSON

func (o CreateActionsFieldRequest) MarshalJSON() ([]byte, error)

func (*CreateActionsFieldRequest) SetFields

func (o *CreateActionsFieldRequest) SetFields(v []Field)

SetFields sets field value

func (CreateActionsFieldRequest) ToMap

func (o CreateActionsFieldRequest) ToMap() (map[string]interface{}, error)

func (*CreateActionsFieldRequest) UnmarshalJSON

func (o *CreateActionsFieldRequest) UnmarshalJSON(data []byte) (err error)

type CreateActionsRequest

type CreateActionsRequest struct {
	EntityAction EntityAction `json:"entity_action"`
}

CreateActionsRequest struct for CreateActionsRequest

func NewCreateActionsRequest

func NewCreateActionsRequest(entityAction EntityAction) *CreateActionsRequest

NewCreateActionsRequest instantiates a new CreateActionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateActionsRequestWithDefaults

func NewCreateActionsRequestWithDefaults() *CreateActionsRequest

NewCreateActionsRequestWithDefaults instantiates a new CreateActionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateActionsRequest) GetEntityAction

func (o *CreateActionsRequest) GetEntityAction() EntityAction

GetEntityAction returns the EntityAction field value

func (*CreateActionsRequest) GetEntityActionOk

func (o *CreateActionsRequest) GetEntityActionOk() (*EntityAction, bool)

GetEntityActionOk returns a tuple with the EntityAction field value and a boolean to check if the value has been set.

func (CreateActionsRequest) MarshalJSON

func (o CreateActionsRequest) MarshalJSON() ([]byte, error)

func (*CreateActionsRequest) SetEntityAction

func (o *CreateActionsRequest) SetEntityAction(v EntityAction)

SetEntityAction sets field value

func (CreateActionsRequest) ToMap

func (o CreateActionsRequest) ToMap() (map[string]interface{}, error)

func (*CreateActionsRequest) UnmarshalJSON

func (o *CreateActionsRequest) UnmarshalJSON(data []byte) (err error)

type CreateGroupObjectRequest

type CreateGroupObjectRequest struct {
	//
	GpsCoordinates       []int32 `json:"gps_coordinates,omitempty"`
	ObjectDepreciation   *bool   `json:"object_depreciation,omitempty"`
	DatePlacedInService  *string `json:"date_placed_in_service,omitempty"`
	OriginalCost         *int32  `json:"original_cost,omitempty"`
	PeriodOfLife         *int32  `json:"period_of_life,omitempty"`
	SalvageValue         *int32  `json:"salvage_value,omitempty"`
	StopDepreciation     *string `json:"stop_depreciation,omitempty"`
	DepreciationStopDate *string `json:"depreciation_stop_date,omitempty"`
	AdditionalProperties map[string]interface{}
}

CreateGroupObjectRequest struct for CreateGroupObjectRequest

func NewCreateGroupObjectRequest

func NewCreateGroupObjectRequest() *CreateGroupObjectRequest

NewCreateGroupObjectRequest instantiates a new CreateGroupObjectRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateGroupObjectRequestWithDefaults

func NewCreateGroupObjectRequestWithDefaults() *CreateGroupObjectRequest

NewCreateGroupObjectRequestWithDefaults instantiates a new CreateGroupObjectRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateGroupObjectRequest) GetDatePlacedInService

func (o *CreateGroupObjectRequest) GetDatePlacedInService() string

GetDatePlacedInService returns the DatePlacedInService field value if set, zero value otherwise.

func (*CreateGroupObjectRequest) GetDatePlacedInServiceOk

func (o *CreateGroupObjectRequest) GetDatePlacedInServiceOk() (*string, bool)

GetDatePlacedInServiceOk returns a tuple with the DatePlacedInService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupObjectRequest) GetDepreciationStopDate

func (o *CreateGroupObjectRequest) GetDepreciationStopDate() string

GetDepreciationStopDate returns the DepreciationStopDate field value if set, zero value otherwise.

func (*CreateGroupObjectRequest) GetDepreciationStopDateOk

func (o *CreateGroupObjectRequest) GetDepreciationStopDateOk() (*string, bool)

GetDepreciationStopDateOk returns a tuple with the DepreciationStopDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupObjectRequest) GetGpsCoordinates

func (o *CreateGroupObjectRequest) GetGpsCoordinates() []int32

GetGpsCoordinates returns the GpsCoordinates field value if set, zero value otherwise.

func (*CreateGroupObjectRequest) GetGpsCoordinatesOk

func (o *CreateGroupObjectRequest) GetGpsCoordinatesOk() ([]int32, bool)

GetGpsCoordinatesOk returns a tuple with the GpsCoordinates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupObjectRequest) GetObjectDepreciation

func (o *CreateGroupObjectRequest) GetObjectDepreciation() bool

GetObjectDepreciation returns the ObjectDepreciation field value if set, zero value otherwise.

func (*CreateGroupObjectRequest) GetObjectDepreciationOk

func (o *CreateGroupObjectRequest) GetObjectDepreciationOk() (*bool, bool)

GetObjectDepreciationOk returns a tuple with the ObjectDepreciation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupObjectRequest) GetOriginalCost

func (o *CreateGroupObjectRequest) GetOriginalCost() int32

GetOriginalCost returns the OriginalCost field value if set, zero value otherwise.

func (*CreateGroupObjectRequest) GetOriginalCostOk

func (o *CreateGroupObjectRequest) GetOriginalCostOk() (*int32, bool)

GetOriginalCostOk returns a tuple with the OriginalCost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupObjectRequest) GetPeriodOfLife

func (o *CreateGroupObjectRequest) GetPeriodOfLife() int32

GetPeriodOfLife returns the PeriodOfLife field value if set, zero value otherwise.

func (*CreateGroupObjectRequest) GetPeriodOfLifeOk

func (o *CreateGroupObjectRequest) GetPeriodOfLifeOk() (*int32, bool)

GetPeriodOfLifeOk returns a tuple with the PeriodOfLife field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupObjectRequest) GetSalvageValue

func (o *CreateGroupObjectRequest) GetSalvageValue() int32

GetSalvageValue returns the SalvageValue field value if set, zero value otherwise.

func (*CreateGroupObjectRequest) GetSalvageValueOk

func (o *CreateGroupObjectRequest) GetSalvageValueOk() (*int32, bool)

GetSalvageValueOk returns a tuple with the SalvageValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupObjectRequest) GetStopDepreciation

func (o *CreateGroupObjectRequest) GetStopDepreciation() string

GetStopDepreciation returns the StopDepreciation field value if set, zero value otherwise.

func (*CreateGroupObjectRequest) GetStopDepreciationOk

func (o *CreateGroupObjectRequest) GetStopDepreciationOk() (*string, bool)

GetStopDepreciationOk returns a tuple with the StopDepreciation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateGroupObjectRequest) HasDatePlacedInService

func (o *CreateGroupObjectRequest) HasDatePlacedInService() bool

HasDatePlacedInService returns a boolean if a field has been set.

func (*CreateGroupObjectRequest) HasDepreciationStopDate

func (o *CreateGroupObjectRequest) HasDepreciationStopDate() bool

HasDepreciationStopDate returns a boolean if a field has been set.

func (*CreateGroupObjectRequest) HasGpsCoordinates

func (o *CreateGroupObjectRequest) HasGpsCoordinates() bool

HasGpsCoordinates returns a boolean if a field has been set.

func (*CreateGroupObjectRequest) HasObjectDepreciation

func (o *CreateGroupObjectRequest) HasObjectDepreciation() bool

HasObjectDepreciation returns a boolean if a field has been set.

func (*CreateGroupObjectRequest) HasOriginalCost

func (o *CreateGroupObjectRequest) HasOriginalCost() bool

HasOriginalCost returns a boolean if a field has been set.

func (*CreateGroupObjectRequest) HasPeriodOfLife

func (o *CreateGroupObjectRequest) HasPeriodOfLife() bool

HasPeriodOfLife returns a boolean if a field has been set.

func (*CreateGroupObjectRequest) HasSalvageValue

func (o *CreateGroupObjectRequest) HasSalvageValue() bool

HasSalvageValue returns a boolean if a field has been set.

func (*CreateGroupObjectRequest) HasStopDepreciation

func (o *CreateGroupObjectRequest) HasStopDepreciation() bool

HasStopDepreciation returns a boolean if a field has been set.

func (CreateGroupObjectRequest) MarshalJSON

func (o CreateGroupObjectRequest) MarshalJSON() ([]byte, error)

func (*CreateGroupObjectRequest) SetDatePlacedInService

func (o *CreateGroupObjectRequest) SetDatePlacedInService(v string)

SetDatePlacedInService gets a reference to the given string and assigns it to the DatePlacedInService field.

func (*CreateGroupObjectRequest) SetDepreciationStopDate

func (o *CreateGroupObjectRequest) SetDepreciationStopDate(v string)

SetDepreciationStopDate gets a reference to the given string and assigns it to the DepreciationStopDate field.

func (*CreateGroupObjectRequest) SetGpsCoordinates

func (o *CreateGroupObjectRequest) SetGpsCoordinates(v []int32)

SetGpsCoordinates gets a reference to the given []int32 and assigns it to the GpsCoordinates field.

func (*CreateGroupObjectRequest) SetObjectDepreciation

func (o *CreateGroupObjectRequest) SetObjectDepreciation(v bool)

SetObjectDepreciation gets a reference to the given bool and assigns it to the ObjectDepreciation field.

func (*CreateGroupObjectRequest) SetOriginalCost

func (o *CreateGroupObjectRequest) SetOriginalCost(v int32)

SetOriginalCost gets a reference to the given int32 and assigns it to the OriginalCost field.

func (*CreateGroupObjectRequest) SetPeriodOfLife

func (o *CreateGroupObjectRequest) SetPeriodOfLife(v int32)

SetPeriodOfLife gets a reference to the given int32 and assigns it to the PeriodOfLife field.

func (*CreateGroupObjectRequest) SetSalvageValue

func (o *CreateGroupObjectRequest) SetSalvageValue(v int32)

SetSalvageValue gets a reference to the given int32 and assigns it to the SalvageValue field.

func (*CreateGroupObjectRequest) SetStopDepreciation

func (o *CreateGroupObjectRequest) SetStopDepreciation(v string)

SetStopDepreciation gets a reference to the given string and assigns it to the StopDepreciation field.

func (CreateGroupObjectRequest) ToMap

func (o CreateGroupObjectRequest) ToMap() (map[string]interface{}, error)

func (*CreateGroupObjectRequest) UnmarshalJSON

func (o *CreateGroupObjectRequest) UnmarshalJSON(data []byte) (err error)

type CreateMultipleActionObjects

type CreateMultipleActionObjects struct {
	ObjectIds    []string               `json:"object_ids,omitempty"`
	ActionFields map[string]interface{} `json:"action_fields,omitempty"`
}

CreateMultipleActionObjects struct for CreateMultipleActionObjects

func NewCreateMultipleActionObjects

func NewCreateMultipleActionObjects() *CreateMultipleActionObjects

NewCreateMultipleActionObjects instantiates a new CreateMultipleActionObjects object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateMultipleActionObjectsWithDefaults

func NewCreateMultipleActionObjectsWithDefaults() *CreateMultipleActionObjects

NewCreateMultipleActionObjectsWithDefaults instantiates a new CreateMultipleActionObjects object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateMultipleActionObjects) GetActionFields

func (o *CreateMultipleActionObjects) GetActionFields() map[string]interface{}

GetActionFields returns the ActionFields field value if set, zero value otherwise.

func (*CreateMultipleActionObjects) GetActionFieldsOk

func (o *CreateMultipleActionObjects) GetActionFieldsOk() (map[string]interface{}, bool)

GetActionFieldsOk returns a tuple with the ActionFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateMultipleActionObjects) GetObjectIds

func (o *CreateMultipleActionObjects) GetObjectIds() []string

GetObjectIds returns the ObjectIds field value if set, zero value otherwise.

func (*CreateMultipleActionObjects) GetObjectIdsOk

func (o *CreateMultipleActionObjects) GetObjectIdsOk() ([]string, bool)

GetObjectIdsOk returns a tuple with the ObjectIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateMultipleActionObjects) HasActionFields

func (o *CreateMultipleActionObjects) HasActionFields() bool

HasActionFields returns a boolean if a field has been set.

func (*CreateMultipleActionObjects) HasObjectIds

func (o *CreateMultipleActionObjects) HasObjectIds() bool

HasObjectIds returns a boolean if a field has been set.

func (CreateMultipleActionObjects) MarshalJSON

func (o CreateMultipleActionObjects) MarshalJSON() ([]byte, error)

func (*CreateMultipleActionObjects) SetActionFields

func (o *CreateMultipleActionObjects) SetActionFields(v map[string]interface{})

SetActionFields gets a reference to the given map[string]interface{} and assigns it to the ActionFields field.

func (*CreateMultipleActionObjects) SetObjectIds

func (o *CreateMultipleActionObjects) SetObjectIds(v []string)

SetObjectIds gets a reference to the given []string and assigns it to the ObjectIds field.

func (CreateMultipleActionObjects) ToMap

func (o CreateMultipleActionObjects) ToMap() (map[string]interface{}, error)

type CreateSingleActionObject

type CreateSingleActionObject struct {
	ObjectId       string                 `json:"object_id"`
	ActionObjectId *string                `json:"action_object_id,omitempty"`
	ActionFields   map[string]interface{} `json:"action_fields"`
}

CreateSingleActionObject struct for CreateSingleActionObject

func NewCreateSingleActionObject

func NewCreateSingleActionObject(objectId string, actionFields map[string]interface{}) *CreateSingleActionObject

NewCreateSingleActionObject instantiates a new CreateSingleActionObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateSingleActionObjectWithDefaults

func NewCreateSingleActionObjectWithDefaults() *CreateSingleActionObject

NewCreateSingleActionObjectWithDefaults instantiates a new CreateSingleActionObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateSingleActionObject) GetActionFields

func (o *CreateSingleActionObject) GetActionFields() map[string]interface{}

GetActionFields returns the ActionFields field value

func (*CreateSingleActionObject) GetActionFieldsOk

func (o *CreateSingleActionObject) GetActionFieldsOk() (map[string]interface{}, bool)

GetActionFieldsOk returns a tuple with the ActionFields field value and a boolean to check if the value has been set.

func (*CreateSingleActionObject) GetActionObjectId

func (o *CreateSingleActionObject) GetActionObjectId() string

GetActionObjectId returns the ActionObjectId field value if set, zero value otherwise.

func (*CreateSingleActionObject) GetActionObjectIdOk

func (o *CreateSingleActionObject) GetActionObjectIdOk() (*string, bool)

GetActionObjectIdOk returns a tuple with the ActionObjectId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateSingleActionObject) GetObjectId

func (o *CreateSingleActionObject) GetObjectId() string

GetObjectId returns the ObjectId field value

func (*CreateSingleActionObject) GetObjectIdOk

func (o *CreateSingleActionObject) GetObjectIdOk() (*string, bool)

GetObjectIdOk returns a tuple with the ObjectId field value and a boolean to check if the value has been set.

func (*CreateSingleActionObject) HasActionObjectId

func (o *CreateSingleActionObject) HasActionObjectId() bool

HasActionObjectId returns a boolean if a field has been set.

func (CreateSingleActionObject) MarshalJSON

func (o CreateSingleActionObject) MarshalJSON() ([]byte, error)

func (*CreateSingleActionObject) SetActionFields

func (o *CreateSingleActionObject) SetActionFields(v map[string]interface{})

SetActionFields sets field value

func (*CreateSingleActionObject) SetActionObjectId

func (o *CreateSingleActionObject) SetActionObjectId(v string)

SetActionObjectId gets a reference to the given string and assigns it to the ActionObjectId field.

func (*CreateSingleActionObject) SetObjectId

func (o *CreateSingleActionObject) SetObjectId(v string)

SetObjectId sets field value

func (CreateSingleActionObject) ToMap

func (o CreateSingleActionObject) ToMap() (map[string]interface{}, error)

func (*CreateSingleActionObject) UnmarshalJSON

func (o *CreateSingleActionObject) UnmarshalJSON(data []byte) (err error)

type CreatereportRequest

type CreatereportRequest struct {
	ReportId        string  `json:"report_id"`
	ReportType      string  `json:"report_type"`
	Report          Report  `json:"report"`
	EntityEmbedYn   *string `json:"entity_embed_yn,omitempty"`
	ObjectSelector  *string `json:"object_selector,omitempty"`
	ReportableValue *string `json:"reportable_value,omitempty"`
}

CreatereportRequest struct for CreatereportRequest

func NewCreatereportRequest

func NewCreatereportRequest(reportId string, reportType string, report Report) *CreatereportRequest

NewCreatereportRequest instantiates a new CreatereportRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreatereportRequestWithDefaults

func NewCreatereportRequestWithDefaults() *CreatereportRequest

NewCreatereportRequestWithDefaults instantiates a new CreatereportRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreatereportRequest) GetEntityEmbedYn

func (o *CreatereportRequest) GetEntityEmbedYn() string

GetEntityEmbedYn returns the EntityEmbedYn field value if set, zero value otherwise.

func (*CreatereportRequest) GetEntityEmbedYnOk

func (o *CreatereportRequest) GetEntityEmbedYnOk() (*string, bool)

GetEntityEmbedYnOk returns a tuple with the EntityEmbedYn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreatereportRequest) GetObjectSelector

func (o *CreatereportRequest) GetObjectSelector() string

GetObjectSelector returns the ObjectSelector field value if set, zero value otherwise.

func (*CreatereportRequest) GetObjectSelectorOk

func (o *CreatereportRequest) GetObjectSelectorOk() (*string, bool)

GetObjectSelectorOk returns a tuple with the ObjectSelector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreatereportRequest) GetReport

func (o *CreatereportRequest) GetReport() Report

GetReport returns the Report field value

func (*CreatereportRequest) GetReportId

func (o *CreatereportRequest) GetReportId() string

GetReportId returns the ReportId field value

func (*CreatereportRequest) GetReportIdOk

func (o *CreatereportRequest) GetReportIdOk() (*string, bool)

GetReportIdOk returns a tuple with the ReportId field value and a boolean to check if the value has been set.

func (*CreatereportRequest) GetReportOk

func (o *CreatereportRequest) GetReportOk() (*Report, bool)

GetReportOk returns a tuple with the Report field value and a boolean to check if the value has been set.

func (*CreatereportRequest) GetReportType

func (o *CreatereportRequest) GetReportType() string

GetReportType returns the ReportType field value

func (*CreatereportRequest) GetReportTypeOk

func (o *CreatereportRequest) GetReportTypeOk() (*string, bool)

GetReportTypeOk returns a tuple with the ReportType field value and a boolean to check if the value has been set.

func (*CreatereportRequest) GetReportableValue

func (o *CreatereportRequest) GetReportableValue() string

GetReportableValue returns the ReportableValue field value if set, zero value otherwise.

func (*CreatereportRequest) GetReportableValueOk

func (o *CreatereportRequest) GetReportableValueOk() (*string, bool)

GetReportableValueOk returns a tuple with the ReportableValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreatereportRequest) HasEntityEmbedYn

func (o *CreatereportRequest) HasEntityEmbedYn() bool

HasEntityEmbedYn returns a boolean if a field has been set.

func (*CreatereportRequest) HasObjectSelector

func (o *CreatereportRequest) HasObjectSelector() bool

HasObjectSelector returns a boolean if a field has been set.

func (*CreatereportRequest) HasReportableValue

func (o *CreatereportRequest) HasReportableValue() bool

HasReportableValue returns a boolean if a field has been set.

func (CreatereportRequest) MarshalJSON

func (o CreatereportRequest) MarshalJSON() ([]byte, error)

func (*CreatereportRequest) SetEntityEmbedYn

func (o *CreatereportRequest) SetEntityEmbedYn(v string)

SetEntityEmbedYn gets a reference to the given string and assigns it to the EntityEmbedYn field.

func (*CreatereportRequest) SetObjectSelector

func (o *CreatereportRequest) SetObjectSelector(v string)

SetObjectSelector gets a reference to the given string and assigns it to the ObjectSelector field.

func (*CreatereportRequest) SetReport

func (o *CreatereportRequest) SetReport(v Report)

SetReport sets field value

func (*CreatereportRequest) SetReportId

func (o *CreatereportRequest) SetReportId(v string)

SetReportId sets field value

func (*CreatereportRequest) SetReportType

func (o *CreatereportRequest) SetReportType(v string)

SetReportType sets field value

func (*CreatereportRequest) SetReportableValue

func (o *CreatereportRequest) SetReportableValue(v string)

SetReportableValue gets a reference to the given string and assigns it to the ReportableValue field.

func (CreatereportRequest) ToMap

func (o CreatereportRequest) ToMap() (map[string]interface{}, error)

func (*CreatereportRequest) UnmarshalJSON

func (o *CreatereportRequest) UnmarshalJSON(data []byte) (err error)

type CreatesEntityRelationAttributes

type CreatesEntityRelationAttributes struct {
	CreatesEntityId string `json:"creates_entity_id"`
	Id              string `json:"id"`
}

CreatesEntityRelationAttributes struct for CreatesEntityRelationAttributes

func NewCreatesEntityRelationAttributes

func NewCreatesEntityRelationAttributes(createsEntityId string, id string) *CreatesEntityRelationAttributes

NewCreatesEntityRelationAttributes instantiates a new CreatesEntityRelationAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreatesEntityRelationAttributesWithDefaults

func NewCreatesEntityRelationAttributesWithDefaults() *CreatesEntityRelationAttributes

NewCreatesEntityRelationAttributesWithDefaults instantiates a new CreatesEntityRelationAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreatesEntityRelationAttributes) GetCreatesEntityId

func (o *CreatesEntityRelationAttributes) GetCreatesEntityId() string

GetCreatesEntityId returns the CreatesEntityId field value

func (*CreatesEntityRelationAttributes) GetCreatesEntityIdOk

func (o *CreatesEntityRelationAttributes) GetCreatesEntityIdOk() (*string, bool)

GetCreatesEntityIdOk returns a tuple with the CreatesEntityId field value and a boolean to check if the value has been set.

func (*CreatesEntityRelationAttributes) GetId

GetId returns the Id field value

func (*CreatesEntityRelationAttributes) GetIdOk

func (o *CreatesEntityRelationAttributes) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (CreatesEntityRelationAttributes) MarshalJSON

func (o CreatesEntityRelationAttributes) MarshalJSON() ([]byte, error)

func (*CreatesEntityRelationAttributes) SetCreatesEntityId

func (o *CreatesEntityRelationAttributes) SetCreatesEntityId(v string)

SetCreatesEntityId sets field value

func (*CreatesEntityRelationAttributes) SetId

SetId sets field value

func (CreatesEntityRelationAttributes) ToMap

func (o CreatesEntityRelationAttributes) ToMap() (map[string]interface{}, error)

func (*CreatesEntityRelationAttributes) UnmarshalJSON

func (o *CreatesEntityRelationAttributes) UnmarshalJSON(data []byte) (err error)

type CreateuserRequest

type CreateuserRequest struct {
	Device string `json:"device"`
	User   User   `json:"user"`
}

CreateuserRequest struct for CreateuserRequest

func NewCreateuserRequest

func NewCreateuserRequest(device string, user User) *CreateuserRequest

NewCreateuserRequest instantiates a new CreateuserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateuserRequestWithDefaults

func NewCreateuserRequestWithDefaults() *CreateuserRequest

NewCreateuserRequestWithDefaults instantiates a new CreateuserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateuserRequest) GetDevice

func (o *CreateuserRequest) GetDevice() string

GetDevice returns the Device field value

func (*CreateuserRequest) GetDeviceOk

func (o *CreateuserRequest) GetDeviceOk() (*string, bool)

GetDeviceOk returns a tuple with the Device field value and a boolean to check if the value has been set.

func (*CreateuserRequest) GetUser

func (o *CreateuserRequest) GetUser() User

GetUser returns the User field value

func (*CreateuserRequest) GetUserOk

func (o *CreateuserRequest) GetUserOk() (*User, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (CreateuserRequest) MarshalJSON

func (o CreateuserRequest) MarshalJSON() ([]byte, error)

func (*CreateuserRequest) SetDevice

func (o *CreateuserRequest) SetDevice(v string)

SetDevice sets field value

func (*CreateuserRequest) SetUser

func (o *CreateuserRequest) SetUser(v User)

SetUser sets field value

func (CreateuserRequest) ToMap

func (o CreateuserRequest) ToMap() (map[string]interface{}, error)

func (*CreateuserRequest) UnmarshalJSON

func (o *CreateuserRequest) UnmarshalJSON(data []byte) (err error)

type EditGroupObjectsRequest

type EditGroupObjectsRequest struct {
	Field1  *string `json:"field_1,omitempty"`
	Field2  *string `json:"field_2,omitempty"`
	Field22 *string `json:"field_22,omitempty"`
	//
	GpsCoordinates []int32 `json:"gps_coordinates,omitempty"`
}

EditGroupObjectsRequest struct for EditGroupObjectsRequest

func NewEditGroupObjectsRequest

func NewEditGroupObjectsRequest() *EditGroupObjectsRequest

NewEditGroupObjectsRequest instantiates a new EditGroupObjectsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEditGroupObjectsRequestWithDefaults

func NewEditGroupObjectsRequestWithDefaults() *EditGroupObjectsRequest

NewEditGroupObjectsRequestWithDefaults instantiates a new EditGroupObjectsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EditGroupObjectsRequest) GetField1

func (o *EditGroupObjectsRequest) GetField1() string

GetField1 returns the Field1 field value if set, zero value otherwise.

func (*EditGroupObjectsRequest) GetField1Ok

func (o *EditGroupObjectsRequest) GetField1Ok() (*string, bool)

GetField1Ok returns a tuple with the Field1 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditGroupObjectsRequest) GetField2

func (o *EditGroupObjectsRequest) GetField2() string

GetField2 returns the Field2 field value if set, zero value otherwise.

func (*EditGroupObjectsRequest) GetField22

func (o *EditGroupObjectsRequest) GetField22() string

GetField22 returns the Field22 field value if set, zero value otherwise.

func (*EditGroupObjectsRequest) GetField22Ok

func (o *EditGroupObjectsRequest) GetField22Ok() (*string, bool)

GetField22Ok returns a tuple with the Field22 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditGroupObjectsRequest) GetField2Ok

func (o *EditGroupObjectsRequest) GetField2Ok() (*string, bool)

GetField2Ok returns a tuple with the Field2 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditGroupObjectsRequest) GetGpsCoordinates

func (o *EditGroupObjectsRequest) GetGpsCoordinates() []int32

GetGpsCoordinates returns the GpsCoordinates field value if set, zero value otherwise.

func (*EditGroupObjectsRequest) GetGpsCoordinatesOk

func (o *EditGroupObjectsRequest) GetGpsCoordinatesOk() ([]int32, bool)

GetGpsCoordinatesOk returns a tuple with the GpsCoordinates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EditGroupObjectsRequest) HasField1

func (o *EditGroupObjectsRequest) HasField1() bool

HasField1 returns a boolean if a field has been set.

func (*EditGroupObjectsRequest) HasField2

func (o *EditGroupObjectsRequest) HasField2() bool

HasField2 returns a boolean if a field has been set.

func (*EditGroupObjectsRequest) HasField22

func (o *EditGroupObjectsRequest) HasField22() bool

HasField22 returns a boolean if a field has been set.

func (*EditGroupObjectsRequest) HasGpsCoordinates

func (o *EditGroupObjectsRequest) HasGpsCoordinates() bool

HasGpsCoordinates returns a boolean if a field has been set.

func (EditGroupObjectsRequest) MarshalJSON

func (o EditGroupObjectsRequest) MarshalJSON() ([]byte, error)

func (*EditGroupObjectsRequest) SetField1

func (o *EditGroupObjectsRequest) SetField1(v string)

SetField1 gets a reference to the given string and assigns it to the Field1 field.

func (*EditGroupObjectsRequest) SetField2

func (o *EditGroupObjectsRequest) SetField2(v string)

SetField2 gets a reference to the given string and assigns it to the Field2 field.

func (*EditGroupObjectsRequest) SetField22

func (o *EditGroupObjectsRequest) SetField22(v string)

SetField22 gets a reference to the given string and assigns it to the Field22 field.

func (*EditGroupObjectsRequest) SetGpsCoordinates

func (o *EditGroupObjectsRequest) SetGpsCoordinates(v []int32)

SetGpsCoordinates gets a reference to the given []int32 and assigns it to the GpsCoordinates field.

func (EditGroupObjectsRequest) ToMap

func (o EditGroupObjectsRequest) ToMap() (map[string]interface{}, error)

type EntityAction

type EntityAction struct {
	Type                                        string                           `json:"type"`
	Name                                        string                           `json:"name"`
	IsActive                                    *string                          `json:"is_active,omitempty"`
	DeactivateDepreciation                      *string                          `json:"deactivate_depreciation,omitempty"`
	IsReturnable                                *string                          `json:"is_returnable,omitempty"`
	PerformOnNotReturned                        *string                          `json:"perform_on_not_returned,omitempty"`
	ChangeReturnName                            *string                          `json:"change_return_name,omitempty"`
	ReturnName                                  *string                          `json:"return_name,omitempty"`
	IsAutoReturnable                            *string                          `json:"is_auto_returnable,omitempty"`
	IsCreatingEntityObjects                     *string                          `json:"is_creating_entity_objects,omitempty"`
	CreatesEntityRelationAttributes             *CreatesEntityRelationAttributes `json:"creates_entity_relation_attributes,omitempty"`
	OnWebPerformGroupActionBeforeScanRecords    *string                          `json:"on_web_perform_group_action_before_scan_records,omitempty"`
	OnMobilePerformGroupActionBeforeScanRecords *string                          `json:"on_mobile_perform_group_action_before_scan_records,omitempty"`
	AllowAttachments                            *string                          `json:"allow_attachments,omitempty"`
	TrackGps                                    *string                          `json:"track_gps,omitempty"`
}

EntityAction struct for EntityAction

func NewEntityAction

func NewEntityAction(type_ string, name string) *EntityAction

NewEntityAction instantiates a new EntityAction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewEntityActionWithDefaults

func NewEntityActionWithDefaults() *EntityAction

NewEntityActionWithDefaults instantiates a new EntityAction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*EntityAction) GetAllowAttachments

func (o *EntityAction) GetAllowAttachments() string

GetAllowAttachments returns the AllowAttachments field value if set, zero value otherwise.

func (*EntityAction) GetAllowAttachmentsOk

func (o *EntityAction) GetAllowAttachmentsOk() (*string, bool)

GetAllowAttachmentsOk returns a tuple with the AllowAttachments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetChangeReturnName

func (o *EntityAction) GetChangeReturnName() string

GetChangeReturnName returns the ChangeReturnName field value if set, zero value otherwise.

func (*EntityAction) GetChangeReturnNameOk

func (o *EntityAction) GetChangeReturnNameOk() (*string, bool)

GetChangeReturnNameOk returns a tuple with the ChangeReturnName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetCreatesEntityRelationAttributes

func (o *EntityAction) GetCreatesEntityRelationAttributes() CreatesEntityRelationAttributes

GetCreatesEntityRelationAttributes returns the CreatesEntityRelationAttributes field value if set, zero value otherwise.

func (*EntityAction) GetCreatesEntityRelationAttributesOk

func (o *EntityAction) GetCreatesEntityRelationAttributesOk() (*CreatesEntityRelationAttributes, bool)

GetCreatesEntityRelationAttributesOk returns a tuple with the CreatesEntityRelationAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetDeactivateDepreciation

func (o *EntityAction) GetDeactivateDepreciation() string

GetDeactivateDepreciation returns the DeactivateDepreciation field value if set, zero value otherwise.

func (*EntityAction) GetDeactivateDepreciationOk

func (o *EntityAction) GetDeactivateDepreciationOk() (*string, bool)

GetDeactivateDepreciationOk returns a tuple with the DeactivateDepreciation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetIsActive

func (o *EntityAction) GetIsActive() string

GetIsActive returns the IsActive field value if set, zero value otherwise.

func (*EntityAction) GetIsActiveOk

func (o *EntityAction) GetIsActiveOk() (*string, bool)

GetIsActiveOk returns a tuple with the IsActive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetIsAutoReturnable

func (o *EntityAction) GetIsAutoReturnable() string

GetIsAutoReturnable returns the IsAutoReturnable field value if set, zero value otherwise.

func (*EntityAction) GetIsAutoReturnableOk

func (o *EntityAction) GetIsAutoReturnableOk() (*string, bool)

GetIsAutoReturnableOk returns a tuple with the IsAutoReturnable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetIsCreatingEntityObjects

func (o *EntityAction) GetIsCreatingEntityObjects() string

GetIsCreatingEntityObjects returns the IsCreatingEntityObjects field value if set, zero value otherwise.

func (*EntityAction) GetIsCreatingEntityObjectsOk

func (o *EntityAction) GetIsCreatingEntityObjectsOk() (*string, bool)

GetIsCreatingEntityObjectsOk returns a tuple with the IsCreatingEntityObjects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetIsReturnable

func (o *EntityAction) GetIsReturnable() string

GetIsReturnable returns the IsReturnable field value if set, zero value otherwise.

func (*EntityAction) GetIsReturnableOk

func (o *EntityAction) GetIsReturnableOk() (*string, bool)

GetIsReturnableOk returns a tuple with the IsReturnable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetName

func (o *EntityAction) GetName() string

GetName returns the Name field value

func (*EntityAction) GetNameOk

func (o *EntityAction) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*EntityAction) GetOnMobilePerformGroupActionBeforeScanRecords

func (o *EntityAction) GetOnMobilePerformGroupActionBeforeScanRecords() string

GetOnMobilePerformGroupActionBeforeScanRecords returns the OnMobilePerformGroupActionBeforeScanRecords field value if set, zero value otherwise.

func (*EntityAction) GetOnMobilePerformGroupActionBeforeScanRecordsOk

func (o *EntityAction) GetOnMobilePerformGroupActionBeforeScanRecordsOk() (*string, bool)

GetOnMobilePerformGroupActionBeforeScanRecordsOk returns a tuple with the OnMobilePerformGroupActionBeforeScanRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetOnWebPerformGroupActionBeforeScanRecords

func (o *EntityAction) GetOnWebPerformGroupActionBeforeScanRecords() string

GetOnWebPerformGroupActionBeforeScanRecords returns the OnWebPerformGroupActionBeforeScanRecords field value if set, zero value otherwise.

func (*EntityAction) GetOnWebPerformGroupActionBeforeScanRecordsOk

func (o *EntityAction) GetOnWebPerformGroupActionBeforeScanRecordsOk() (*string, bool)

GetOnWebPerformGroupActionBeforeScanRecordsOk returns a tuple with the OnWebPerformGroupActionBeforeScanRecords field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetPerformOnNotReturned

func (o *EntityAction) GetPerformOnNotReturned() string

GetPerformOnNotReturned returns the PerformOnNotReturned field value if set, zero value otherwise.

func (*EntityAction) GetPerformOnNotReturnedOk

func (o *EntityAction) GetPerformOnNotReturnedOk() (*string, bool)

GetPerformOnNotReturnedOk returns a tuple with the PerformOnNotReturned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetReturnName

func (o *EntityAction) GetReturnName() string

GetReturnName returns the ReturnName field value if set, zero value otherwise.

func (*EntityAction) GetReturnNameOk

func (o *EntityAction) GetReturnNameOk() (*string, bool)

GetReturnNameOk returns a tuple with the ReturnName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetTrackGps

func (o *EntityAction) GetTrackGps() string

GetTrackGps returns the TrackGps field value if set, zero value otherwise.

func (*EntityAction) GetTrackGpsOk

func (o *EntityAction) GetTrackGpsOk() (*string, bool)

GetTrackGpsOk returns a tuple with the TrackGps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EntityAction) GetType

func (o *EntityAction) GetType() string

GetType returns the Type field value

func (*EntityAction) GetTypeOk

func (o *EntityAction) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*EntityAction) HasAllowAttachments

func (o *EntityAction) HasAllowAttachments() bool

HasAllowAttachments returns a boolean if a field has been set.

func (*EntityAction) HasChangeReturnName

func (o *EntityAction) HasChangeReturnName() bool

HasChangeReturnName returns a boolean if a field has been set.

func (*EntityAction) HasCreatesEntityRelationAttributes

func (o *EntityAction) HasCreatesEntityRelationAttributes() bool

HasCreatesEntityRelationAttributes returns a boolean if a field has been set.

func (*EntityAction) HasDeactivateDepreciation

func (o *EntityAction) HasDeactivateDepreciation() bool

HasDeactivateDepreciation returns a boolean if a field has been set.

func (*EntityAction) HasIsActive

func (o *EntityAction) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

func (*EntityAction) HasIsAutoReturnable

func (o *EntityAction) HasIsAutoReturnable() bool

HasIsAutoReturnable returns a boolean if a field has been set.

func (*EntityAction) HasIsCreatingEntityObjects

func (o *EntityAction) HasIsCreatingEntityObjects() bool

HasIsCreatingEntityObjects returns a boolean if a field has been set.

func (*EntityAction) HasIsReturnable

func (o *EntityAction) HasIsReturnable() bool

HasIsReturnable returns a boolean if a field has been set.

func (*EntityAction) HasOnMobilePerformGroupActionBeforeScanRecords

func (o *EntityAction) HasOnMobilePerformGroupActionBeforeScanRecords() bool

HasOnMobilePerformGroupActionBeforeScanRecords returns a boolean if a field has been set.

func (*EntityAction) HasOnWebPerformGroupActionBeforeScanRecords

func (o *EntityAction) HasOnWebPerformGroupActionBeforeScanRecords() bool

HasOnWebPerformGroupActionBeforeScanRecords returns a boolean if a field has been set.

func (*EntityAction) HasPerformOnNotReturned

func (o *EntityAction) HasPerformOnNotReturned() bool

HasPerformOnNotReturned returns a boolean if a field has been set.

func (*EntityAction) HasReturnName

func (o *EntityAction) HasReturnName() bool

HasReturnName returns a boolean if a field has been set.

func (*EntityAction) HasTrackGps

func (o *EntityAction) HasTrackGps() bool

HasTrackGps returns a boolean if a field has been set.

func (EntityAction) MarshalJSON

func (o EntityAction) MarshalJSON() ([]byte, error)

func (*EntityAction) SetAllowAttachments

func (o *EntityAction) SetAllowAttachments(v string)

SetAllowAttachments gets a reference to the given string and assigns it to the AllowAttachments field.

func (*EntityAction) SetChangeReturnName

func (o *EntityAction) SetChangeReturnName(v string)

SetChangeReturnName gets a reference to the given string and assigns it to the ChangeReturnName field.

func (*EntityAction) SetCreatesEntityRelationAttributes

func (o *EntityAction) SetCreatesEntityRelationAttributes(v CreatesEntityRelationAttributes)

SetCreatesEntityRelationAttributes gets a reference to the given CreatesEntityRelationAttributes and assigns it to the CreatesEntityRelationAttributes field.

func (*EntityAction) SetDeactivateDepreciation

func (o *EntityAction) SetDeactivateDepreciation(v string)

SetDeactivateDepreciation gets a reference to the given string and assigns it to the DeactivateDepreciation field.

func (*EntityAction) SetIsActive

func (o *EntityAction) SetIsActive(v string)

SetIsActive gets a reference to the given string and assigns it to the IsActive field.

func (*EntityAction) SetIsAutoReturnable

func (o *EntityAction) SetIsAutoReturnable(v string)

SetIsAutoReturnable gets a reference to the given string and assigns it to the IsAutoReturnable field.

func (*EntityAction) SetIsCreatingEntityObjects

func (o *EntityAction) SetIsCreatingEntityObjects(v string)

SetIsCreatingEntityObjects gets a reference to the given string and assigns it to the IsCreatingEntityObjects field.

func (*EntityAction) SetIsReturnable

func (o *EntityAction) SetIsReturnable(v string)

SetIsReturnable gets a reference to the given string and assigns it to the IsReturnable field.

func (*EntityAction) SetName

func (o *EntityAction) SetName(v string)

SetName sets field value

func (*EntityAction) SetOnMobilePerformGroupActionBeforeScanRecords

func (o *EntityAction) SetOnMobilePerformGroupActionBeforeScanRecords(v string)

SetOnMobilePerformGroupActionBeforeScanRecords gets a reference to the given string and assigns it to the OnMobilePerformGroupActionBeforeScanRecords field.

func (*EntityAction) SetOnWebPerformGroupActionBeforeScanRecords

func (o *EntityAction) SetOnWebPerformGroupActionBeforeScanRecords(v string)

SetOnWebPerformGroupActionBeforeScanRecords gets a reference to the given string and assigns it to the OnWebPerformGroupActionBeforeScanRecords field.

func (*EntityAction) SetPerformOnNotReturned

func (o *EntityAction) SetPerformOnNotReturned(v string)

SetPerformOnNotReturned gets a reference to the given string and assigns it to the PerformOnNotReturned field.

func (*EntityAction) SetReturnName

func (o *EntityAction) SetReturnName(v string)

SetReturnName gets a reference to the given string and assigns it to the ReturnName field.

func (*EntityAction) SetTrackGps

func (o *EntityAction) SetTrackGps(v string)

SetTrackGps gets a reference to the given string and assigns it to the TrackGps field.

func (*EntityAction) SetType

func (o *EntityAction) SetType(v string)

SetType sets field value

func (EntityAction) ToMap

func (o EntityAction) ToMap() (map[string]interface{}, error)

func (*EntityAction) UnmarshalJSON

func (o *EntityAction) UnmarshalJSON(data []byte) (err error)

type Field

type Field struct {
	Name             string  `json:"name"`
	LongName         *string `json:"long_name,omitempty"`
	Type             string  `json:"type"`
	AllowScanning    *string `json:"allow_scanning,omitempty"`
	MobileScanOnly   *string `json:"mobile_scan_only,omitempty"`
	IsOpenField      *string `json:"is_open_field,omitempty"`
	IsRequired       *string `json:"is_required,omitempty"`
	IsEditable       *string `json:"is_editable,omitempty"`
	IsRequiredReturn *string `json:"is_required_return,omitempty"`
	IsEditableReturn *string `json:"is_editable_return,omitempty"`
	IsReturnField    *string `json:"is_return_field,omitempty"`
}

Field struct for Field

func NewField

func NewField(name string, type_ string) *Field

NewField instantiates a new Field object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFieldWithDefaults

func NewFieldWithDefaults() *Field

NewFieldWithDefaults instantiates a new Field object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Field) GetAllowScanning

func (o *Field) GetAllowScanning() string

GetAllowScanning returns the AllowScanning field value if set, zero value otherwise.

func (*Field) GetAllowScanningOk

func (o *Field) GetAllowScanningOk() (*string, bool)

GetAllowScanningOk returns a tuple with the AllowScanning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetIsEditable

func (o *Field) GetIsEditable() string

GetIsEditable returns the IsEditable field value if set, zero value otherwise.

func (*Field) GetIsEditableOk

func (o *Field) GetIsEditableOk() (*string, bool)

GetIsEditableOk returns a tuple with the IsEditable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetIsEditableReturn

func (o *Field) GetIsEditableReturn() string

GetIsEditableReturn returns the IsEditableReturn field value if set, zero value otherwise.

func (*Field) GetIsEditableReturnOk

func (o *Field) GetIsEditableReturnOk() (*string, bool)

GetIsEditableReturnOk returns a tuple with the IsEditableReturn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetIsOpenField

func (o *Field) GetIsOpenField() string

GetIsOpenField returns the IsOpenField field value if set, zero value otherwise.

func (*Field) GetIsOpenFieldOk

func (o *Field) GetIsOpenFieldOk() (*string, bool)

GetIsOpenFieldOk returns a tuple with the IsOpenField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetIsRequired

func (o *Field) GetIsRequired() string

GetIsRequired returns the IsRequired field value if set, zero value otherwise.

func (*Field) GetIsRequiredOk

func (o *Field) GetIsRequiredOk() (*string, bool)

GetIsRequiredOk returns a tuple with the IsRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetIsRequiredReturn

func (o *Field) GetIsRequiredReturn() string

GetIsRequiredReturn returns the IsRequiredReturn field value if set, zero value otherwise.

func (*Field) GetIsRequiredReturnOk

func (o *Field) GetIsRequiredReturnOk() (*string, bool)

GetIsRequiredReturnOk returns a tuple with the IsRequiredReturn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetIsReturnField

func (o *Field) GetIsReturnField() string

GetIsReturnField returns the IsReturnField field value if set, zero value otherwise.

func (*Field) GetIsReturnFieldOk

func (o *Field) GetIsReturnFieldOk() (*string, bool)

GetIsReturnFieldOk returns a tuple with the IsReturnField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetLongName

func (o *Field) GetLongName() string

GetLongName returns the LongName field value if set, zero value otherwise.

func (*Field) GetLongNameOk

func (o *Field) GetLongNameOk() (*string, bool)

GetLongNameOk returns a tuple with the LongName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetMobileScanOnly

func (o *Field) GetMobileScanOnly() string

GetMobileScanOnly returns the MobileScanOnly field value if set, zero value otherwise.

func (*Field) GetMobileScanOnlyOk

func (o *Field) GetMobileScanOnlyOk() (*string, bool)

GetMobileScanOnlyOk returns a tuple with the MobileScanOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Field) GetName

func (o *Field) GetName() string

GetName returns the Name field value

func (*Field) GetNameOk

func (o *Field) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Field) GetType

func (o *Field) GetType() string

GetType returns the Type field value

func (*Field) GetTypeOk

func (o *Field) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*Field) HasAllowScanning

func (o *Field) HasAllowScanning() bool

HasAllowScanning returns a boolean if a field has been set.

func (*Field) HasIsEditable

func (o *Field) HasIsEditable() bool

HasIsEditable returns a boolean if a field has been set.

func (*Field) HasIsEditableReturn

func (o *Field) HasIsEditableReturn() bool

HasIsEditableReturn returns a boolean if a field has been set.

func (*Field) HasIsOpenField

func (o *Field) HasIsOpenField() bool

HasIsOpenField returns a boolean if a field has been set.

func (*Field) HasIsRequired

func (o *Field) HasIsRequired() bool

HasIsRequired returns a boolean if a field has been set.

func (*Field) HasIsRequiredReturn

func (o *Field) HasIsRequiredReturn() bool

HasIsRequiredReturn returns a boolean if a field has been set.

func (*Field) HasIsReturnField

func (o *Field) HasIsReturnField() bool

HasIsReturnField returns a boolean if a field has been set.

func (*Field) HasLongName

func (o *Field) HasLongName() bool

HasLongName returns a boolean if a field has been set.

func (*Field) HasMobileScanOnly

func (o *Field) HasMobileScanOnly() bool

HasMobileScanOnly returns a boolean if a field has been set.

func (Field) MarshalJSON

func (o Field) MarshalJSON() ([]byte, error)

func (*Field) SetAllowScanning

func (o *Field) SetAllowScanning(v string)

SetAllowScanning gets a reference to the given string and assigns it to the AllowScanning field.

func (*Field) SetIsEditable

func (o *Field) SetIsEditable(v string)

SetIsEditable gets a reference to the given string and assigns it to the IsEditable field.

func (*Field) SetIsEditableReturn

func (o *Field) SetIsEditableReturn(v string)

SetIsEditableReturn gets a reference to the given string and assigns it to the IsEditableReturn field.

func (*Field) SetIsOpenField

func (o *Field) SetIsOpenField(v string)

SetIsOpenField gets a reference to the given string and assigns it to the IsOpenField field.

func (*Field) SetIsRequired

func (o *Field) SetIsRequired(v string)

SetIsRequired gets a reference to the given string and assigns it to the IsRequired field.

func (*Field) SetIsRequiredReturn

func (o *Field) SetIsRequiredReturn(v string)

SetIsRequiredReturn gets a reference to the given string and assigns it to the IsRequiredReturn field.

func (*Field) SetIsReturnField

func (o *Field) SetIsReturnField(v string)

SetIsReturnField gets a reference to the given string and assigns it to the IsReturnField field.

func (*Field) SetLongName

func (o *Field) SetLongName(v string)

SetLongName gets a reference to the given string and assigns it to the LongName field.

func (*Field) SetMobileScanOnly

func (o *Field) SetMobileScanOnly(v string)

SetMobileScanOnly gets a reference to the given string and assigns it to the MobileScanOnly field.

func (*Field) SetName

func (o *Field) SetName(v string)

SetName sets field value

func (*Field) SetType

func (o *Field) SetType(v string)

SetType sets field value

func (Field) ToMap

func (o Field) ToMap() (map[string]interface{}, error)

func (*Field) UnmarshalJSON

func (o *Field) UnmarshalJSON(data []byte) (err error)

type Fields

type Fields struct {
	Name             string  `json:"name"`
	LongName         *string `json:"long_name,omitempty"`
	Type             string  `json:"type"`
	AllowScanning    *string `json:"allow_scanning,omitempty"`
	MobileScanOnly   *string `json:"mobile_scan_only,omitempty"`
	IsOpenField      *string `json:"is_open_field,omitempty"`
	IsRequired       *string `json:"is_required,omitempty"`
	IsEditable       *string `json:"is_editable,omitempty"`
	IsReturnField    *string `json:"is_return_field,omitempty"`
	IsRequiredReturn *string `json:"is_required_return,omitempty"`
	IsEditableReturn *string `json:"is_editable_return,omitempty"`
}

Fields struct for Fields

func NewFields

func NewFields(name string, type_ string) *Fields

NewFields instantiates a new Fields object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFieldsWithDefaults

func NewFieldsWithDefaults() *Fields

NewFieldsWithDefaults instantiates a new Fields object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Fields) GetAllowScanning

func (o *Fields) GetAllowScanning() string

GetAllowScanning returns the AllowScanning field value if set, zero value otherwise.

func (*Fields) GetAllowScanningOk

func (o *Fields) GetAllowScanningOk() (*string, bool)

GetAllowScanningOk returns a tuple with the AllowScanning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fields) GetIsEditable

func (o *Fields) GetIsEditable() string

GetIsEditable returns the IsEditable field value if set, zero value otherwise.

func (*Fields) GetIsEditableOk

func (o *Fields) GetIsEditableOk() (*string, bool)

GetIsEditableOk returns a tuple with the IsEditable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fields) GetIsEditableReturn

func (o *Fields) GetIsEditableReturn() string

GetIsEditableReturn returns the IsEditableReturn field value if set, zero value otherwise.

func (*Fields) GetIsEditableReturnOk

func (o *Fields) GetIsEditableReturnOk() (*string, bool)

GetIsEditableReturnOk returns a tuple with the IsEditableReturn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fields) GetIsOpenField

func (o *Fields) GetIsOpenField() string

GetIsOpenField returns the IsOpenField field value if set, zero value otherwise.

func (*Fields) GetIsOpenFieldOk

func (o *Fields) GetIsOpenFieldOk() (*string, bool)

GetIsOpenFieldOk returns a tuple with the IsOpenField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fields) GetIsRequired

func (o *Fields) GetIsRequired() string

GetIsRequired returns the IsRequired field value if set, zero value otherwise.

func (*Fields) GetIsRequiredOk

func (o *Fields) GetIsRequiredOk() (*string, bool)

GetIsRequiredOk returns a tuple with the IsRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fields) GetIsRequiredReturn

func (o *Fields) GetIsRequiredReturn() string

GetIsRequiredReturn returns the IsRequiredReturn field value if set, zero value otherwise.

func (*Fields) GetIsRequiredReturnOk

func (o *Fields) GetIsRequiredReturnOk() (*string, bool)

GetIsRequiredReturnOk returns a tuple with the IsRequiredReturn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fields) GetIsReturnField

func (o *Fields) GetIsReturnField() string

GetIsReturnField returns the IsReturnField field value if set, zero value otherwise.

func (*Fields) GetIsReturnFieldOk

func (o *Fields) GetIsReturnFieldOk() (*string, bool)

GetIsReturnFieldOk returns a tuple with the IsReturnField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fields) GetLongName

func (o *Fields) GetLongName() string

GetLongName returns the LongName field value if set, zero value otherwise.

func (*Fields) GetLongNameOk

func (o *Fields) GetLongNameOk() (*string, bool)

GetLongNameOk returns a tuple with the LongName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fields) GetMobileScanOnly

func (o *Fields) GetMobileScanOnly() string

GetMobileScanOnly returns the MobileScanOnly field value if set, zero value otherwise.

func (*Fields) GetMobileScanOnlyOk

func (o *Fields) GetMobileScanOnlyOk() (*string, bool)

GetMobileScanOnlyOk returns a tuple with the MobileScanOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Fields) GetName

func (o *Fields) GetName() string

GetName returns the Name field value

func (*Fields) GetNameOk

func (o *Fields) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Fields) GetType

func (o *Fields) GetType() string

GetType returns the Type field value

func (*Fields) GetTypeOk

func (o *Fields) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*Fields) HasAllowScanning

func (o *Fields) HasAllowScanning() bool

HasAllowScanning returns a boolean if a field has been set.

func (*Fields) HasIsEditable

func (o *Fields) HasIsEditable() bool

HasIsEditable returns a boolean if a field has been set.

func (*Fields) HasIsEditableReturn

func (o *Fields) HasIsEditableReturn() bool

HasIsEditableReturn returns a boolean if a field has been set.

func (*Fields) HasIsOpenField

func (o *Fields) HasIsOpenField() bool

HasIsOpenField returns a boolean if a field has been set.

func (*Fields) HasIsRequired

func (o *Fields) HasIsRequired() bool

HasIsRequired returns a boolean if a field has been set.

func (*Fields) HasIsRequiredReturn

func (o *Fields) HasIsRequiredReturn() bool

HasIsRequiredReturn returns a boolean if a field has been set.

func (*Fields) HasIsReturnField

func (o *Fields) HasIsReturnField() bool

HasIsReturnField returns a boolean if a field has been set.

func (*Fields) HasLongName

func (o *Fields) HasLongName() bool

HasLongName returns a boolean if a field has been set.

func (*Fields) HasMobileScanOnly

func (o *Fields) HasMobileScanOnly() bool

HasMobileScanOnly returns a boolean if a field has been set.

func (Fields) MarshalJSON

func (o Fields) MarshalJSON() ([]byte, error)

func (*Fields) SetAllowScanning

func (o *Fields) SetAllowScanning(v string)

SetAllowScanning gets a reference to the given string and assigns it to the AllowScanning field.

func (*Fields) SetIsEditable

func (o *Fields) SetIsEditable(v string)

SetIsEditable gets a reference to the given string and assigns it to the IsEditable field.

func (*Fields) SetIsEditableReturn

func (o *Fields) SetIsEditableReturn(v string)

SetIsEditableReturn gets a reference to the given string and assigns it to the IsEditableReturn field.

func (*Fields) SetIsOpenField

func (o *Fields) SetIsOpenField(v string)

SetIsOpenField gets a reference to the given string and assigns it to the IsOpenField field.

func (*Fields) SetIsRequired

func (o *Fields) SetIsRequired(v string)

SetIsRequired gets a reference to the given string and assigns it to the IsRequired field.

func (*Fields) SetIsRequiredReturn

func (o *Fields) SetIsRequiredReturn(v string)

SetIsRequiredReturn gets a reference to the given string and assigns it to the IsRequiredReturn field.

func (*Fields) SetIsReturnField

func (o *Fields) SetIsReturnField(v string)

SetIsReturnField gets a reference to the given string and assigns it to the IsReturnField field.

func (*Fields) SetLongName

func (o *Fields) SetLongName(v string)

SetLongName gets a reference to the given string and assigns it to the LongName field.

func (*Fields) SetMobileScanOnly

func (o *Fields) SetMobileScanOnly(v string)

SetMobileScanOnly gets a reference to the given string and assigns it to the MobileScanOnly field.

func (*Fields) SetName

func (o *Fields) SetName(v string)

SetName sets field value

func (*Fields) SetType

func (o *Fields) SetType(v string)

SetType sets field value

func (Fields) ToMap

func (o Fields) ToMap() (map[string]interface{}, error)

func (*Fields) UnmarshalJSON

func (o *Fields) UnmarshalJSON(data []byte) (err error)

type GenericOpenAPIError

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GroupObjectsAPIService

type GroupObjectsAPIService service

GroupObjectsAPIService GroupObjectsAPI service

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsArchivePost

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsArchivePost(ctx context.Context, groupId int32) ApiV3GroupsGroupIdObjectsArchivePostRequest

V3GroupsGroupIdObjectsArchivePost Archive objects

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdObjectsArchivePostRequest

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsArchivePostExecute

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsArchivePostExecute(r ApiV3GroupsGroupIdObjectsArchivePostRequest) (*http.Response, error)

Execute executes the request

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsObjectIdPatch

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsObjectIdPatch(ctx context.Context, groupId string, objectId string) ApiV3GroupsGroupIdObjectsObjectIdPatchRequest

V3GroupsGroupIdObjectsObjectIdPatch Update Group Object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@param objectId
@return ApiV3GroupsGroupIdObjectsObjectIdPatchRequest

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsObjectIdPatchExecute

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsObjectIdPatchExecute(r ApiV3GroupsGroupIdObjectsObjectIdPatchRequest) (*http.Response, error)

Execute executes the request

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsPost

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsPost(ctx context.Context, groupId string) ApiV3GroupsGroupIdObjectsPostRequest

V3GroupsGroupIdObjectsPost Create object/objects

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdObjectsPostRequest

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsPostExecute

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsPostExecute(r ApiV3GroupsGroupIdObjectsPostRequest) (*http.Response, error)

Execute executes the request

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsPut

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsPut(ctx context.Context, groupId int32) ApiV3GroupsGroupIdObjectsPutRequest

V3GroupsGroupIdObjectsPut Update multiple objects

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdObjectsPutRequest

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsPutExecute

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsPutExecute(r ApiV3GroupsGroupIdObjectsPutRequest) (*http.Response, error)

Execute executes the request

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsUnarchivePost

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsUnarchivePost(ctx context.Context, groupId int32) ApiV3GroupsGroupIdObjectsUnarchivePostRequest

V3GroupsGroupIdObjectsUnarchivePost Unarchive objects

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdObjectsUnarchivePostRequest

func (*GroupObjectsAPIService) V3GroupsGroupIdObjectsUnarchivePostExecute

func (a *GroupObjectsAPIService) V3GroupsGroupIdObjectsUnarchivePostExecute(r ApiV3GroupsGroupIdObjectsUnarchivePostRequest) (*http.Response, error)

Execute executes the request

func (*GroupObjectsAPIService) V3GroupsGroupIdSearchObjectsPost

func (a *GroupObjectsAPIService) V3GroupsGroupIdSearchObjectsPost(ctx context.Context, groupId string) ApiV3GroupsGroupIdSearchObjectsPostRequest

V3GroupsGroupIdSearchObjectsPost Search objects

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdSearchObjectsPostRequest

func (*GroupObjectsAPIService) V3GroupsGroupIdSearchObjectsPostExecute

func (a *GroupObjectsAPIService) V3GroupsGroupIdSearchObjectsPostExecute(r ApiV3GroupsGroupIdSearchObjectsPostRequest) (*http.Response, error)

Execute executes the request

type GroupsAPIService

type GroupsAPIService service

GroupsAPIService GroupsAPI service

func (*GroupsAPIService) V3GroupsGet

V3GroupsGet Retrieve Groups

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3GroupsGetRequest

func (*GroupsAPIService) V3GroupsGetExecute

func (a *GroupsAPIService) V3GroupsGetExecute(r ApiV3GroupsGetRequest) (*http.Response, error)

Execute executes the request

func (*GroupsAPIService) V3GroupsGroupIdActionsActionIdFieldsGet

func (a *GroupsAPIService) V3GroupsGroupIdActionsActionIdFieldsGet(ctx context.Context, groupId int32, actionId int32) ApiV3GroupsGroupIdActionsActionIdFieldsGetRequest

V3GroupsGroupIdActionsActionIdFieldsGet Retrive group action fields

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@param actionId
@return ApiV3GroupsGroupIdActionsActionIdFieldsGetRequest

func (*GroupsAPIService) V3GroupsGroupIdActionsActionIdFieldsGetExecute

func (a *GroupsAPIService) V3GroupsGroupIdActionsActionIdFieldsGetExecute(r ApiV3GroupsGroupIdActionsActionIdFieldsGetRequest) (*http.Response, error)

Execute executes the request

func (*GroupsAPIService) V3GroupsGroupIdActionsGet

func (a *GroupsAPIService) V3GroupsGroupIdActionsGet(ctx context.Context, groupId int32) ApiV3GroupsGroupIdActionsGetRequest

V3GroupsGroupIdActionsGet Retrieve group actions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdActionsGetRequest

func (*GroupsAPIService) V3GroupsGroupIdActionsGetExecute

func (a *GroupsAPIService) V3GroupsGroupIdActionsGetExecute(r ApiV3GroupsGroupIdActionsGetRequest) (*http.Response, error)

Execute executes the request

func (*GroupsAPIService) V3GroupsGroupIdFieldsGet

func (a *GroupsAPIService) V3GroupsGroupIdFieldsGet(ctx context.Context, groupId int32) ApiV3GroupsGroupIdFieldsGetRequest

V3GroupsGroupIdFieldsGet Retrieve group fields

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdFieldsGetRequest

func (*GroupsAPIService) V3GroupsGroupIdFieldsGetExecute

func (a *GroupsAPIService) V3GroupsGroupIdFieldsGetExecute(r ApiV3GroupsGroupIdFieldsGetRequest) (*http.Response, error)

Execute executes the request

func (*GroupsAPIService) V3GroupsGroupIdGet

func (a *GroupsAPIService) V3GroupsGroupIdGet(ctx context.Context, groupId int32) ApiV3GroupsGroupIdGetRequest

V3GroupsGroupIdGet Retrive Group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdGetRequest

func (*GroupsAPIService) V3GroupsGroupIdGetExecute

Execute executes the request

@return CreateGroupObjectRequest

func (*GroupsAPIService) V3GroupsGroupIdStatusesGet

func (a *GroupsAPIService) V3GroupsGroupIdStatusesGet(ctx context.Context, groupId int32) ApiV3GroupsGroupIdStatusesGetRequest

V3GroupsGroupIdStatusesGet Retrieve group statuses

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId
@return ApiV3GroupsGroupIdStatusesGetRequest

func (*GroupsAPIService) V3GroupsGroupIdStatusesGetExecute

func (a *GroupsAPIService) V3GroupsGroupIdStatusesGetExecute(r ApiV3GroupsGroupIdStatusesGetRequest) (*http.Response, error)

Execute executes the request

type LinkedObjectsAPIService

type LinkedObjectsAPIService service

LinkedObjectsAPIService LinkedObjectsAPI service

func (*LinkedObjectsAPIService) V3EntityObjectsIdLinkedFieldsGet

func (a *LinkedObjectsAPIService) V3EntityObjectsIdLinkedFieldsGet(ctx context.Context, id string) ApiV3EntityObjectsIdLinkedFieldsGetRequest

V3EntityObjectsIdLinkedFieldsGet Get linked fields

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiV3EntityObjectsIdLinkedFieldsGetRequest

func (*LinkedObjectsAPIService) V3EntityObjectsIdLinkedFieldsGetExecute

func (a *LinkedObjectsAPIService) V3EntityObjectsIdLinkedFieldsGetExecute(r ApiV3EntityObjectsIdLinkedFieldsGetRequest) (*http.Response, error)

Execute executes the request

func (*LinkedObjectsAPIService) V3EntityObjectsIdLinkedObjectsFieldIdGet

func (a *LinkedObjectsAPIService) V3EntityObjectsIdLinkedObjectsFieldIdGet(ctx context.Context, id string, fieldId string) ApiV3EntityObjectsIdLinkedObjectsFieldIdGetRequest

V3EntityObjectsIdLinkedObjectsFieldIdGet Get linked objects

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@param fieldId
@return ApiV3EntityObjectsIdLinkedObjectsFieldIdGetRequest

func (*LinkedObjectsAPIService) V3EntityObjectsIdLinkedObjectsFieldIdGetExecute

func (a *LinkedObjectsAPIService) V3EntityObjectsIdLinkedObjectsFieldIdGetExecute(r ApiV3EntityObjectsIdLinkedObjectsFieldIdGetRequest) (*http.Response, error)

Execute executes the request

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type NullableArchiveObject

type NullableArchiveObject struct {
	// contains filtered or unexported fields
}

func NewNullableArchiveObject

func NewNullableArchiveObject(val *ArchiveObject) *NullableArchiveObject

func (NullableArchiveObject) Get

func (NullableArchiveObject) IsSet

func (v NullableArchiveObject) IsSet() bool

func (NullableArchiveObject) MarshalJSON

func (v NullableArchiveObject) MarshalJSON() ([]byte, error)

func (*NullableArchiveObject) Set

func (v *NullableArchiveObject) Set(val *ArchiveObject)

func (*NullableArchiveObject) UnmarshalJSON

func (v *NullableArchiveObject) UnmarshalJSON(src []byte) error

func (*NullableArchiveObject) Unset

func (v *NullableArchiveObject) Unset()

type NullableBool

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get

func (v NullableBool) Get() *bool

func (NullableBool) IsSet

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset

func (v *NullableBool) Unset()

type NullableBulkCreateGroupObjectsRequest

type NullableBulkCreateGroupObjectsRequest struct {
	// contains filtered or unexported fields
}

func (NullableBulkCreateGroupObjectsRequest) Get

func (NullableBulkCreateGroupObjectsRequest) IsSet

func (NullableBulkCreateGroupObjectsRequest) MarshalJSON

func (v NullableBulkCreateGroupObjectsRequest) MarshalJSON() ([]byte, error)

func (*NullableBulkCreateGroupObjectsRequest) Set

func (*NullableBulkCreateGroupObjectsRequest) UnmarshalJSON

func (v *NullableBulkCreateGroupObjectsRequest) UnmarshalJSON(src []byte) error

func (*NullableBulkCreateGroupObjectsRequest) Unset

type NullableBulkUpdateGroupObjectsRequest

type NullableBulkUpdateGroupObjectsRequest struct {
	// contains filtered or unexported fields
}

func (NullableBulkUpdateGroupObjectsRequest) Get

func (NullableBulkUpdateGroupObjectsRequest) IsSet

func (NullableBulkUpdateGroupObjectsRequest) MarshalJSON

func (v NullableBulkUpdateGroupObjectsRequest) MarshalJSON() ([]byte, error)

func (*NullableBulkUpdateGroupObjectsRequest) Set

func (*NullableBulkUpdateGroupObjectsRequest) UnmarshalJSON

func (v *NullableBulkUpdateGroupObjectsRequest) UnmarshalJSON(src []byte) error

func (*NullableBulkUpdateGroupObjectsRequest) Unset

type NullableBulkUpdateGroupObjectsRequestObjectsInner

type NullableBulkUpdateGroupObjectsRequestObjectsInner struct {
	// contains filtered or unexported fields
}

func (NullableBulkUpdateGroupObjectsRequestObjectsInner) Get

func (NullableBulkUpdateGroupObjectsRequestObjectsInner) IsSet

func (NullableBulkUpdateGroupObjectsRequestObjectsInner) MarshalJSON

func (*NullableBulkUpdateGroupObjectsRequestObjectsInner) Set

func (*NullableBulkUpdateGroupObjectsRequestObjectsInner) UnmarshalJSON

func (*NullableBulkUpdateGroupObjectsRequestObjectsInner) Unset

type NullableCreateActionsFieldRequest

type NullableCreateActionsFieldRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateActionsFieldRequest) Get

func (NullableCreateActionsFieldRequest) IsSet

func (NullableCreateActionsFieldRequest) MarshalJSON

func (v NullableCreateActionsFieldRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateActionsFieldRequest) Set

func (*NullableCreateActionsFieldRequest) UnmarshalJSON

func (v *NullableCreateActionsFieldRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateActionsFieldRequest) Unset

type NullableCreateActionsRequest

type NullableCreateActionsRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateActionsRequest

func NewNullableCreateActionsRequest(val *CreateActionsRequest) *NullableCreateActionsRequest

func (NullableCreateActionsRequest) Get

func (NullableCreateActionsRequest) IsSet

func (NullableCreateActionsRequest) MarshalJSON

func (v NullableCreateActionsRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateActionsRequest) Set

func (*NullableCreateActionsRequest) UnmarshalJSON

func (v *NullableCreateActionsRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateActionsRequest) Unset

func (v *NullableCreateActionsRequest) Unset()

type NullableCreateGroupObjectRequest

type NullableCreateGroupObjectRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateGroupObjectRequest) Get

func (NullableCreateGroupObjectRequest) IsSet

func (NullableCreateGroupObjectRequest) MarshalJSON

func (v NullableCreateGroupObjectRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateGroupObjectRequest) Set

func (*NullableCreateGroupObjectRequest) UnmarshalJSON

func (v *NullableCreateGroupObjectRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateGroupObjectRequest) Unset

type NullableCreateMultipleActionObjects

type NullableCreateMultipleActionObjects struct {
	// contains filtered or unexported fields
}

func (NullableCreateMultipleActionObjects) Get

func (NullableCreateMultipleActionObjects) IsSet

func (NullableCreateMultipleActionObjects) MarshalJSON

func (v NullableCreateMultipleActionObjects) MarshalJSON() ([]byte, error)

func (*NullableCreateMultipleActionObjects) Set

func (*NullableCreateMultipleActionObjects) UnmarshalJSON

func (v *NullableCreateMultipleActionObjects) UnmarshalJSON(src []byte) error

func (*NullableCreateMultipleActionObjects) Unset

type NullableCreateSingleActionObject

type NullableCreateSingleActionObject struct {
	// contains filtered or unexported fields
}

func (NullableCreateSingleActionObject) Get

func (NullableCreateSingleActionObject) IsSet

func (NullableCreateSingleActionObject) MarshalJSON

func (v NullableCreateSingleActionObject) MarshalJSON() ([]byte, error)

func (*NullableCreateSingleActionObject) Set

func (*NullableCreateSingleActionObject) UnmarshalJSON

func (v *NullableCreateSingleActionObject) UnmarshalJSON(src []byte) error

func (*NullableCreateSingleActionObject) Unset

type NullableCreatereportRequest

type NullableCreatereportRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreatereportRequest

func NewNullableCreatereportRequest(val *CreatereportRequest) *NullableCreatereportRequest

func (NullableCreatereportRequest) Get

func (NullableCreatereportRequest) IsSet

func (NullableCreatereportRequest) MarshalJSON

func (v NullableCreatereportRequest) MarshalJSON() ([]byte, error)

func (*NullableCreatereportRequest) Set

func (*NullableCreatereportRequest) UnmarshalJSON

func (v *NullableCreatereportRequest) UnmarshalJSON(src []byte) error

func (*NullableCreatereportRequest) Unset

func (v *NullableCreatereportRequest) Unset()

type NullableCreatesEntityRelationAttributes

type NullableCreatesEntityRelationAttributes struct {
	// contains filtered or unexported fields
}

func (NullableCreatesEntityRelationAttributes) Get

func (NullableCreatesEntityRelationAttributes) IsSet

func (NullableCreatesEntityRelationAttributes) MarshalJSON

func (v NullableCreatesEntityRelationAttributes) MarshalJSON() ([]byte, error)

func (*NullableCreatesEntityRelationAttributes) Set

func (*NullableCreatesEntityRelationAttributes) UnmarshalJSON

func (v *NullableCreatesEntityRelationAttributes) UnmarshalJSON(src []byte) error

func (*NullableCreatesEntityRelationAttributes) Unset

type NullableCreateuserRequest

type NullableCreateuserRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateuserRequest

func NewNullableCreateuserRequest(val *CreateuserRequest) *NullableCreateuserRequest

func (NullableCreateuserRequest) Get

func (NullableCreateuserRequest) IsSet

func (v NullableCreateuserRequest) IsSet() bool

func (NullableCreateuserRequest) MarshalJSON

func (v NullableCreateuserRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateuserRequest) Set

func (*NullableCreateuserRequest) UnmarshalJSON

func (v *NullableCreateuserRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateuserRequest) Unset

func (v *NullableCreateuserRequest) Unset()

type NullableEditGroupObjectsRequest

type NullableEditGroupObjectsRequest struct {
	// contains filtered or unexported fields
}

func (NullableEditGroupObjectsRequest) Get

func (NullableEditGroupObjectsRequest) IsSet

func (NullableEditGroupObjectsRequest) MarshalJSON

func (v NullableEditGroupObjectsRequest) MarshalJSON() ([]byte, error)

func (*NullableEditGroupObjectsRequest) Set

func (*NullableEditGroupObjectsRequest) UnmarshalJSON

func (v *NullableEditGroupObjectsRequest) UnmarshalJSON(src []byte) error

func (*NullableEditGroupObjectsRequest) Unset

type NullableEntityAction

type NullableEntityAction struct {
	// contains filtered or unexported fields
}

func NewNullableEntityAction

func NewNullableEntityAction(val *EntityAction) *NullableEntityAction

func (NullableEntityAction) Get

func (NullableEntityAction) IsSet

func (v NullableEntityAction) IsSet() bool

func (NullableEntityAction) MarshalJSON

func (v NullableEntityAction) MarshalJSON() ([]byte, error)

func (*NullableEntityAction) Set

func (v *NullableEntityAction) Set(val *EntityAction)

func (*NullableEntityAction) UnmarshalJSON

func (v *NullableEntityAction) UnmarshalJSON(src []byte) error

func (*NullableEntityAction) Unset

func (v *NullableEntityAction) Unset()

type NullableField

type NullableField struct {
	// contains filtered or unexported fields
}

func NewNullableField

func NewNullableField(val *Field) *NullableField

func (NullableField) Get

func (v NullableField) Get() *Field

func (NullableField) IsSet

func (v NullableField) IsSet() bool

func (NullableField) MarshalJSON

func (v NullableField) MarshalJSON() ([]byte, error)

func (*NullableField) Set

func (v *NullableField) Set(val *Field)

func (*NullableField) UnmarshalJSON

func (v *NullableField) UnmarshalJSON(src []byte) error

func (*NullableField) Unset

func (v *NullableField) Unset()

type NullableFields

type NullableFields struct {
	// contains filtered or unexported fields
}

func NewNullableFields

func NewNullableFields(val *Fields) *NullableFields

func (NullableFields) Get

func (v NullableFields) Get() *Fields

func (NullableFields) IsSet

func (v NullableFields) IsSet() bool

func (NullableFields) MarshalJSON

func (v NullableFields) MarshalJSON() ([]byte, error)

func (*NullableFields) Set

func (v *NullableFields) Set(val *Fields)

func (*NullableFields) UnmarshalJSON

func (v *NullableFields) UnmarshalJSON(src []byte) error

func (*NullableFields) Unset

func (v *NullableFields) Unset()

type NullableFloat32

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset

func (v *NullableFloat32) Unset()

type NullableFloat64

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset

func (v *NullableFloat64) Unset()

type NullableInt

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get

func (v NullableInt) Get() *int

func (NullableInt) IsSet

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset

func (v *NullableInt) Unset()

type NullableInt32

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset

func (v *NullableInt32) Unset()

type NullableInt64

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset

func (v *NullableInt64) Unset()

type NullableReport

type NullableReport struct {
	// contains filtered or unexported fields
}

func NewNullableReport

func NewNullableReport(val *Report) *NullableReport

func (NullableReport) Get

func (v NullableReport) Get() *Report

func (NullableReport) IsSet

func (v NullableReport) IsSet() bool

func (NullableReport) MarshalJSON

func (v NullableReport) MarshalJSON() ([]byte, error)

func (*NullableReport) Set

func (v *NullableReport) Set(val *Report)

func (*NullableReport) UnmarshalJSON

func (v *NullableReport) UnmarshalJSON(src []byte) error

func (*NullableReport) Unset

func (v *NullableReport) Unset()

type NullableSearchObjectsRequest

type NullableSearchObjectsRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSearchObjectsRequest

func NewNullableSearchObjectsRequest(val *SearchObjectsRequest) *NullableSearchObjectsRequest

func (NullableSearchObjectsRequest) Get

func (NullableSearchObjectsRequest) IsSet

func (NullableSearchObjectsRequest) MarshalJSON

func (v NullableSearchObjectsRequest) MarshalJSON() ([]byte, error)

func (*NullableSearchObjectsRequest) Set

func (*NullableSearchObjectsRequest) UnmarshalJSON

func (v *NullableSearchObjectsRequest) UnmarshalJSON(src []byte) error

func (*NullableSearchObjectsRequest) Unset

func (v *NullableSearchObjectsRequest) Unset()

type NullableSearchObjectsRequestLastModified

type NullableSearchObjectsRequestLastModified struct {
	// contains filtered or unexported fields
}

func (NullableSearchObjectsRequestLastModified) Get

func (NullableSearchObjectsRequestLastModified) IsSet

func (NullableSearchObjectsRequestLastModified) MarshalJSON

func (*NullableSearchObjectsRequestLastModified) Set

func (*NullableSearchObjectsRequestLastModified) UnmarshalJSON

func (v *NullableSearchObjectsRequestLastModified) UnmarshalJSON(src []byte) error

func (*NullableSearchObjectsRequestLastModified) Unset

type NullableString

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString

func NewNullableString(val *string) *NullableString

func (NullableString) Get

func (v NullableString) Get() *string

func (NullableString) IsSet

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset

func (v *NullableString) Unset()

type NullableTime

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset

func (v *NullableTime) Unset()

type NullableTokenrequest

type NullableTokenrequest struct {
	// contains filtered or unexported fields
}

func NewNullableTokenrequest

func NewNullableTokenrequest(val *Tokenrequest) *NullableTokenrequest

func (NullableTokenrequest) Get

func (NullableTokenrequest) IsSet

func (v NullableTokenrequest) IsSet() bool

func (NullableTokenrequest) MarshalJSON

func (v NullableTokenrequest) MarshalJSON() ([]byte, error)

func (*NullableTokenrequest) Set

func (v *NullableTokenrequest) Set(val *Tokenrequest)

func (*NullableTokenrequest) UnmarshalJSON

func (v *NullableTokenrequest) UnmarshalJSON(src []byte) error

func (*NullableTokenrequest) Unset

func (v *NullableTokenrequest) Unset()

type NullableUnarchiveObject

type NullableUnarchiveObject struct {
	// contains filtered or unexported fields
}

func NewNullableUnarchiveObject

func NewNullableUnarchiveObject(val *UnarchiveObject) *NullableUnarchiveObject

func (NullableUnarchiveObject) Get

func (NullableUnarchiveObject) IsSet

func (v NullableUnarchiveObject) IsSet() bool

func (NullableUnarchiveObject) MarshalJSON

func (v NullableUnarchiveObject) MarshalJSON() ([]byte, error)

func (*NullableUnarchiveObject) Set

func (*NullableUnarchiveObject) UnmarshalJSON

func (v *NullableUnarchiveObject) UnmarshalJSON(src []byte) error

func (*NullableUnarchiveObject) Unset

func (v *NullableUnarchiveObject) Unset()

type NullableUpdateActionFieldRequest

type NullableUpdateActionFieldRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateActionFieldRequest) Get

func (NullableUpdateActionFieldRequest) IsSet

func (NullableUpdateActionFieldRequest) MarshalJSON

func (v NullableUpdateActionFieldRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateActionFieldRequest) Set

func (*NullableUpdateActionFieldRequest) UnmarshalJSON

func (v *NullableUpdateActionFieldRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateActionFieldRequest) Unset

type NullableUpdateGroupObjectRequest

type NullableUpdateGroupObjectRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateGroupObjectRequest) Get

func (NullableUpdateGroupObjectRequest) IsSet

func (NullableUpdateGroupObjectRequest) MarshalJSON

func (v NullableUpdateGroupObjectRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateGroupObjectRequest) Set

func (*NullableUpdateGroupObjectRequest) UnmarshalJSON

func (v *NullableUpdateGroupObjectRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateGroupObjectRequest) Unset

type NullableUpdatereportRequest

type NullableUpdatereportRequest struct {
	// contains filtered or unexported fields
}

func NewNullableUpdatereportRequest

func NewNullableUpdatereportRequest(val *UpdatereportRequest) *NullableUpdatereportRequest

func (NullableUpdatereportRequest) Get

func (NullableUpdatereportRequest) IsSet

func (NullableUpdatereportRequest) MarshalJSON

func (v NullableUpdatereportRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdatereportRequest) Set

func (*NullableUpdatereportRequest) UnmarshalJSON

func (v *NullableUpdatereportRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdatereportRequest) Unset

func (v *NullableUpdatereportRequest) Unset()

type NullableUpdateuserRequest

type NullableUpdateuserRequest struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateuserRequest

func NewNullableUpdateuserRequest(val *UpdateuserRequest) *NullableUpdateuserRequest

func (NullableUpdateuserRequest) Get

func (NullableUpdateuserRequest) IsSet

func (v NullableUpdateuserRequest) IsSet() bool

func (NullableUpdateuserRequest) MarshalJSON

func (v NullableUpdateuserRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateuserRequest) Set

func (*NullableUpdateuserRequest) UnmarshalJSON

func (v *NullableUpdateuserRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateuserRequest) Unset

func (v *NullableUpdateuserRequest) Unset()

type NullableUser

type NullableUser struct {
	// contains filtered or unexported fields
}

func NewNullableUser

func NewNullableUser(val *User) *NullableUser

func (NullableUser) Get

func (v NullableUser) Get() *User

func (NullableUser) IsSet

func (v NullableUser) IsSet() bool

func (NullableUser) MarshalJSON

func (v NullableUser) MarshalJSON() ([]byte, error)

func (*NullableUser) Set

func (v *NullableUser) Set(val *User)

func (*NullableUser) UnmarshalJSON

func (v *NullableUser) UnmarshalJSON(src []byte) error

func (*NullableUser) Unset

func (v *NullableUser) Unset()

type NullableV3GroupsGroupIdObjectsPostRequest

type NullableV3GroupsGroupIdObjectsPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableV3GroupsGroupIdObjectsPostRequest) Get

func (NullableV3GroupsGroupIdObjectsPostRequest) IsSet

func (NullableV3GroupsGroupIdObjectsPostRequest) MarshalJSON

func (*NullableV3GroupsGroupIdObjectsPostRequest) Set

func (*NullableV3GroupsGroupIdObjectsPostRequest) UnmarshalJSON

func (v *NullableV3GroupsGroupIdObjectsPostRequest) UnmarshalJSON(src []byte) error

func (*NullableV3GroupsGroupIdObjectsPostRequest) Unset

type NullableV3GroupsGroupIdObjectsPostRequest1

type NullableV3GroupsGroupIdObjectsPostRequest1 struct {
	// contains filtered or unexported fields
}

func (NullableV3GroupsGroupIdObjectsPostRequest1) Get

func (NullableV3GroupsGroupIdObjectsPostRequest1) IsSet

func (NullableV3GroupsGroupIdObjectsPostRequest1) MarshalJSON

func (*NullableV3GroupsGroupIdObjectsPostRequest1) Set

func (*NullableV3GroupsGroupIdObjectsPostRequest1) UnmarshalJSON

func (v *NullableV3GroupsGroupIdObjectsPostRequest1) UnmarshalJSON(src []byte) error

func (*NullableV3GroupsGroupIdObjectsPostRequest1) Unset

type NullableV3GroupsGroupIdObjectsPostRequest1ErrorsInner

type NullableV3GroupsGroupIdObjectsPostRequest1ErrorsInner struct {
	// contains filtered or unexported fields
}

func (NullableV3GroupsGroupIdObjectsPostRequest1ErrorsInner) Get

func (NullableV3GroupsGroupIdObjectsPostRequest1ErrorsInner) IsSet

func (NullableV3GroupsGroupIdObjectsPostRequest1ErrorsInner) MarshalJSON

func (*NullableV3GroupsGroupIdObjectsPostRequest1ErrorsInner) Set

func (*NullableV3GroupsGroupIdObjectsPostRequest1ErrorsInner) UnmarshalJSON

func (*NullableV3GroupsGroupIdObjectsPostRequest1ErrorsInner) Unset

type NullableV3GroupsGroupIdObjectsPostRequest1Metadata

type NullableV3GroupsGroupIdObjectsPostRequest1Metadata struct {
	// contains filtered or unexported fields
}

func (NullableV3GroupsGroupIdObjectsPostRequest1Metadata) Get

func (NullableV3GroupsGroupIdObjectsPostRequest1Metadata) IsSet

func (NullableV3GroupsGroupIdObjectsPostRequest1Metadata) MarshalJSON

func (*NullableV3GroupsGroupIdObjectsPostRequest1Metadata) Set

func (*NullableV3GroupsGroupIdObjectsPostRequest1Metadata) UnmarshalJSON

func (*NullableV3GroupsGroupIdObjectsPostRequest1Metadata) Unset

type NullableV3GroupsGroupIdObjectsPutRequest

type NullableV3GroupsGroupIdObjectsPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableV3GroupsGroupIdObjectsPutRequest) Get

func (NullableV3GroupsGroupIdObjectsPutRequest) IsSet

func (NullableV3GroupsGroupIdObjectsPutRequest) MarshalJSON

func (*NullableV3GroupsGroupIdObjectsPutRequest) Set

func (*NullableV3GroupsGroupIdObjectsPutRequest) UnmarshalJSON

func (v *NullableV3GroupsGroupIdObjectsPutRequest) UnmarshalJSON(src []byte) error

func (*NullableV3GroupsGroupIdObjectsPutRequest) Unset

type Report

type Report struct {
	Fields                string  `json:"fields"`
	SortFields            *string `json:"sort_fields,omitempty"`
	Name                  string  `json:"name"`
	Output                *string `json:"output,omitempty"`
	Size                  *string `json:"size,omitempty"`
	Orientation           *string `json:"orientation,omitempty"`
	HasGridlines          *string `json:"has_gridlines,omitempty"`
	FontSize              *string `json:"font_size,omitempty"`
	EntityId              string  `json:"entity_id"`
	SumCurrency           *string `json:"sum_currency,omitempty"`
	SumNumber             *string `json:"sum_number,omitempty"`
	ReportableId          *string `json:"reportable_id,omitempty"`
	DepreciableObject     *string `json:"depreciable_object,omitempty"`
	BeginDate             *string `json:"begin_date,omitempty"`
	EndDate               *string `json:"end_date,omitempty"`
	AppreciableObject     *string `json:"appreciable_object,omitempty"`
	AppreciationStartDate *string `json:"appreciation_start_date,omitempty"`
	AppreciationEndDate   *string `json:"appreciation_end_date,omitempty"`
	DefaultImage          *string `json:"default_image,omitempty"`
	GroupPageBreak        *string `json:"group_page_break,omitempty"`
}

Report struct for Report

func NewReport

func NewReport(fields string, name string, entityId string) *Report

NewReport instantiates a new Report object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportWithDefaults

func NewReportWithDefaults() *Report

NewReportWithDefaults instantiates a new Report object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Report) GetAppreciableObject

func (o *Report) GetAppreciableObject() string

GetAppreciableObject returns the AppreciableObject field value if set, zero value otherwise.

func (*Report) GetAppreciableObjectOk

func (o *Report) GetAppreciableObjectOk() (*string, bool)

GetAppreciableObjectOk returns a tuple with the AppreciableObject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetAppreciationEndDate

func (o *Report) GetAppreciationEndDate() string

GetAppreciationEndDate returns the AppreciationEndDate field value if set, zero value otherwise.

func (*Report) GetAppreciationEndDateOk

func (o *Report) GetAppreciationEndDateOk() (*string, bool)

GetAppreciationEndDateOk returns a tuple with the AppreciationEndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetAppreciationStartDate

func (o *Report) GetAppreciationStartDate() string

GetAppreciationStartDate returns the AppreciationStartDate field value if set, zero value otherwise.

func (*Report) GetAppreciationStartDateOk

func (o *Report) GetAppreciationStartDateOk() (*string, bool)

GetAppreciationStartDateOk returns a tuple with the AppreciationStartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetBeginDate

func (o *Report) GetBeginDate() string

GetBeginDate returns the BeginDate field value if set, zero value otherwise.

func (*Report) GetBeginDateOk

func (o *Report) GetBeginDateOk() (*string, bool)

GetBeginDateOk returns a tuple with the BeginDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *Report) GetCompanyLogo() string

GetCompanyLogo returns the CompanyLogo field value if set, zero value otherwise.

func (*Report) GetCompanyLogoOk

func (o *Report) GetCompanyLogoOk() (*string, bool)

GetCompanyLogoOk returns a tuple with the CompanyLogo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetDefaultImage

func (o *Report) GetDefaultImage() string

GetDefaultImage returns the DefaultImage field value if set, zero value otherwise.

func (*Report) GetDefaultImageOk

func (o *Report) GetDefaultImageOk() (*string, bool)

GetDefaultImageOk returns a tuple with the DefaultImage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetDepreciableObject

func (o *Report) GetDepreciableObject() string

GetDepreciableObject returns the DepreciableObject field value if set, zero value otherwise.

func (*Report) GetDepreciableObjectOk

func (o *Report) GetDepreciableObjectOk() (*string, bool)

GetDepreciableObjectOk returns a tuple with the DepreciableObject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetEndDate

func (o *Report) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*Report) GetEndDateOk

func (o *Report) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetEntityId

func (o *Report) GetEntityId() string

GetEntityId returns the EntityId field value

func (*Report) GetEntityIdOk

func (o *Report) GetEntityIdOk() (*string, bool)

GetEntityIdOk returns a tuple with the EntityId field value and a boolean to check if the value has been set.

func (*Report) GetFields

func (o *Report) GetFields() string

GetFields returns the Fields field value

func (*Report) GetFieldsOk

func (o *Report) GetFieldsOk() (*string, bool)

GetFieldsOk returns a tuple with the Fields field value and a boolean to check if the value has been set.

func (*Report) GetFontSize

func (o *Report) GetFontSize() string

GetFontSize returns the FontSize field value if set, zero value otherwise.

func (*Report) GetFontSizeOk

func (o *Report) GetFontSizeOk() (*string, bool)

GetFontSizeOk returns a tuple with the FontSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetGroupPageBreak

func (o *Report) GetGroupPageBreak() string

GetGroupPageBreak returns the GroupPageBreak field value if set, zero value otherwise.

func (*Report) GetGroupPageBreakOk

func (o *Report) GetGroupPageBreakOk() (*string, bool)

GetGroupPageBreakOk returns a tuple with the GroupPageBreak field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetHasGridlines

func (o *Report) GetHasGridlines() string

GetHasGridlines returns the HasGridlines field value if set, zero value otherwise.

func (*Report) GetHasGridlinesOk

func (o *Report) GetHasGridlinesOk() (*string, bool)

GetHasGridlinesOk returns a tuple with the HasGridlines field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetName

func (o *Report) GetName() string

GetName returns the Name field value

func (*Report) GetNameOk

func (o *Report) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*Report) GetOrientation

func (o *Report) GetOrientation() string

GetOrientation returns the Orientation field value if set, zero value otherwise.

func (*Report) GetOrientationOk

func (o *Report) GetOrientationOk() (*string, bool)

GetOrientationOk returns a tuple with the Orientation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetOutput

func (o *Report) GetOutput() string

GetOutput returns the Output field value if set, zero value otherwise.

func (*Report) GetOutputOk

func (o *Report) GetOutputOk() (*string, bool)

GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetReportableId

func (o *Report) GetReportableId() string

GetReportableId returns the ReportableId field value if set, zero value otherwise.

func (*Report) GetReportableIdOk

func (o *Report) GetReportableIdOk() (*string, bool)

GetReportableIdOk returns a tuple with the ReportableId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetSize

func (o *Report) GetSize() string

GetSize returns the Size field value if set, zero value otherwise.

func (*Report) GetSizeOk

func (o *Report) GetSizeOk() (*string, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetSortFields

func (o *Report) GetSortFields() string

GetSortFields returns the SortFields field value if set, zero value otherwise.

func (*Report) GetSortFieldsOk

func (o *Report) GetSortFieldsOk() (*string, bool)

GetSortFieldsOk returns a tuple with the SortFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetSumCurrency

func (o *Report) GetSumCurrency() string

GetSumCurrency returns the SumCurrency field value if set, zero value otherwise.

func (*Report) GetSumCurrencyOk

func (o *Report) GetSumCurrencyOk() (*string, bool)

GetSumCurrencyOk returns a tuple with the SumCurrency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) GetSumNumber

func (o *Report) GetSumNumber() string

GetSumNumber returns the SumNumber field value if set, zero value otherwise.

func (*Report) GetSumNumberOk

func (o *Report) GetSumNumberOk() (*string, bool)

GetSumNumberOk returns a tuple with the SumNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Report) HasAppreciableObject

func (o *Report) HasAppreciableObject() bool

HasAppreciableObject returns a boolean if a field has been set.

func (*Report) HasAppreciationEndDate

func (o *Report) HasAppreciationEndDate() bool

HasAppreciationEndDate returns a boolean if a field has been set.

func (*Report) HasAppreciationStartDate

func (o *Report) HasAppreciationStartDate() bool

HasAppreciationStartDate returns a boolean if a field has been set.

func (*Report) HasBeginDate

func (o *Report) HasBeginDate() bool

HasBeginDate returns a boolean if a field has been set.

func (o *Report) HasCompanyLogo() bool

HasCompanyLogo returns a boolean if a field has been set.

func (*Report) HasDefaultImage

func (o *Report) HasDefaultImage() bool

HasDefaultImage returns a boolean if a field has been set.

func (*Report) HasDepreciableObject

func (o *Report) HasDepreciableObject() bool

HasDepreciableObject returns a boolean if a field has been set.

func (*Report) HasEndDate

func (o *Report) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*Report) HasFontSize

func (o *Report) HasFontSize() bool

HasFontSize returns a boolean if a field has been set.

func (*Report) HasGroupPageBreak

func (o *Report) HasGroupPageBreak() bool

HasGroupPageBreak returns a boolean if a field has been set.

func (*Report) HasHasGridlines

func (o *Report) HasHasGridlines() bool

HasHasGridlines returns a boolean if a field has been set.

func (*Report) HasOrientation

func (o *Report) HasOrientation() bool

HasOrientation returns a boolean if a field has been set.

func (*Report) HasOutput

func (o *Report) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (*Report) HasReportableId

func (o *Report) HasReportableId() bool

HasReportableId returns a boolean if a field has been set.

func (*Report) HasSize

func (o *Report) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*Report) HasSortFields

func (o *Report) HasSortFields() bool

HasSortFields returns a boolean if a field has been set.

func (*Report) HasSumCurrency

func (o *Report) HasSumCurrency() bool

HasSumCurrency returns a boolean if a field has been set.

func (*Report) HasSumNumber

func (o *Report) HasSumNumber() bool

HasSumNumber returns a boolean if a field has been set.

func (Report) MarshalJSON

func (o Report) MarshalJSON() ([]byte, error)

func (*Report) SetAppreciableObject

func (o *Report) SetAppreciableObject(v string)

SetAppreciableObject gets a reference to the given string and assigns it to the AppreciableObject field.

func (*Report) SetAppreciationEndDate

func (o *Report) SetAppreciationEndDate(v string)

SetAppreciationEndDate gets a reference to the given string and assigns it to the AppreciationEndDate field.

func (*Report) SetAppreciationStartDate

func (o *Report) SetAppreciationStartDate(v string)

SetAppreciationStartDate gets a reference to the given string and assigns it to the AppreciationStartDate field.

func (*Report) SetBeginDate

func (o *Report) SetBeginDate(v string)

SetBeginDate gets a reference to the given string and assigns it to the BeginDate field.

func (o *Report) SetCompanyLogo(v string)

SetCompanyLogo gets a reference to the given string and assigns it to the CompanyLogo field.

func (*Report) SetDefaultImage

func (o *Report) SetDefaultImage(v string)

SetDefaultImage gets a reference to the given string and assigns it to the DefaultImage field.

func (*Report) SetDepreciableObject

func (o *Report) SetDepreciableObject(v string)

SetDepreciableObject gets a reference to the given string and assigns it to the DepreciableObject field.

func (*Report) SetEndDate

func (o *Report) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*Report) SetEntityId

func (o *Report) SetEntityId(v string)

SetEntityId sets field value

func (*Report) SetFields

func (o *Report) SetFields(v string)

SetFields sets field value

func (*Report) SetFontSize

func (o *Report) SetFontSize(v string)

SetFontSize gets a reference to the given string and assigns it to the FontSize field.

func (*Report) SetGroupPageBreak

func (o *Report) SetGroupPageBreak(v string)

SetGroupPageBreak gets a reference to the given string and assigns it to the GroupPageBreak field.

func (*Report) SetHasGridlines

func (o *Report) SetHasGridlines(v string)

SetHasGridlines gets a reference to the given string and assigns it to the HasGridlines field.

func (*Report) SetName

func (o *Report) SetName(v string)

SetName sets field value

func (*Report) SetOrientation

func (o *Report) SetOrientation(v string)

SetOrientation gets a reference to the given string and assigns it to the Orientation field.

func (*Report) SetOutput

func (o *Report) SetOutput(v string)

SetOutput gets a reference to the given string and assigns it to the Output field.

func (*Report) SetReportableId

func (o *Report) SetReportableId(v string)

SetReportableId gets a reference to the given string and assigns it to the ReportableId field.

func (*Report) SetSize

func (o *Report) SetSize(v string)

SetSize gets a reference to the given string and assigns it to the Size field.

func (*Report) SetSortFields

func (o *Report) SetSortFields(v string)

SetSortFields gets a reference to the given string and assigns it to the SortFields field.

func (*Report) SetSumCurrency

func (o *Report) SetSumCurrency(v string)

SetSumCurrency gets a reference to the given string and assigns it to the SumCurrency field.

func (*Report) SetSumNumber

func (o *Report) SetSumNumber(v string)

SetSumNumber gets a reference to the given string and assigns it to the SumNumber field.

func (Report) ToMap

func (o Report) ToMap() (map[string]interface{}, error)

func (*Report) UnmarshalJSON

func (o *Report) UnmarshalJSON(data []byte) (err error)

type ReportsAPIService

type ReportsAPIService service

ReportsAPIService ReportsAPI service

func (*ReportsAPIService) V3ReportsGet

V3ReportsGet Retrieve reports

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3ReportsGetRequest

func (*ReportsAPIService) V3ReportsGetExecute

func (a *ReportsAPIService) V3ReportsGetExecute(r ApiV3ReportsGetRequest) (*http.Response, error)

Execute executes the request

func (*ReportsAPIService) V3ReportsPost

V3ReportsPost Create report

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3ReportsPostRequest

func (*ReportsAPIService) V3ReportsPostExecute

func (a *ReportsAPIService) V3ReportsPostExecute(r ApiV3ReportsPostRequest) (*http.Response, error)

Execute executes the request

func (*ReportsAPIService) V3ReportsReportIdDelete

func (a *ReportsAPIService) V3ReportsReportIdDelete(ctx context.Context, reportId string) ApiV3ReportsReportIdDeleteRequest

V3ReportsReportIdDelete Delete report

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param reportId
@return ApiV3ReportsReportIdDeleteRequest

func (*ReportsAPIService) V3ReportsReportIdDeleteExecute

func (a *ReportsAPIService) V3ReportsReportIdDeleteExecute(r ApiV3ReportsReportIdDeleteRequest) (*http.Response, error)

Execute executes the request

func (*ReportsAPIService) V3ReportsReportIdGet

func (a *ReportsAPIService) V3ReportsReportIdGet(ctx context.Context, reportId int32) ApiV3ReportsReportIdGetRequest

V3ReportsReportIdGet Generate report

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param reportId
@return ApiV3ReportsReportIdGetRequest

func (*ReportsAPIService) V3ReportsReportIdGetExecute

func (a *ReportsAPIService) V3ReportsReportIdGetExecute(r ApiV3ReportsReportIdGetRequest) (*http.Response, error)

Execute executes the request

func (*ReportsAPIService) V3ReportsReportIdPut

func (a *ReportsAPIService) V3ReportsReportIdPut(ctx context.Context, reportId int32) ApiV3ReportsReportIdPutRequest

V3ReportsReportIdPut Update report

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param reportId
@return ApiV3ReportsReportIdPutRequest

func (*ReportsAPIService) V3ReportsReportIdPutExecute

func (a *ReportsAPIService) V3ReportsReportIdPutExecute(r ApiV3ReportsReportIdPutRequest) (*http.Response, error)

Execute executes the request

type SearchObjectsRequest

type SearchObjectsRequest struct {
	// Search terms, separated by '|' when multiple
	Search       *string                           `json:"search,omitempty"`
	Ids          []string                          `json:"ids,omitempty"`
	LastModified *SearchObjectsRequestLastModified `json:"last_modified,omitempty"`
	FieldFilters map[string]interface{}            `json:"field_filters,omitempty"`
	// Only accepted values are 'all' and 'archived'
	ViewArchived *string `json:"view_archived,omitempty"`
}

SearchObjectsRequest struct for SearchObjectsRequest

func NewSearchObjectsRequest

func NewSearchObjectsRequest() *SearchObjectsRequest

NewSearchObjectsRequest instantiates a new SearchObjectsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchObjectsRequestWithDefaults

func NewSearchObjectsRequestWithDefaults() *SearchObjectsRequest

NewSearchObjectsRequestWithDefaults instantiates a new SearchObjectsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchObjectsRequest) GetFieldFilters

func (o *SearchObjectsRequest) GetFieldFilters() map[string]interface{}

GetFieldFilters returns the FieldFilters field value if set, zero value otherwise.

func (*SearchObjectsRequest) GetFieldFiltersOk

func (o *SearchObjectsRequest) GetFieldFiltersOk() (map[string]interface{}, bool)

GetFieldFiltersOk returns a tuple with the FieldFilters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchObjectsRequest) GetIds

func (o *SearchObjectsRequest) GetIds() []string

GetIds returns the Ids field value if set, zero value otherwise.

func (*SearchObjectsRequest) GetIdsOk

func (o *SearchObjectsRequest) GetIdsOk() ([]string, bool)

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchObjectsRequest) GetLastModified

GetLastModified returns the LastModified field value if set, zero value otherwise.

func (*SearchObjectsRequest) GetLastModifiedOk

func (o *SearchObjectsRequest) GetLastModifiedOk() (*SearchObjectsRequestLastModified, bool)

GetLastModifiedOk returns a tuple with the LastModified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchObjectsRequest) GetSearch

func (o *SearchObjectsRequest) GetSearch() string

GetSearch returns the Search field value if set, zero value otherwise.

func (*SearchObjectsRequest) GetSearchOk

func (o *SearchObjectsRequest) GetSearchOk() (*string, bool)

GetSearchOk returns a tuple with the Search field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchObjectsRequest) GetViewArchived

func (o *SearchObjectsRequest) GetViewArchived() string

GetViewArchived returns the ViewArchived field value if set, zero value otherwise.

func (*SearchObjectsRequest) GetViewArchivedOk

func (o *SearchObjectsRequest) GetViewArchivedOk() (*string, bool)

GetViewArchivedOk returns a tuple with the ViewArchived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchObjectsRequest) HasFieldFilters

func (o *SearchObjectsRequest) HasFieldFilters() bool

HasFieldFilters returns a boolean if a field has been set.

func (*SearchObjectsRequest) HasIds

func (o *SearchObjectsRequest) HasIds() bool

HasIds returns a boolean if a field has been set.

func (*SearchObjectsRequest) HasLastModified

func (o *SearchObjectsRequest) HasLastModified() bool

HasLastModified returns a boolean if a field has been set.

func (*SearchObjectsRequest) HasSearch

func (o *SearchObjectsRequest) HasSearch() bool

HasSearch returns a boolean if a field has been set.

func (*SearchObjectsRequest) HasViewArchived

func (o *SearchObjectsRequest) HasViewArchived() bool

HasViewArchived returns a boolean if a field has been set.

func (SearchObjectsRequest) MarshalJSON

func (o SearchObjectsRequest) MarshalJSON() ([]byte, error)

func (*SearchObjectsRequest) SetFieldFilters

func (o *SearchObjectsRequest) SetFieldFilters(v map[string]interface{})

SetFieldFilters gets a reference to the given map[string]interface{} and assigns it to the FieldFilters field.

func (*SearchObjectsRequest) SetIds

func (o *SearchObjectsRequest) SetIds(v []string)

SetIds gets a reference to the given []string and assigns it to the Ids field.

func (*SearchObjectsRequest) SetLastModified

SetLastModified gets a reference to the given SearchObjectsRequestLastModified and assigns it to the LastModified field.

func (*SearchObjectsRequest) SetSearch

func (o *SearchObjectsRequest) SetSearch(v string)

SetSearch gets a reference to the given string and assigns it to the Search field.

func (*SearchObjectsRequest) SetViewArchived

func (o *SearchObjectsRequest) SetViewArchived(v string)

SetViewArchived gets a reference to the given string and assigns it to the ViewArchived field.

func (SearchObjectsRequest) ToMap

func (o SearchObjectsRequest) ToMap() (map[string]interface{}, error)

type SearchObjectsRequestLastModified

type SearchObjectsRequestLastModified struct {
	Gte *time.Time `json:"gte,omitempty"`
	Lte *time.Time `json:"lte,omitempty"`
}

SearchObjectsRequestLastModified struct for SearchObjectsRequestLastModified

func NewSearchObjectsRequestLastModified

func NewSearchObjectsRequestLastModified() *SearchObjectsRequestLastModified

NewSearchObjectsRequestLastModified instantiates a new SearchObjectsRequestLastModified object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchObjectsRequestLastModifiedWithDefaults

func NewSearchObjectsRequestLastModifiedWithDefaults() *SearchObjectsRequestLastModified

NewSearchObjectsRequestLastModifiedWithDefaults instantiates a new SearchObjectsRequestLastModified object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchObjectsRequestLastModified) GetGte

GetGte returns the Gte field value if set, zero value otherwise.

func (*SearchObjectsRequestLastModified) GetGteOk

func (o *SearchObjectsRequestLastModified) GetGteOk() (*time.Time, bool)

GetGteOk returns a tuple with the Gte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchObjectsRequestLastModified) GetLte

GetLte returns the Lte field value if set, zero value otherwise.

func (*SearchObjectsRequestLastModified) GetLteOk

func (o *SearchObjectsRequestLastModified) GetLteOk() (*time.Time, bool)

GetLteOk returns a tuple with the Lte field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchObjectsRequestLastModified) HasGte

HasGte returns a boolean if a field has been set.

func (*SearchObjectsRequestLastModified) HasLte

HasLte returns a boolean if a field has been set.

func (SearchObjectsRequestLastModified) MarshalJSON

func (o SearchObjectsRequestLastModified) MarshalJSON() ([]byte, error)

func (*SearchObjectsRequestLastModified) SetGte

SetGte gets a reference to the given time.Time and assigns it to the Gte field.

func (*SearchObjectsRequestLastModified) SetLte

SetLte gets a reference to the given time.Time and assigns it to the Lte field.

func (SearchObjectsRequestLastModified) ToMap

func (o SearchObjectsRequestLastModified) ToMap() (map[string]interface{}, error)

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SessionAPIService

type SessionAPIService service

SessionAPIService SessionAPI service

func (*SessionAPIService) V3SessionTokenPost

V3SessionTokenPost token

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3SessionTokenPostRequest

func (*SessionAPIService) V3SessionTokenPostExecute

func (a *SessionAPIService) V3SessionTokenPostExecute(r ApiV3SessionTokenPostRequest) (*http.Response, error)

Execute executes the request

type SettingsAPIService

type SettingsAPIService service

SettingsAPIService SettingsAPI service

func (*SettingsAPIService) V3SettingsGet

V3SettingsGet Retrieve settings

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3SettingsGetRequest

func (*SettingsAPIService) V3SettingsGetExecute

func (a *SettingsAPIService) V3SettingsGetExecute(r ApiV3SettingsGetRequest) (*http.Response, error)

Execute executes the request

type Tokenrequest

type Tokenrequest struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

Tokenrequest struct for Tokenrequest

func NewTokenrequest

func NewTokenrequest(email string, password string) *Tokenrequest

NewTokenrequest instantiates a new Tokenrequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTokenrequestWithDefaults

func NewTokenrequestWithDefaults() *Tokenrequest

NewTokenrequestWithDefaults instantiates a new Tokenrequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Tokenrequest) GetEmail

func (o *Tokenrequest) GetEmail() string

GetEmail returns the Email field value

func (*Tokenrequest) GetEmailOk

func (o *Tokenrequest) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*Tokenrequest) GetPassword

func (o *Tokenrequest) GetPassword() string

GetPassword returns the Password field value

func (*Tokenrequest) GetPasswordOk

func (o *Tokenrequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (Tokenrequest) MarshalJSON

func (o Tokenrequest) MarshalJSON() ([]byte, error)

func (*Tokenrequest) SetEmail

func (o *Tokenrequest) SetEmail(v string)

SetEmail sets field value

func (*Tokenrequest) SetPassword

func (o *Tokenrequest) SetPassword(v string)

SetPassword sets field value

func (Tokenrequest) ToMap

func (o Tokenrequest) ToMap() (map[string]interface{}, error)

func (*Tokenrequest) UnmarshalJSON

func (o *Tokenrequest) UnmarshalJSON(data []byte) (err error)

type UnarchiveObject

type UnarchiveObject struct {
	ObjectIds []string `json:"object_ids"`
}

UnarchiveObject struct for UnarchiveObject

func NewUnarchiveObject

func NewUnarchiveObject(objectIds []string) *UnarchiveObject

NewUnarchiveObject instantiates a new UnarchiveObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUnarchiveObjectWithDefaults

func NewUnarchiveObjectWithDefaults() *UnarchiveObject

NewUnarchiveObjectWithDefaults instantiates a new UnarchiveObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UnarchiveObject) GetObjectIds

func (o *UnarchiveObject) GetObjectIds() []string

GetObjectIds returns the ObjectIds field value

func (*UnarchiveObject) GetObjectIdsOk

func (o *UnarchiveObject) GetObjectIdsOk() ([]string, bool)

GetObjectIdsOk returns a tuple with the ObjectIds field value and a boolean to check if the value has been set.

func (UnarchiveObject) MarshalJSON

func (o UnarchiveObject) MarshalJSON() ([]byte, error)

func (*UnarchiveObject) SetObjectIds

func (o *UnarchiveObject) SetObjectIds(v []string)

SetObjectIds sets field value

func (UnarchiveObject) ToMap

func (o UnarchiveObject) ToMap() (map[string]interface{}, error)

func (*UnarchiveObject) UnmarshalJSON

func (o *UnarchiveObject) UnmarshalJSON(data []byte) (err error)

type UpdateActionFieldRequest

type UpdateActionFieldRequest struct {
	Fields *Fields `json:"fields,omitempty"`
}

UpdateActionFieldRequest struct for UpdateActionFieldRequest

func NewUpdateActionFieldRequest

func NewUpdateActionFieldRequest() *UpdateActionFieldRequest

NewUpdateActionFieldRequest instantiates a new UpdateActionFieldRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateActionFieldRequestWithDefaults

func NewUpdateActionFieldRequestWithDefaults() *UpdateActionFieldRequest

NewUpdateActionFieldRequestWithDefaults instantiates a new UpdateActionFieldRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateActionFieldRequest) GetFields

func (o *UpdateActionFieldRequest) GetFields() Fields

GetFields returns the Fields field value if set, zero value otherwise.

func (*UpdateActionFieldRequest) GetFieldsOk

func (o *UpdateActionFieldRequest) GetFieldsOk() (*Fields, bool)

GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateActionFieldRequest) HasFields

func (o *UpdateActionFieldRequest) HasFields() bool

HasFields returns a boolean if a field has been set.

func (UpdateActionFieldRequest) MarshalJSON

func (o UpdateActionFieldRequest) MarshalJSON() ([]byte, error)

func (*UpdateActionFieldRequest) SetFields

func (o *UpdateActionFieldRequest) SetFields(v Fields)

SetFields gets a reference to the given Fields and assigns it to the Fields field.

func (UpdateActionFieldRequest) ToMap

func (o UpdateActionFieldRequest) ToMap() (map[string]interface{}, error)

type UpdateGroupObjectRequest

type UpdateGroupObjectRequest struct {
	//
	GpsCoordinates       []int32 `json:"gps_coordinates,omitempty"`
	AdditionalProperties map[string]interface{}
}

UpdateGroupObjectRequest struct for UpdateGroupObjectRequest

func NewUpdateGroupObjectRequest

func NewUpdateGroupObjectRequest() *UpdateGroupObjectRequest

NewUpdateGroupObjectRequest instantiates a new UpdateGroupObjectRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateGroupObjectRequestWithDefaults

func NewUpdateGroupObjectRequestWithDefaults() *UpdateGroupObjectRequest

NewUpdateGroupObjectRequestWithDefaults instantiates a new UpdateGroupObjectRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateGroupObjectRequest) GetGpsCoordinates

func (o *UpdateGroupObjectRequest) GetGpsCoordinates() []int32

GetGpsCoordinates returns the GpsCoordinates field value if set, zero value otherwise.

func (*UpdateGroupObjectRequest) GetGpsCoordinatesOk

func (o *UpdateGroupObjectRequest) GetGpsCoordinatesOk() ([]int32, bool)

GetGpsCoordinatesOk returns a tuple with the GpsCoordinates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateGroupObjectRequest) HasGpsCoordinates

func (o *UpdateGroupObjectRequest) HasGpsCoordinates() bool

HasGpsCoordinates returns a boolean if a field has been set.

func (UpdateGroupObjectRequest) MarshalJSON

func (o UpdateGroupObjectRequest) MarshalJSON() ([]byte, error)

func (*UpdateGroupObjectRequest) SetGpsCoordinates

func (o *UpdateGroupObjectRequest) SetGpsCoordinates(v []int32)

SetGpsCoordinates gets a reference to the given []int32 and assigns it to the GpsCoordinates field.

func (UpdateGroupObjectRequest) ToMap

func (o UpdateGroupObjectRequest) ToMap() (map[string]interface{}, error)

func (*UpdateGroupObjectRequest) UnmarshalJSON

func (o *UpdateGroupObjectRequest) UnmarshalJSON(data []byte) (err error)

type UpdatereportRequest

type UpdatereportRequest struct {
	ReportId        string  `json:"report_id"`
	ReportType      string  `json:"report_type"`
	Report          Report  `json:"report"`
	EntityEmbedYn   *string `json:"entity_embed_yn,omitempty"`
	ObjectSelector  *string `json:"object_selector,omitempty"`
	ReportableValue *string `json:"reportable_value,omitempty"`
}

UpdatereportRequest struct for UpdatereportRequest

func NewUpdatereportRequest

func NewUpdatereportRequest(reportId string, reportType string, report Report) *UpdatereportRequest

NewUpdatereportRequest instantiates a new UpdatereportRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdatereportRequestWithDefaults

func NewUpdatereportRequestWithDefaults() *UpdatereportRequest

NewUpdatereportRequestWithDefaults instantiates a new UpdatereportRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdatereportRequest) GetEntityEmbedYn

func (o *UpdatereportRequest) GetEntityEmbedYn() string

GetEntityEmbedYn returns the EntityEmbedYn field value if set, zero value otherwise.

func (*UpdatereportRequest) GetEntityEmbedYnOk

func (o *UpdatereportRequest) GetEntityEmbedYnOk() (*string, bool)

GetEntityEmbedYnOk returns a tuple with the EntityEmbedYn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdatereportRequest) GetObjectSelector

func (o *UpdatereportRequest) GetObjectSelector() string

GetObjectSelector returns the ObjectSelector field value if set, zero value otherwise.

func (*UpdatereportRequest) GetObjectSelectorOk

func (o *UpdatereportRequest) GetObjectSelectorOk() (*string, bool)

GetObjectSelectorOk returns a tuple with the ObjectSelector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdatereportRequest) GetReport

func (o *UpdatereportRequest) GetReport() Report

GetReport returns the Report field value

func (*UpdatereportRequest) GetReportId

func (o *UpdatereportRequest) GetReportId() string

GetReportId returns the ReportId field value

func (*UpdatereportRequest) GetReportIdOk

func (o *UpdatereportRequest) GetReportIdOk() (*string, bool)

GetReportIdOk returns a tuple with the ReportId field value and a boolean to check if the value has been set.

func (*UpdatereportRequest) GetReportOk

func (o *UpdatereportRequest) GetReportOk() (*Report, bool)

GetReportOk returns a tuple with the Report field value and a boolean to check if the value has been set.

func (*UpdatereportRequest) GetReportType

func (o *UpdatereportRequest) GetReportType() string

GetReportType returns the ReportType field value

func (*UpdatereportRequest) GetReportTypeOk

func (o *UpdatereportRequest) GetReportTypeOk() (*string, bool)

GetReportTypeOk returns a tuple with the ReportType field value and a boolean to check if the value has been set.

func (*UpdatereportRequest) GetReportableValue

func (o *UpdatereportRequest) GetReportableValue() string

GetReportableValue returns the ReportableValue field value if set, zero value otherwise.

func (*UpdatereportRequest) GetReportableValueOk

func (o *UpdatereportRequest) GetReportableValueOk() (*string, bool)

GetReportableValueOk returns a tuple with the ReportableValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdatereportRequest) HasEntityEmbedYn

func (o *UpdatereportRequest) HasEntityEmbedYn() bool

HasEntityEmbedYn returns a boolean if a field has been set.

func (*UpdatereportRequest) HasObjectSelector

func (o *UpdatereportRequest) HasObjectSelector() bool

HasObjectSelector returns a boolean if a field has been set.

func (*UpdatereportRequest) HasReportableValue

func (o *UpdatereportRequest) HasReportableValue() bool

HasReportableValue returns a boolean if a field has been set.

func (UpdatereportRequest) MarshalJSON

func (o UpdatereportRequest) MarshalJSON() ([]byte, error)

func (*UpdatereportRequest) SetEntityEmbedYn

func (o *UpdatereportRequest) SetEntityEmbedYn(v string)

SetEntityEmbedYn gets a reference to the given string and assigns it to the EntityEmbedYn field.

func (*UpdatereportRequest) SetObjectSelector

func (o *UpdatereportRequest) SetObjectSelector(v string)

SetObjectSelector gets a reference to the given string and assigns it to the ObjectSelector field.

func (*UpdatereportRequest) SetReport

func (o *UpdatereportRequest) SetReport(v Report)

SetReport sets field value

func (*UpdatereportRequest) SetReportId

func (o *UpdatereportRequest) SetReportId(v string)

SetReportId sets field value

func (*UpdatereportRequest) SetReportType

func (o *UpdatereportRequest) SetReportType(v string)

SetReportType sets field value

func (*UpdatereportRequest) SetReportableValue

func (o *UpdatereportRequest) SetReportableValue(v string)

SetReportableValue gets a reference to the given string and assigns it to the ReportableValue field.

func (UpdatereportRequest) ToMap

func (o UpdatereportRequest) ToMap() (map[string]interface{}, error)

func (*UpdatereportRequest) UnmarshalJSON

func (o *UpdatereportRequest) UnmarshalJSON(data []byte) (err error)

type UpdateuserRequest

type UpdateuserRequest struct {
	User User `json:"user"`
}

UpdateuserRequest struct for UpdateuserRequest

func NewUpdateuserRequest

func NewUpdateuserRequest(user User) *UpdateuserRequest

NewUpdateuserRequest instantiates a new UpdateuserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateuserRequestWithDefaults

func NewUpdateuserRequestWithDefaults() *UpdateuserRequest

NewUpdateuserRequestWithDefaults instantiates a new UpdateuserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateuserRequest) GetUser

func (o *UpdateuserRequest) GetUser() User

GetUser returns the User field value

func (*UpdateuserRequest) GetUserOk

func (o *UpdateuserRequest) GetUserOk() (*User, bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (UpdateuserRequest) MarshalJSON

func (o UpdateuserRequest) MarshalJSON() ([]byte, error)

func (*UpdateuserRequest) SetUser

func (o *UpdateuserRequest) SetUser(v User)

SetUser sets field value

func (UpdateuserRequest) ToMap

func (o UpdateuserRequest) ToMap() (map[string]interface{}, error)

func (*UpdateuserRequest) UnmarshalJSON

func (o *UpdateuserRequest) UnmarshalJSON(data []byte) (err error)

type User

type User struct {
	FirstName            string  `json:"first_name"`
	LastName             string  `json:"last_name"`
	Email                string  `json:"email"`
	Password             string  `json:"password"`
	PasswordConfirmation string  `json:"password_confirmation"`
	CreateForAccount     string  `json:"create_for_account"`
	Phone                *string `json:"phone,omitempty"`
	TemplateRuleId       *int32  `json:"template_rule_id,omitempty"`
}

User struct for User

func NewUser

func NewUser(firstName string, lastName string, email string, password string, passwordConfirmation string, createForAccount string) *User

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

func NewUserWithDefaults

func NewUserWithDefaults() *User

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

func (*User) GetCreateForAccount

func (o *User) GetCreateForAccount() string

GetCreateForAccount returns the CreateForAccount field value

func (*User) GetCreateForAccountOk

func (o *User) GetCreateForAccountOk() (*string, bool)

GetCreateForAccountOk returns a tuple with the CreateForAccount field value and a boolean to check if the value has been set.

func (*User) GetEmail

func (o *User) GetEmail() string

GetEmail returns the Email field value

func (*User) GetEmailOk

func (o *User) GetEmailOk() (*string, bool)

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*User) GetFirstName

func (o *User) GetFirstName() string

GetFirstName returns the FirstName field value

func (*User) GetFirstNameOk

func (o *User) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field value and a boolean to check if the value has been set.

func (*User) GetLastName

func (o *User) GetLastName() string

GetLastName returns the LastName field value

func (*User) GetLastNameOk

func (o *User) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field value and a boolean to check if the value has been set.

func (*User) GetPassword

func (o *User) GetPassword() string

GetPassword returns the Password field value

func (*User) GetPasswordConfirmation

func (o *User) GetPasswordConfirmation() string

GetPasswordConfirmation returns the PasswordConfirmation field value

func (*User) GetPasswordConfirmationOk

func (o *User) GetPasswordConfirmationOk() (*string, bool)

GetPasswordConfirmationOk returns a tuple with the PasswordConfirmation field value and a boolean to check if the value has been set.

func (*User) GetPasswordOk

func (o *User) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*User) GetPhone

func (o *User) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*User) GetPhoneOk

func (o *User) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*User) GetTemplateRuleId

func (o *User) GetTemplateRuleId() int32

GetTemplateRuleId returns the TemplateRuleId field value if set, zero value otherwise.

func (*User) GetTemplateRuleIdOk

func (o *User) GetTemplateRuleIdOk() (*int32, bool)

GetTemplateRuleIdOk returns a tuple with the TemplateRuleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*User) HasPhone

func (o *User) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*User) HasTemplateRuleId

func (o *User) HasTemplateRuleId() bool

HasTemplateRuleId returns a boolean if a field has been set.

func (User) MarshalJSON

func (o User) MarshalJSON() ([]byte, error)

func (*User) SetCreateForAccount

func (o *User) SetCreateForAccount(v string)

SetCreateForAccount sets field value

func (*User) SetEmail

func (o *User) SetEmail(v string)

SetEmail sets field value

func (*User) SetFirstName

func (o *User) SetFirstName(v string)

SetFirstName sets field value

func (*User) SetLastName

func (o *User) SetLastName(v string)

SetLastName sets field value

func (*User) SetPassword

func (o *User) SetPassword(v string)

SetPassword sets field value

func (*User) SetPasswordConfirmation

func (o *User) SetPasswordConfirmation(v string)

SetPasswordConfirmation sets field value

func (*User) SetPhone

func (o *User) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*User) SetTemplateRuleId

func (o *User) SetTemplateRuleId(v int32)

SetTemplateRuleId gets a reference to the given int32 and assigns it to the TemplateRuleId field.

func (User) ToMap

func (o User) ToMap() (map[string]interface{}, error)

func (*User) UnmarshalJSON

func (o *User) UnmarshalJSON(data []byte) (err error)

type UsersAPIService

type UsersAPIService service

UsersAPIService UsersAPI service

func (*UsersAPIService) V3UsersGet

V3UsersGet Retrieve Users

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3UsersGetRequest

func (*UsersAPIService) V3UsersGetExecute

func (a *UsersAPIService) V3UsersGetExecute(r ApiV3UsersGetRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) V3UsersMeGet

V3UsersMeGet Retrive self details

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3UsersMeGetRequest

func (*UsersAPIService) V3UsersMeGetExecute

func (a *UsersAPIService) V3UsersMeGetExecute(r ApiV3UsersMeGetRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) V3UsersPost

V3UsersPost Create User

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3UsersPostRequest

func (*UsersAPIService) V3UsersPostExecute

func (a *UsersAPIService) V3UsersPostExecute(r ApiV3UsersPostRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) V3UsersTemplatesGet

func (a *UsersAPIService) V3UsersTemplatesGet(ctx context.Context) ApiV3UsersTemplatesGetRequest

V3UsersTemplatesGet Retrive user templates

check

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiV3UsersTemplatesGetRequest

func (*UsersAPIService) V3UsersTemplatesGetExecute

func (a *UsersAPIService) V3UsersTemplatesGetExecute(r ApiV3UsersTemplatesGetRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) V3UsersUserIdPut

func (a *UsersAPIService) V3UsersUserIdPut(ctx context.Context, userId int32) ApiV3UsersUserIdPutRequest

V3UsersUserIdPut Update user

check

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@return ApiV3UsersUserIdPutRequest

func (*UsersAPIService) V3UsersUserIdPutExecute

func (a *UsersAPIService) V3UsersUserIdPutExecute(r ApiV3UsersUserIdPutRequest) (*http.Response, error)

Execute executes the request

type V3GroupsGroupIdObjectsPostRequest

type V3GroupsGroupIdObjectsPostRequest struct {
	BulkCreateGroupObjectsRequest *BulkCreateGroupObjectsRequest
	CreateGroupObjectRequest      *CreateGroupObjectRequest
}

V3GroupsGroupIdObjectsPostRequest - struct for V3GroupsGroupIdObjectsPostRequest

func BulkCreateGroupObjectsRequestAsV3GroupsGroupIdObjectsPostRequest

func BulkCreateGroupObjectsRequestAsV3GroupsGroupIdObjectsPostRequest(v *BulkCreateGroupObjectsRequest) V3GroupsGroupIdObjectsPostRequest

BulkCreateGroupObjectsRequestAsV3GroupsGroupIdObjectsPostRequest is a convenience function that returns BulkCreateGroupObjectsRequest wrapped in V3GroupsGroupIdObjectsPostRequest

func CreateGroupObjectRequestAsV3GroupsGroupIdObjectsPostRequest

func CreateGroupObjectRequestAsV3GroupsGroupIdObjectsPostRequest(v *CreateGroupObjectRequest) V3GroupsGroupIdObjectsPostRequest

CreateGroupObjectRequestAsV3GroupsGroupIdObjectsPostRequest is a convenience function that returns CreateGroupObjectRequest wrapped in V3GroupsGroupIdObjectsPostRequest

func (*V3GroupsGroupIdObjectsPostRequest) GetActualInstance

func (obj *V3GroupsGroupIdObjectsPostRequest) GetActualInstance() interface{}

Get the actual instance

func (V3GroupsGroupIdObjectsPostRequest) GetActualInstanceValue

func (obj V3GroupsGroupIdObjectsPostRequest) GetActualInstanceValue() interface{}

Get the actual instance value

func (V3GroupsGroupIdObjectsPostRequest) MarshalJSON

func (src V3GroupsGroupIdObjectsPostRequest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*V3GroupsGroupIdObjectsPostRequest) UnmarshalJSON

func (dst *V3GroupsGroupIdObjectsPostRequest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type V3GroupsGroupIdObjectsPostRequest1

type V3GroupsGroupIdObjectsPostRequest1 struct {
	Success  *bool                                           `json:"success,omitempty"`
	Errors   []V3GroupsGroupIdObjectsPostRequest1ErrorsInner `json:"errors,omitempty"`
	Metadata *V3GroupsGroupIdObjectsPostRequest1Metadata     `json:"metadata,omitempty"`
}

V3GroupsGroupIdObjectsPostRequest1 struct for V3GroupsGroupIdObjectsPostRequest1

func NewV3GroupsGroupIdObjectsPostRequest1

func NewV3GroupsGroupIdObjectsPostRequest1() *V3GroupsGroupIdObjectsPostRequest1

NewV3GroupsGroupIdObjectsPostRequest1 instantiates a new V3GroupsGroupIdObjectsPostRequest1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewV3GroupsGroupIdObjectsPostRequest1WithDefaults

func NewV3GroupsGroupIdObjectsPostRequest1WithDefaults() *V3GroupsGroupIdObjectsPostRequest1

NewV3GroupsGroupIdObjectsPostRequest1WithDefaults instantiates a new V3GroupsGroupIdObjectsPostRequest1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*V3GroupsGroupIdObjectsPostRequest1) GetErrors

GetErrors returns the Errors field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1) GetErrorsOk

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1) GetMetadata

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1) GetMetadataOk

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1) GetSuccess

func (o *V3GroupsGroupIdObjectsPostRequest1) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1) GetSuccessOk

func (o *V3GroupsGroupIdObjectsPostRequest1) GetSuccessOk() (*bool, bool)

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1) HasErrors

HasErrors returns a boolean if a field has been set.

func (*V3GroupsGroupIdObjectsPostRequest1) HasMetadata

func (o *V3GroupsGroupIdObjectsPostRequest1) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*V3GroupsGroupIdObjectsPostRequest1) HasSuccess

func (o *V3GroupsGroupIdObjectsPostRequest1) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (V3GroupsGroupIdObjectsPostRequest1) MarshalJSON

func (o V3GroupsGroupIdObjectsPostRequest1) MarshalJSON() ([]byte, error)

func (*V3GroupsGroupIdObjectsPostRequest1) SetErrors

SetErrors gets a reference to the given []V3GroupsGroupIdObjectsPostRequest1ErrorsInner and assigns it to the Errors field.

func (*V3GroupsGroupIdObjectsPostRequest1) SetMetadata

SetMetadata gets a reference to the given V3GroupsGroupIdObjectsPostRequest1Metadata and assigns it to the Metadata field.

func (*V3GroupsGroupIdObjectsPostRequest1) SetSuccess

func (o *V3GroupsGroupIdObjectsPostRequest1) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (V3GroupsGroupIdObjectsPostRequest1) ToMap

func (o V3GroupsGroupIdObjectsPostRequest1) ToMap() (map[string]interface{}, error)

type V3GroupsGroupIdObjectsPostRequest1ErrorsInner

type V3GroupsGroupIdObjectsPostRequest1ErrorsInner struct {
	// Group object id
	Id       *string                  `json:"id,omitempty"`
	Messages []map[string]interface{} `json:"messages,omitempty"`
}

V3GroupsGroupIdObjectsPostRequest1ErrorsInner struct for V3GroupsGroupIdObjectsPostRequest1ErrorsInner

func NewV3GroupsGroupIdObjectsPostRequest1ErrorsInner

func NewV3GroupsGroupIdObjectsPostRequest1ErrorsInner() *V3GroupsGroupIdObjectsPostRequest1ErrorsInner

NewV3GroupsGroupIdObjectsPostRequest1ErrorsInner instantiates a new V3GroupsGroupIdObjectsPostRequest1ErrorsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewV3GroupsGroupIdObjectsPostRequest1ErrorsInnerWithDefaults

func NewV3GroupsGroupIdObjectsPostRequest1ErrorsInnerWithDefaults() *V3GroupsGroupIdObjectsPostRequest1ErrorsInner

NewV3GroupsGroupIdObjectsPostRequest1ErrorsInnerWithDefaults instantiates a new V3GroupsGroupIdObjectsPostRequest1ErrorsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*V3GroupsGroupIdObjectsPostRequest1ErrorsInner) GetId

GetId returns the Id field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1ErrorsInner) GetIdOk

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1ErrorsInner) GetMessages

func (o *V3GroupsGroupIdObjectsPostRequest1ErrorsInner) GetMessages() []map[string]interface{}

GetMessages returns the Messages field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1ErrorsInner) GetMessagesOk

func (o *V3GroupsGroupIdObjectsPostRequest1ErrorsInner) GetMessagesOk() ([]map[string]interface{}, bool)

GetMessagesOk returns a tuple with the Messages field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1ErrorsInner) HasId

HasId returns a boolean if a field has been set.

func (*V3GroupsGroupIdObjectsPostRequest1ErrorsInner) HasMessages

HasMessages returns a boolean if a field has been set.

func (V3GroupsGroupIdObjectsPostRequest1ErrorsInner) MarshalJSON

func (*V3GroupsGroupIdObjectsPostRequest1ErrorsInner) SetId

SetId gets a reference to the given string and assigns it to the Id field.

func (*V3GroupsGroupIdObjectsPostRequest1ErrorsInner) SetMessages

func (o *V3GroupsGroupIdObjectsPostRequest1ErrorsInner) SetMessages(v []map[string]interface{})

SetMessages gets a reference to the given []map[string]interface{} and assigns it to the Messages field.

func (V3GroupsGroupIdObjectsPostRequest1ErrorsInner) ToMap

func (o V3GroupsGroupIdObjectsPostRequest1ErrorsInner) ToMap() (map[string]interface{}, error)

type V3GroupsGroupIdObjectsPostRequest1Metadata

type V3GroupsGroupIdObjectsPostRequest1Metadata struct {
	// Refers to the batch_id passed in PUT request
	BatchId              *string    `json:"batch_id,omitempty"`
	Total                *int32     `json:"total,omitempty"`
	SuccessfullyUploaded *int32     `json:"successfully_uploaded,omitempty"`
	Failed               *int32     `json:"failed,omitempty"`
	Skipped              *int32     `json:"skipped,omitempty"`
	SkippedIds           []string   `json:"skipped_ids,omitempty"`
	FinishedAt           *time.Time `json:"finished_at,omitempty"`
}

V3GroupsGroupIdObjectsPostRequest1Metadata struct for V3GroupsGroupIdObjectsPostRequest1Metadata

func NewV3GroupsGroupIdObjectsPostRequest1Metadata

func NewV3GroupsGroupIdObjectsPostRequest1Metadata() *V3GroupsGroupIdObjectsPostRequest1Metadata

NewV3GroupsGroupIdObjectsPostRequest1Metadata instantiates a new V3GroupsGroupIdObjectsPostRequest1Metadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewV3GroupsGroupIdObjectsPostRequest1MetadataWithDefaults

func NewV3GroupsGroupIdObjectsPostRequest1MetadataWithDefaults() *V3GroupsGroupIdObjectsPostRequest1Metadata

NewV3GroupsGroupIdObjectsPostRequest1MetadataWithDefaults instantiates a new V3GroupsGroupIdObjectsPostRequest1Metadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetBatchId

GetBatchId returns the BatchId field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetBatchIdOk

GetBatchIdOk returns a tuple with the BatchId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetFailed

GetFailed returns the Failed field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetFailedOk

GetFailedOk returns a tuple with the Failed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetFinishedAt

GetFinishedAt returns the FinishedAt field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetFinishedAtOk

func (o *V3GroupsGroupIdObjectsPostRequest1Metadata) GetFinishedAtOk() (*time.Time, bool)

GetFinishedAtOk returns a tuple with the FinishedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetSkipped

GetSkipped returns the Skipped field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetSkippedIds

GetSkippedIds returns the SkippedIds field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetSkippedIdsOk

func (o *V3GroupsGroupIdObjectsPostRequest1Metadata) GetSkippedIdsOk() ([]string, bool)

GetSkippedIdsOk returns a tuple with the SkippedIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetSkippedOk

GetSkippedOk returns a tuple with the Skipped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetSuccessfullyUploaded

func (o *V3GroupsGroupIdObjectsPostRequest1Metadata) GetSuccessfullyUploaded() int32

GetSuccessfullyUploaded returns the SuccessfullyUploaded field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetSuccessfullyUploadedOk

func (o *V3GroupsGroupIdObjectsPostRequest1Metadata) GetSuccessfullyUploadedOk() (*int32, bool)

GetSuccessfullyUploadedOk returns a tuple with the SuccessfullyUploaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetTotal

GetTotal returns the Total field value if set, zero value otherwise.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) GetTotalOk

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) HasBatchId

HasBatchId returns a boolean if a field has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) HasFailed

HasFailed returns a boolean if a field has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) HasFinishedAt

HasFinishedAt returns a boolean if a field has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) HasSkipped

HasSkipped returns a boolean if a field has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) HasSkippedIds

HasSkippedIds returns a boolean if a field has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) HasSuccessfullyUploaded

func (o *V3GroupsGroupIdObjectsPostRequest1Metadata) HasSuccessfullyUploaded() bool

HasSuccessfullyUploaded returns a boolean if a field has been set.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) HasTotal

HasTotal returns a boolean if a field has been set.

func (V3GroupsGroupIdObjectsPostRequest1Metadata) MarshalJSON

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) SetBatchId

SetBatchId gets a reference to the given string and assigns it to the BatchId field.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) SetFailed

SetFailed gets a reference to the given int32 and assigns it to the Failed field.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) SetFinishedAt

SetFinishedAt gets a reference to the given time.Time and assigns it to the FinishedAt field.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) SetSkipped

SetSkipped gets a reference to the given int32 and assigns it to the Skipped field.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) SetSkippedIds

func (o *V3GroupsGroupIdObjectsPostRequest1Metadata) SetSkippedIds(v []string)

SetSkippedIds gets a reference to the given []string and assigns it to the SkippedIds field.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) SetSuccessfullyUploaded

func (o *V3GroupsGroupIdObjectsPostRequest1Metadata) SetSuccessfullyUploaded(v int32)

SetSuccessfullyUploaded gets a reference to the given int32 and assigns it to the SuccessfullyUploaded field.

func (*V3GroupsGroupIdObjectsPostRequest1Metadata) SetTotal

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (V3GroupsGroupIdObjectsPostRequest1Metadata) ToMap

func (o V3GroupsGroupIdObjectsPostRequest1Metadata) ToMap() (map[string]interface{}, error)

type V3GroupsGroupIdObjectsPutRequest

type V3GroupsGroupIdObjectsPutRequest struct {
	BulkUpdateGroupObjectsRequest *BulkUpdateGroupObjectsRequest
	UpdateGroupObjectRequest      *UpdateGroupObjectRequest
}

V3GroupsGroupIdObjectsPutRequest - struct for V3GroupsGroupIdObjectsPutRequest

func BulkUpdateGroupObjectsRequestAsV3GroupsGroupIdObjectsPutRequest

func BulkUpdateGroupObjectsRequestAsV3GroupsGroupIdObjectsPutRequest(v *BulkUpdateGroupObjectsRequest) V3GroupsGroupIdObjectsPutRequest

BulkUpdateGroupObjectsRequestAsV3GroupsGroupIdObjectsPutRequest is a convenience function that returns BulkUpdateGroupObjectsRequest wrapped in V3GroupsGroupIdObjectsPutRequest

func UpdateGroupObjectRequestAsV3GroupsGroupIdObjectsPutRequest

func UpdateGroupObjectRequestAsV3GroupsGroupIdObjectsPutRequest(v *UpdateGroupObjectRequest) V3GroupsGroupIdObjectsPutRequest

UpdateGroupObjectRequestAsV3GroupsGroupIdObjectsPutRequest is a convenience function that returns UpdateGroupObjectRequest wrapped in V3GroupsGroupIdObjectsPutRequest

func (*V3GroupsGroupIdObjectsPutRequest) GetActualInstance

func (obj *V3GroupsGroupIdObjectsPutRequest) GetActualInstance() interface{}

Get the actual instance

func (V3GroupsGroupIdObjectsPutRequest) GetActualInstanceValue

func (obj V3GroupsGroupIdObjectsPutRequest) GetActualInstanceValue() interface{}

Get the actual instance value

func (V3GroupsGroupIdObjectsPutRequest) MarshalJSON

func (src V3GroupsGroupIdObjectsPutRequest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*V3GroupsGroupIdObjectsPutRequest) UnmarshalJSON

func (dst *V3GroupsGroupIdObjectsPutRequest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL