intake

package module
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Overview

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Index

Constants

This section is empty.

Variables

View Source
var AllowedCatalogAuthTypeEnumValues = []CatalogAuthType{
	"none",
	"dremio",
}

All allowed values of CatalogAuthType enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedIntakeResponseStateEnumValues = []IntakeResponseState{
	"reconciling",
	"active",
	"deleting",
	"failed",
}

All allowed values of IntakeResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedIntakeRunnerResponseStateEnumValues = []IntakeRunnerResponseState{
	"reconciling",
	"active",
	"deleting",
}

All allowed values of IntakeRunnerResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedIntakeUserResponseStateEnumValues = []IntakeUserResponseState{
	"reconciling",
	"active",
	"deleting",
}

All allowed values of IntakeUserResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedPartitioningTypeEnumValues = []PartitioningType{
	"none",
	"intake-time",
	"manual",
}

All allowed values of PartitioningType enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedPartitioningUpdateTypeEnumValues = []PartitioningUpdateType{
	"none",
	"intake-time",
	"manual",
}

All allowed values of PartitioningUpdateType enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

View Source
var AllowedUserTypeEnumValues = []UserType{
	"intake",
	"dead-letter",
}

All allowed values of UserType enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Functions

func CacheExpires

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

CacheExpires helper function to determine remaining time before repeating a request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewConfiguration

func NewConfiguration() *config.Configuration

NewConfiguration returns a new Configuration object Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func ParameterValueToString deprecated

func ParameterValueToString(obj interface{}, key string) string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func PtrTime

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

PtrTime is helper routine that returns a pointer to given Time value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Types

type APIClient

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

APIClient manages communication with the STACKIT Intake API API v1beta.3.5 In most cases there should be only one, shared, APIClient. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewAPIClient

func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)

NewAPIClient creates a new API client. Optionally receives configuration options Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) CreateIntake deprecated

func (a *APIClient) CreateIntake(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRequest

CreateIntake: Method for CreateIntake

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiCreateIntakeRequest

func (*APIClient) CreateIntakeExecute deprecated

func (a *APIClient) CreateIntakeExecute(ctx context.Context, projectId string, regionId string) (*IntakeResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) CreateIntakeRunner deprecated

func (a *APIClient) CreateIntakeRunner(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRunnerRequest

CreateIntakeRunner: Method for CreateIntakeRunner

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiCreateIntakeRunnerRequest

func (*APIClient) CreateIntakeRunnerExecute deprecated

func (a *APIClient) CreateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string) (*IntakeRunnerResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) CreateIntakeUser deprecated

func (a *APIClient) CreateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string) ApiCreateIntakeUserRequest

CreateIntakeUser: Method for CreateIntakeUser

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiCreateIntakeUserRequest

func (*APIClient) CreateIntakeUserExecute deprecated

func (a *APIClient) CreateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeUserResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) DeleteIntake deprecated

func (a *APIClient) DeleteIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiDeleteIntakeRequest

DeleteIntake: Method for DeleteIntake

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiDeleteIntakeRequest

func (*APIClient) DeleteIntakeExecute deprecated

func (a *APIClient) DeleteIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) DeleteIntakeRunner deprecated

func (a *APIClient) DeleteIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiDeleteIntakeRunnerRequest

DeleteIntakeRunner: Method for DeleteIntakeRunner

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeRunnerId The intake runner UUID.
@return ApiDeleteIntakeRunnerRequest

func (*APIClient) DeleteIntakeRunnerExecute deprecated

func (a *APIClient) DeleteIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) DeleteIntakeUser deprecated

func (a *APIClient) DeleteIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiDeleteIntakeUserRequest

DeleteIntakeUser: Method for DeleteIntakeUser

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@param intakeUserId The intake user UUID.
@return ApiDeleteIntakeUserRequest

func (*APIClient) DeleteIntakeUserExecute deprecated

func (a *APIClient) DeleteIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *config.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 Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) GetIntake deprecated

func (a *APIClient) GetIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiGetIntakeRequest

GetIntake: Method for GetIntake

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiGetIntakeRequest

func (*APIClient) GetIntakeExecute deprecated

func (a *APIClient) GetIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) GetIntakeRunner deprecated

func (a *APIClient) GetIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiGetIntakeRunnerRequest

GetIntakeRunner: Method for GetIntakeRunner

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeRunnerId The intake runner UUID.
@return ApiGetIntakeRunnerRequest

func (*APIClient) GetIntakeRunnerExecute deprecated

func (a *APIClient) GetIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) (*IntakeRunnerResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) GetIntakeUser deprecated

func (a *APIClient) GetIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiGetIntakeUserRequest

GetIntakeUser: Method for GetIntakeUser

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@param intakeUserId The intake user UUID.
@return ApiGetIntakeUserRequest

func (*APIClient) GetIntakeUserExecute deprecated

func (a *APIClient) GetIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) (*IntakeUserResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) ListIntakeRunners deprecated

func (a *APIClient) ListIntakeRunners(ctx context.Context, projectId string, regionId string) ApiListIntakeRunnersRequest

ListIntakeRunners: Method for ListIntakeRunners

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiListIntakeRunnersRequest

func (*APIClient) ListIntakeRunnersExecute deprecated

func (a *APIClient) ListIntakeRunnersExecute(ctx context.Context, projectId string, regionId string) (*ListIntakeRunnersResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) ListIntakeUsers deprecated

func (a *APIClient) ListIntakeUsers(ctx context.Context, projectId string, regionId string, intakeId string) ApiListIntakeUsersRequest

ListIntakeUsers: Method for ListIntakeUsers

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiListIntakeUsersRequest

func (*APIClient) ListIntakeUsersExecute deprecated

func (a *APIClient) ListIntakeUsersExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*ListIntakeUsersResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) ListIntakes deprecated

func (a *APIClient) ListIntakes(ctx context.Context, projectId string, regionId string) ApiListIntakesRequest

ListIntakes: Method for ListIntakes

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiListIntakesRequest

func (*APIClient) ListIntakesExecute deprecated

func (a *APIClient) ListIntakesExecute(ctx context.Context, projectId string, regionId string) (*ListIntakesResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) UpdateIntake deprecated

func (a *APIClient) UpdateIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiUpdateIntakeRequest

UpdateIntake: Method for UpdateIntake

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiUpdateIntakeRequest

func (*APIClient) UpdateIntakeExecute deprecated

func (a *APIClient) UpdateIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) UpdateIntakeRunner deprecated

func (a *APIClient) UpdateIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiUpdateIntakeRunnerRequest

UpdateIntakeRunner: Method for UpdateIntakeRunner

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeRunnerId The intake runner UUID.
@return ApiUpdateIntakeRunnerRequest

func (*APIClient) UpdateIntakeRunnerExecute deprecated

func (a *APIClient) UpdateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) (*IntakeRunnerResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*APIClient) UpdateIntakeUser deprecated

func (a *APIClient) UpdateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiUpdateIntakeUserRequest

UpdateIntakeUser: Method for UpdateIntakeUser

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@param intakeUserId The intake user UUID.
@return ApiUpdateIntakeUserRequest

func (*APIClient) UpdateIntakeUserExecute deprecated

func (a *APIClient) UpdateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) (*IntakeUserResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiCreateIntakeRequest deprecated

type ApiCreateIntakeRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	CreateIntakePayload(createIntakePayload CreateIntakePayload) ApiCreateIntakeRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*IntakeResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiCreateIntakeRunnerRequest deprecated

type ApiCreateIntakeRunnerRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	CreateIntakeRunnerPayload(createIntakeRunnerPayload CreateIntakeRunnerPayload) ApiCreateIntakeRunnerRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*IntakeRunnerResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiCreateIntakeUserRequest deprecated

type ApiCreateIntakeUserRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	CreateIntakeUserPayload(createIntakeUserPayload CreateIntakeUserPayload) ApiCreateIntakeUserRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*IntakeUserResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiDeleteIntakeRequest deprecated

type ApiDeleteIntakeRequest interface {
	// If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist.
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Force(force bool) ApiDeleteIntakeRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() error
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiDeleteIntakeRunnerRequest deprecated

type ApiDeleteIntakeRunnerRequest interface {
	// If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist.
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Force(force bool) ApiDeleteIntakeRunnerRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() error
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiDeleteIntakeUserRequest deprecated

type ApiDeleteIntakeUserRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() error
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiGetIntakeRequest deprecated

type ApiGetIntakeRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*IntakeResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiGetIntakeRunnerRequest deprecated

type ApiGetIntakeRunnerRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*IntakeRunnerResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiGetIntakeUserRequest deprecated

type ApiGetIntakeUserRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*IntakeUserResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiListIntakeRunnersRequest deprecated

type ApiListIntakeRunnersRequest interface {
	// A token to retrieve the next page of results.
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PageToken(pageToken string) ApiListIntakeRunnersRequest
	// Maximum number of items to return
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PageSize(pageSize int32) ApiListIntakeRunnersRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*ListIntakeRunnersResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiListIntakeUsersRequest deprecated

type ApiListIntakeUsersRequest interface {
	// A token to retrieve the next page of results.
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PageToken(pageToken string) ApiListIntakeUsersRequest
	// Maximum number of items to return
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PageSize(pageSize int32) ApiListIntakeUsersRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*ListIntakeUsersResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiListIntakesRequest deprecated

type ApiListIntakesRequest interface {
	// A token to retrieve the next page of results.
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PageToken(pageToken string) ApiListIntakesRequest
	// Maximum number of items to return
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PageSize(pageSize int32) ApiListIntakesRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*ListIntakesResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiUpdateIntakeRequest deprecated

type ApiUpdateIntakeRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	UpdateIntakePayload(updateIntakePayload UpdateIntakePayload) ApiUpdateIntakeRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*IntakeResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiUpdateIntakeRunnerRequest deprecated

type ApiUpdateIntakeRunnerRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	UpdateIntakeRunnerPayload(updateIntakeRunnerPayload UpdateIntakeRunnerPayload) ApiUpdateIntakeRunnerRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*IntakeRunnerResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ApiUpdateIntakeUserRequest deprecated

type ApiUpdateIntakeUserRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	UpdateIntakeUserPayload(updateIntakeUserPayload UpdateIntakeUserPayload) ApiUpdateIntakeUserRequest
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	Execute() (*IntakeUserResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuth

type CatalogAuth struct {
	Dremio CatalogAuthGetDremioAttributeType `json:"dremio,omitempty"`
	// REQUIRED
	Type CatalogAuthGetTypeAttributeType `json:"type" required:"true"`
}

CatalogAuth Configures authentication for the Iceberg catalog Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCatalogAuth

func NewCatalogAuth(types CatalogAuthGetTypeArgType) *CatalogAuth

NewCatalogAuth instantiates a new CatalogAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCatalogAuthWithDefaults

func NewCatalogAuthWithDefaults() *CatalogAuth

NewCatalogAuthWithDefaults instantiates a new CatalogAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuth) GetDremio

func (o *CatalogAuth) GetDremio() (res CatalogAuthGetDremioRetType)

GetDremio returns the Dremio field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuth) GetDremioOk

func (o *CatalogAuth) GetDremioOk() (ret CatalogAuthGetDremioRetType, ok bool)

GetDremioOk returns a tuple with the Dremio field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuth) GetType

func (o *CatalogAuth) GetType() (ret CatalogAuthGetTypeRetType)

GetType returns the Type field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuth) GetTypeOk

func (o *CatalogAuth) GetTypeOk() (ret CatalogAuthGetTypeRetType, ok bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuth) HasDremio

func (o *CatalogAuth) HasDremio() bool

HasDremio returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuth) SetDremio

func (o *CatalogAuth) SetDremio(v CatalogAuthGetDremioRetType)

SetDremio gets a reference to the given DremioAuth and assigns it to the Dremio field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuth) SetType

func (o *CatalogAuth) SetType(v CatalogAuthGetTypeRetType)

SetType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CatalogAuth) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthGetDremioArgType deprecated

type CatalogAuthGetDremioArgType = DremioAuth

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthGetDremioAttributeType

type CatalogAuthGetDremioAttributeType = *DremioAuth

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthGetDremioRetType deprecated

type CatalogAuthGetDremioRetType = DremioAuth

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthGetTypeArgType deprecated

type CatalogAuthGetTypeArgType = CatalogAuthType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthGetTypeAttributeType

type CatalogAuthGetTypeAttributeType = *CatalogAuthType

isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthGetTypeRetType deprecated

type CatalogAuthGetTypeRetType = CatalogAuthType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthPatch

type CatalogAuthPatch struct {
	Dremio CatalogAuthPatchGetDremioAttributeType `json:"dremio,omitempty"`
	Type   CatalogAuthPatchGetTypeAttributeType   `json:"type,omitempty"`
}

CatalogAuthPatch Configures authentication for the Iceberg catalog Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCatalogAuthPatch

func NewCatalogAuthPatch() *CatalogAuthPatch

NewCatalogAuthPatch instantiates a new CatalogAuthPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCatalogAuthPatchWithDefaults

func NewCatalogAuthPatchWithDefaults() *CatalogAuthPatch

NewCatalogAuthPatchWithDefaults instantiates a new CatalogAuthPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuthPatch) GetDremio

GetDremio returns the Dremio field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuthPatch) GetDremioOk

func (o *CatalogAuthPatch) GetDremioOk() (ret CatalogAuthPatchGetDremioRetType, ok bool)

GetDremioOk returns a tuple with the Dremio field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuthPatch) GetType

GetType returns the Type field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuthPatch) GetTypeOk

func (o *CatalogAuthPatch) GetTypeOk() (ret CatalogAuthPatchGetTypeRetType, ok bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuthPatch) HasDremio

func (o *CatalogAuthPatch) HasDremio() bool

HasDremio returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuthPatch) HasType

func (o *CatalogAuthPatch) HasType() bool

HasType returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuthPatch) SetDremio

SetDremio gets a reference to the given DremioAuthPatch and assigns it to the Dremio field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuthPatch) SetType

SetType gets a reference to the given CatalogAuthType and assigns it to the Type field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CatalogAuthPatch) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthPatchGetDremioArgType deprecated

type CatalogAuthPatchGetDremioArgType = DremioAuthPatch

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthPatchGetDremioAttributeType

type CatalogAuthPatchGetDremioAttributeType = *DremioAuthPatch

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthPatchGetDremioRetType deprecated

type CatalogAuthPatchGetDremioRetType = DremioAuthPatch

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthPatchGetTypeArgType deprecated

type CatalogAuthPatchGetTypeArgType = CatalogAuthType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthPatchGetTypeAttributeType

type CatalogAuthPatchGetTypeAttributeType = *CatalogAuthType

isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthPatchGetTypeRetType deprecated

type CatalogAuthPatchGetTypeRetType = CatalogAuthType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CatalogAuthType

type CatalogAuthType string

CatalogAuthType Means of authentication for catalog requests Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

const (
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	CATALOGAUTHTYPE_NONE CatalogAuthType = "none"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	CATALOGAUTHTYPE_DREMIO CatalogAuthType = "dremio"
)

List of catalogAuthType

func NewCatalogAuthTypeFromValue

func NewCatalogAuthTypeFromValue(v string) (*CatalogAuthType, error)

NewCatalogAuthTypeFromValue returns a pointer to a valid CatalogAuthType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CatalogAuthType) IsValid

func (v CatalogAuthType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CatalogAuthType) Ptr

Ptr returns reference to catalogAuthType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CatalogAuthType) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ClientConfig

type ClientConfig struct {
	// Configuration for Java Kafka clients.
	// REQUIRED
	Java ClientConfigGetJavaAttributeType `json:"java" required:"true"`
	// Configuration for Kafka clients using librdkafka
	// REQUIRED
	Librdkafka ClientConfigGetLibrdkafkaAttributeType `json:"librdkafka" required:"true"`
}

ClientConfig Configuration properties for supported clients. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewClientConfig

NewClientConfig instantiates a new ClientConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewClientConfigWithDefaults

func NewClientConfigWithDefaults() *ClientConfig

NewClientConfigWithDefaults instantiates a new ClientConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ClientConfig) GetJava

func (o *ClientConfig) GetJava() (ret ClientConfigGetJavaRetType)

GetJava returns the Java field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ClientConfig) GetJavaOk

func (o *ClientConfig) GetJavaOk() (ret ClientConfigGetJavaRetType, ok bool)

GetJavaOk returns a tuple with the Java field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ClientConfig) GetLibrdkafka

func (o *ClientConfig) GetLibrdkafka() (ret ClientConfigGetLibrdkafkaRetType)

GetLibrdkafka returns the Librdkafka field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ClientConfig) GetLibrdkafkaOk

func (o *ClientConfig) GetLibrdkafkaOk() (ret ClientConfigGetLibrdkafkaRetType, ok bool)

GetLibrdkafkaOk returns a tuple with the Librdkafka field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ClientConfig) SetJava

SetJava sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ClientConfig) SetLibrdkafka

func (o *ClientConfig) SetLibrdkafka(v ClientConfigGetLibrdkafkaRetType)

SetLibrdkafka sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ClientConfig) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ClientConfigGetJavaArgType deprecated

type ClientConfigGetJavaArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ClientConfigGetJavaAttributeType

type ClientConfigGetJavaAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ClientConfigGetJavaRetType deprecated

type ClientConfigGetJavaRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ClientConfigGetLibrdkafkaArgType deprecated

type ClientConfigGetLibrdkafkaArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ClientConfigGetLibrdkafkaAttributeType

type ClientConfigGetLibrdkafkaAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ClientConfigGetLibrdkafkaRetType deprecated

type ClientConfigGetLibrdkafkaRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayload

type CreateIntakePayload struct {
	// REQUIRED
	Catalog CreateIntakePayloadGetCatalogAttributeType `json:"catalog" required:"true"`
	// The description is a longer text chosen by the user to provide more context for the resource.
	Description CreateIntakePayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The display name is a short name chosen by the user to identify the resource.
	// REQUIRED
	DisplayName CreateIntakePayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// The unique id of the intake runner this intake should run on.
	// REQUIRED
	IntakeRunnerId CreateIntakePayloadGetIntakeRunnerIdAttributeType `json:"intakeRunnerId" required:"true"`
	// Labels are a set of key-value pairs assigned to resources.
	Labels CreateIntakePayloadGetLabelsAttributeType `json:"labels,omitempty"`
}

CreateIntakePayload struct for CreateIntakePayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCreateIntakePayload

NewCreateIntakePayload instantiates a new CreateIntakePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCreateIntakePayloadWithDefaults

func NewCreateIntakePayloadWithDefaults() *CreateIntakePayload

NewCreateIntakePayloadWithDefaults instantiates a new CreateIntakePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetCatalog

GetCatalog returns the Catalog field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetCatalogOk

GetCatalogOk returns a tuple with the Catalog field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetDescription

GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetDescriptionOk

func (o *CreateIntakePayload) GetDescriptionOk() (ret CreateIntakePayloadGetDescriptionRetType, ok bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetDisplayName

GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetDisplayNameOk

func (o *CreateIntakePayload) GetDisplayNameOk() (ret CreateIntakePayloadGetDisplayNameRetType, ok bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetIntakeRunnerId

GetIntakeRunnerId returns the IntakeRunnerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetIntakeRunnerIdOk

func (o *CreateIntakePayload) GetIntakeRunnerIdOk() (ret CreateIntakePayloadGetIntakeRunnerIdRetType, ok bool)

GetIntakeRunnerIdOk returns a tuple with the IntakeRunnerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetLabels

GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) GetLabelsOk

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) HasDescription

func (o *CreateIntakePayload) HasDescription() bool

HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) HasLabels

func (o *CreateIntakePayload) HasLabels() bool

HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) SetCatalog

SetCatalog sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) SetDescription

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) SetDisplayName

SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) SetIntakeRunnerId

SetIntakeRunnerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakePayload) SetLabels

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateIntakePayload) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetCatalogArgType deprecated

type CreateIntakePayloadGetCatalogArgType = IntakeCatalog

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetCatalogAttributeType

type CreateIntakePayloadGetCatalogAttributeType = *IntakeCatalog

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetCatalogRetType deprecated

type CreateIntakePayloadGetCatalogRetType = IntakeCatalog

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetDescriptionArgType deprecated

type CreateIntakePayloadGetDescriptionArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetDescriptionAttributeType

type CreateIntakePayloadGetDescriptionAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetDescriptionRetType deprecated

type CreateIntakePayloadGetDescriptionRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetDisplayNameArgType deprecated

type CreateIntakePayloadGetDisplayNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetDisplayNameAttributeType

type CreateIntakePayloadGetDisplayNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetDisplayNameRetType deprecated

type CreateIntakePayloadGetDisplayNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetIntakeRunnerIdArgType deprecated

type CreateIntakePayloadGetIntakeRunnerIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetIntakeRunnerIdAttributeType

type CreateIntakePayloadGetIntakeRunnerIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetIntakeRunnerIdRetType deprecated

type CreateIntakePayloadGetIntakeRunnerIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetLabelsArgType deprecated

type CreateIntakePayloadGetLabelsArgType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetLabelsAttributeType

type CreateIntakePayloadGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakePayloadGetLabelsRetType deprecated

type CreateIntakePayloadGetLabelsRetType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateIntakeRequest) CreateIntakePayload deprecated

func (r CreateIntakeRequest) CreateIntakePayload(createIntakePayload CreateIntakePayload) ApiCreateIntakeRequest

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateIntakeRequest) Execute deprecated

func (r CreateIntakeRequest) Execute() (*IntakeResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayload

type CreateIntakeRunnerPayload struct {
	// The description is a longer text chosen by the user to provide more context for the resource.
	Description CreateIntakeRunnerPayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The display name is a short name chosen by the user to identify the resource.
	// REQUIRED
	DisplayName CreateIntakeRunnerPayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// Labels are a set of key-value pairs assigned to resources.
	Labels CreateIntakeRunnerPayloadGetLabelsAttributeType `json:"labels,omitempty"`
	// The maximum size of a message in kibibytes (1 KiB = 1024 bytes).
	// REQUIRED
	MaxMessageSizeKiB CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType `json:"maxMessageSizeKiB" required:"true"`
	// The maximum number of messages per hour.
	// REQUIRED
	MaxMessagesPerHour CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType `json:"maxMessagesPerHour" required:"true"`
}

CreateIntakeRunnerPayload struct for CreateIntakeRunnerPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCreateIntakeRunnerPayload

NewCreateIntakeRunnerPayload instantiates a new CreateIntakeRunnerPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCreateIntakeRunnerPayloadWithDefaults

func NewCreateIntakeRunnerPayloadWithDefaults() *CreateIntakeRunnerPayload

NewCreateIntakeRunnerPayloadWithDefaults instantiates a new CreateIntakeRunnerPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetDescription

GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetDescriptionOk

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetDisplayName

GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetDisplayNameOk

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetLabels

GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetLabelsOk

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetMaxMessageSizeKiB

GetMaxMessageSizeKiB returns the MaxMessageSizeKiB field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetMaxMessageSizeKiBOk

GetMaxMessageSizeKiBOk returns a tuple with the MaxMessageSizeKiB field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetMaxMessagesPerHour

GetMaxMessagesPerHour returns the MaxMessagesPerHour field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) GetMaxMessagesPerHourOk

GetMaxMessagesPerHourOk returns a tuple with the MaxMessagesPerHour field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) HasDescription

func (o *CreateIntakeRunnerPayload) HasDescription() bool

HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) HasLabels

func (o *CreateIntakeRunnerPayload) HasLabels() bool

HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) SetDescription

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) SetDisplayName

SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) SetLabels

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) SetMaxMessageSizeKiB

SetMaxMessageSizeKiB sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeRunnerPayload) SetMaxMessagesPerHour

SetMaxMessagesPerHour sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateIntakeRunnerPayload) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetDescriptionArgType deprecated

type CreateIntakeRunnerPayloadGetDescriptionArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetDescriptionAttributeType

type CreateIntakeRunnerPayloadGetDescriptionAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetDescriptionRetType deprecated

type CreateIntakeRunnerPayloadGetDescriptionRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetDisplayNameArgType deprecated

type CreateIntakeRunnerPayloadGetDisplayNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetDisplayNameAttributeType

type CreateIntakeRunnerPayloadGetDisplayNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetDisplayNameRetType deprecated

type CreateIntakeRunnerPayloadGetDisplayNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetLabelsArgType deprecated

type CreateIntakeRunnerPayloadGetLabelsArgType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetLabelsAttributeType

type CreateIntakeRunnerPayloadGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetLabelsRetType deprecated

type CreateIntakeRunnerPayloadGetLabelsRetType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType deprecated

type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType

type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType = *int64

isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType deprecated

type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetMaxMessagesPerHourArgType deprecated

type CreateIntakeRunnerPayloadGetMaxMessagesPerHourArgType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType

type CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType = *int64

isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType deprecated

type CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeRunnerRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateIntakeRunnerRequest) CreateIntakeRunnerPayload deprecated

func (r CreateIntakeRunnerRequest) CreateIntakeRunnerPayload(createIntakeRunnerPayload CreateIntakeRunnerPayload) ApiCreateIntakeRunnerRequest

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateIntakeRunnerRequest) Execute deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayload

type CreateIntakeUserPayload struct {
	// The description is a longer text chosen by the user to provide more context for the resource.
	Description CreateIntakeUserPayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The display name is a short name chosen by the user to identify the resource.
	// REQUIRED
	DisplayName CreateIntakeUserPayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// Labels are key-value pairs associated with the resource.
	Labels CreateIntakeUserPayloadGetLabelsAttributeType `json:"labels,omitempty"`
	// A password chosen by the user.  The password must consist of at least of each of these categories: * lower case letter * upper case letter * number * other character
	// REQUIRED
	Password CreateIntakeUserPayloadGetPasswordAttributeType `json:"password" required:"true"`
	Type     CreateIntakeUserPayloadGetTypeAttributeType     `json:"type,omitempty"`
}

CreateIntakeUserPayload struct for CreateIntakeUserPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCreateIntakeUserPayload

NewCreateIntakeUserPayload instantiates a new CreateIntakeUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewCreateIntakeUserPayloadWithDefaults

func NewCreateIntakeUserPayloadWithDefaults() *CreateIntakeUserPayload

NewCreateIntakeUserPayloadWithDefaults instantiates a new CreateIntakeUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetDescription

GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetDescriptionOk

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetDisplayName

GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetDisplayNameOk

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetLabels

GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetLabelsOk

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetPassword

GetPassword returns the Password field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetPasswordOk

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetType

GetType returns the Type field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) GetTypeOk

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) HasDescription

func (o *CreateIntakeUserPayload) HasDescription() bool

HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) HasLabels

func (o *CreateIntakeUserPayload) HasLabels() bool

HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) HasType

func (o *CreateIntakeUserPayload) HasType() bool

HasType returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) SetDescription

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) SetDisplayName

SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) SetLabels

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) SetPassword

SetPassword sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*CreateIntakeUserPayload) SetType

SetType gets a reference to the given UserType and assigns it to the Type field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateIntakeUserPayload) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetDescriptionArgType deprecated

type CreateIntakeUserPayloadGetDescriptionArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetDescriptionAttributeType

type CreateIntakeUserPayloadGetDescriptionAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetDescriptionRetType deprecated

type CreateIntakeUserPayloadGetDescriptionRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetDisplayNameArgType deprecated

type CreateIntakeUserPayloadGetDisplayNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetDisplayNameAttributeType

type CreateIntakeUserPayloadGetDisplayNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetDisplayNameRetType deprecated

type CreateIntakeUserPayloadGetDisplayNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetLabelsArgType deprecated

type CreateIntakeUserPayloadGetLabelsArgType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetLabelsAttributeType

type CreateIntakeUserPayloadGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetLabelsRetType deprecated

type CreateIntakeUserPayloadGetLabelsRetType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetPasswordArgType deprecated

type CreateIntakeUserPayloadGetPasswordArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetPasswordAttributeType

type CreateIntakeUserPayloadGetPasswordAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetPasswordRetType deprecated

type CreateIntakeUserPayloadGetPasswordRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetTypeArgType deprecated

type CreateIntakeUserPayloadGetTypeArgType = UserType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetTypeAttributeType

type CreateIntakeUserPayloadGetTypeAttributeType = *UserType

isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserPayloadGetTypeRetType deprecated

type CreateIntakeUserPayloadGetTypeRetType = UserType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type CreateIntakeUserRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateIntakeUserRequest) CreateIntakeUserPayload deprecated

func (r CreateIntakeUserRequest) CreateIntakeUserPayload(createIntakeUserPayload CreateIntakeUserPayload) ApiCreateIntakeUserRequest

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (CreateIntakeUserRequest) Execute deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DefaultApi deprecated

type DefaultApi interface {
	/*
		CreateIntake Method for CreateIntake
		Creates a new intake within the project.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@return ApiCreateIntakeRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateIntake(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRequest
	/*
		CreateIntakeExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@return IntakeResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateIntakeExecute(ctx context.Context, projectId string, regionId string) (*IntakeResponse, error)
	/*
		CreateIntakeRunner Method for CreateIntakeRunner
		Creates a new intake runner within the project.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@return ApiCreateIntakeRunnerRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateIntakeRunner(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRunnerRequest
	/*
		CreateIntakeRunnerExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@return IntakeRunnerResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string) (*IntakeRunnerResponse, error)
	/*
		CreateIntakeUser Method for CreateIntakeUser
		Creates a new user for this intake.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@return ApiCreateIntakeUserRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string) ApiCreateIntakeUserRequest
	/*
		CreateIntakeUserExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@return IntakeUserResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeUserResponse, error)
	/*
		DeleteIntake Method for DeleteIntake
		Deletes the given intake.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@return ApiDeleteIntakeRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiDeleteIntakeRequest
	/*
		DeleteIntakeExecute executes the request

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) error
	/*
		DeleteIntakeRunner Method for DeleteIntakeRunner
		Deletes the given intake runner.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeRunnerId The intake runner UUID.
		@return ApiDeleteIntakeRunnerRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiDeleteIntakeRunnerRequest
	/*
		DeleteIntakeRunnerExecute executes the request

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) error
	/*
		DeleteIntakeUser Method for DeleteIntakeUser
		Deletes the given intake user.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@param intakeUserId The intake user UUID.
		@return ApiDeleteIntakeUserRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiDeleteIntakeUserRequest
	/*
		DeleteIntakeUserExecute executes the request

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) error
	/*
		GetIntake Method for GetIntake
		Returns the details for the given intake.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@return ApiGetIntakeRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiGetIntakeRequest
	/*
		GetIntakeExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@return IntakeResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)
	/*
		GetIntakeRunner Method for GetIntakeRunner
		Returns the details for the given intake runner.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeRunnerId The intake runner UUID.
		@return ApiGetIntakeRunnerRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiGetIntakeRunnerRequest
	/*
		GetIntakeRunnerExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeRunnerId The intake runner UUID.
		@return IntakeRunnerResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) (*IntakeRunnerResponse, error)
	/*
		GetIntakeUser Method for GetIntakeUser
		Returns the details for the given user.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@param intakeUserId The intake user UUID.
		@return ApiGetIntakeUserRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiGetIntakeUserRequest
	/*
		GetIntakeUserExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@param intakeUserId The intake user UUID.
		@return IntakeUserResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) (*IntakeUserResponse, error)
	/*
		ListIntakeRunners Method for ListIntakeRunners
		Returns a list of all intake runners within the project.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@return ApiListIntakeRunnersRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListIntakeRunners(ctx context.Context, projectId string, regionId string) ApiListIntakeRunnersRequest
	/*
		ListIntakeRunnersExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@return ListIntakeRunnersResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListIntakeRunnersExecute(ctx context.Context, projectId string, regionId string) (*ListIntakeRunnersResponse, error)
	/*
		ListIntakeUsers Method for ListIntakeUsers
		Returns a list of all intake users within the project and intake.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@return ApiListIntakeUsersRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListIntakeUsers(ctx context.Context, projectId string, regionId string, intakeId string) ApiListIntakeUsersRequest
	/*
		ListIntakeUsersExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@return ListIntakeUsersResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListIntakeUsersExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*ListIntakeUsersResponse, error)
	/*
		ListIntakes Method for ListIntakes
		Returns a list of all intakes within the project.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@return ApiListIntakesRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListIntakes(ctx context.Context, projectId string, regionId string) ApiListIntakesRequest
	/*
		ListIntakesExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@return ListIntakesResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListIntakesExecute(ctx context.Context, projectId string, regionId string) (*ListIntakesResponse, error)
	/*
		UpdateIntake Method for UpdateIntake
		Updates the given intake.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@return ApiUpdateIntakeRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	UpdateIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiUpdateIntakeRequest
	/*
		UpdateIntakeExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@return IntakeResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	UpdateIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)
	/*
		UpdateIntakeRunner Method for UpdateIntakeRunner
		Updates a intake runner within the project.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeRunnerId The intake runner UUID.
		@return ApiUpdateIntakeRunnerRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	UpdateIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiUpdateIntakeRunnerRequest
	/*
		UpdateIntakeRunnerExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeRunnerId The intake runner UUID.
		@return IntakeRunnerResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	UpdateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) (*IntakeRunnerResponse, error)
	/*
		UpdateIntakeUser Method for UpdateIntakeUser
		Updates the given intake user.

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@param intakeUserId The intake user UUID.
		@return ApiUpdateIntakeUserRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	UpdateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiUpdateIntakeUserRequest
	/*
		UpdateIntakeUserExecute executes the request

		@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
		@param projectId The STACKIT portal project UUID the resource is located in.
		@param regionId The STACKIT region name the resource is located in.
		@param intakeId The intake UUID.
		@param intakeUserId The intake user UUID.
		@return IntakeUserResponse

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	UpdateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) (*IntakeUserResponse, error)
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DefaultApiService

type DefaultApiService service

DefaultApiService DefaultApi service Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DeleteIntakeRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (DeleteIntakeRequest) Execute deprecated

func (r DeleteIntakeRequest) Execute() error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (DeleteIntakeRequest) Force

If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DeleteIntakeRunnerRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (DeleteIntakeRunnerRequest) Execute deprecated

func (r DeleteIntakeRunnerRequest) Execute() error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (DeleteIntakeRunnerRequest) Force

If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DeleteIntakeUserRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (DeleteIntakeUserRequest) Execute deprecated

func (r DeleteIntakeUserRequest) Execute() error

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuth

type DremioAuth struct {
	// A Dremio personal access token for authentication
	// REQUIRED
	PersonalAccessToken DremioAuthGetPersonalAccessTokenAttributeType `json:"personalAccessToken" required:"true"`
	// The URL to the Dremio instance's OAuth 2.0 token endpoint
	// REQUIRED
	TokenEndpoint DremioAuthGetTokenEndpointAttributeType `json:"tokenEndpoint" required:"true"`
}

DremioAuth struct for DremioAuth Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewDremioAuth

func NewDremioAuth(personalAccessToken DremioAuthGetPersonalAccessTokenArgType, tokenEndpoint DremioAuthGetTokenEndpointArgType) *DremioAuth

NewDremioAuth instantiates a new DremioAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewDremioAuthWithDefaults

func NewDremioAuthWithDefaults() *DremioAuth

NewDremioAuthWithDefaults instantiates a new DremioAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuth) GetPersonalAccessToken

func (o *DremioAuth) GetPersonalAccessToken() (ret DremioAuthGetPersonalAccessTokenRetType)

GetPersonalAccessToken returns the PersonalAccessToken field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuth) GetPersonalAccessTokenOk

func (o *DremioAuth) GetPersonalAccessTokenOk() (ret DremioAuthGetPersonalAccessTokenRetType, ok bool)

GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuth) GetTokenEndpoint

func (o *DremioAuth) GetTokenEndpoint() (ret DremioAuthGetTokenEndpointRetType)

GetTokenEndpoint returns the TokenEndpoint field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuth) GetTokenEndpointOk

func (o *DremioAuth) GetTokenEndpointOk() (ret DremioAuthGetTokenEndpointRetType, ok bool)

GetTokenEndpointOk returns a tuple with the TokenEndpoint field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuth) SetPersonalAccessToken

func (o *DremioAuth) SetPersonalAccessToken(v DremioAuthGetPersonalAccessTokenRetType)

SetPersonalAccessToken sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuth) SetTokenEndpoint

func (o *DremioAuth) SetTokenEndpoint(v DremioAuthGetTokenEndpointRetType)

SetTokenEndpoint sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (DremioAuth) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthGetPersonalAccessTokenArgType deprecated

type DremioAuthGetPersonalAccessTokenArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthGetPersonalAccessTokenAttributeType

type DremioAuthGetPersonalAccessTokenAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthGetPersonalAccessTokenRetType deprecated

type DremioAuthGetPersonalAccessTokenRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthGetTokenEndpointArgType deprecated

type DremioAuthGetTokenEndpointArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthGetTokenEndpointAttributeType

type DremioAuthGetTokenEndpointAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthGetTokenEndpointRetType deprecated

type DremioAuthGetTokenEndpointRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthPatch

type DremioAuthPatch struct {
	// A Dremio personal access token for authentication
	PersonalAccessToken DremioAuthPatchGetPersonalAccessTokenAttributeType `json:"personalAccessToken,omitempty"`
	// The URL to the Dremio instance's OAuth 2.0 token endpoint
	TokenEndpoint DremioAuthPatchGetTokenEndpointAttributeType `json:"tokenEndpoint,omitempty"`
}

DremioAuthPatch struct for DremioAuthPatch Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewDremioAuthPatch

func NewDremioAuthPatch() *DremioAuthPatch

NewDremioAuthPatch instantiates a new DremioAuthPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewDremioAuthPatchWithDefaults

func NewDremioAuthPatchWithDefaults() *DremioAuthPatch

NewDremioAuthPatchWithDefaults instantiates a new DremioAuthPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuthPatch) GetPersonalAccessToken

func (o *DremioAuthPatch) GetPersonalAccessToken() (res DremioAuthPatchGetPersonalAccessTokenRetType)

GetPersonalAccessToken returns the PersonalAccessToken field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuthPatch) GetPersonalAccessTokenOk

func (o *DremioAuthPatch) GetPersonalAccessTokenOk() (ret DremioAuthPatchGetPersonalAccessTokenRetType, ok bool)

GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuthPatch) GetTokenEndpoint

func (o *DremioAuthPatch) GetTokenEndpoint() (res DremioAuthPatchGetTokenEndpointRetType)

GetTokenEndpoint returns the TokenEndpoint field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuthPatch) GetTokenEndpointOk

func (o *DremioAuthPatch) GetTokenEndpointOk() (ret DremioAuthPatchGetTokenEndpointRetType, ok bool)

GetTokenEndpointOk returns a tuple with the TokenEndpoint field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuthPatch) HasPersonalAccessToken

func (o *DremioAuthPatch) HasPersonalAccessToken() bool

HasPersonalAccessToken returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuthPatch) HasTokenEndpoint

func (o *DremioAuthPatch) HasTokenEndpoint() bool

HasTokenEndpoint returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuthPatch) SetPersonalAccessToken

SetPersonalAccessToken gets a reference to the given string and assigns it to the PersonalAccessToken field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*DremioAuthPatch) SetTokenEndpoint

SetTokenEndpoint gets a reference to the given string and assigns it to the TokenEndpoint field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (DremioAuthPatch) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthPatchGetPersonalAccessTokenArgType deprecated

type DremioAuthPatchGetPersonalAccessTokenArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthPatchGetPersonalAccessTokenAttributeType

type DremioAuthPatchGetPersonalAccessTokenAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthPatchGetPersonalAccessTokenRetType deprecated

type DremioAuthPatchGetPersonalAccessTokenRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthPatchGetTokenEndpointArgType deprecated

type DremioAuthPatchGetTokenEndpointArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthPatchGetTokenEndpointAttributeType

type DremioAuthPatchGetTokenEndpointAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type DremioAuthPatchGetTokenEndpointRetType deprecated

type DremioAuthPatchGetTokenEndpointRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type GetIntakeRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (GetIntakeRequest) Execute deprecated

func (r GetIntakeRequest) Execute() (*IntakeResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type GetIntakeRunnerRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (GetIntakeRunnerRequest) Execute deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type GetIntakeUserRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (GetIntakeUserRequest) Execute deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalog

type IntakeCatalog struct {
	Auth IntakeCatalogGetAuthAttributeType `json:"auth,omitempty"`
	// The namespace to which data shall be written. It will be automatically created, if it does not exist.
	Namespace IntakeCatalogGetNamespaceAttributeType `json:"namespace,omitempty"`
	// List of Iceberg partitioning expressions to use when creating the target table. This setting can only be used when `partitioning` is set to `manual`. Partitioning configuration of an Intake can be changed after creation, but will only take effect once the table has been changed as well. In case of not updating the table to a new one, the old partitioning configuration  will remain. See the [Apache Iceberg spec](https://iceberg.apache.org/spec/#partitioning) for more details.
	PartitionBy  IntakeCatalogGetPartitionByAttributeType  `json:"partitionBy,omitempty"`
	Partitioning IntakeCatalogGetPartitioningAttributeType `json:"partitioning,omitempty"`
	// The table name is a short name chosen by the user to identify the table in Iceberg.
	TableName IntakeCatalogGetTableNameAttributeType `json:"tableName,omitempty"`
	// The URI to the Iceberg catalog endpoint
	// REQUIRED
	Uri IntakeCatalogGetUriAttributeType `json:"uri" required:"true"`
	// The Iceberg warehouse to connect to, required when the catalog has no default warehouse configured.
	// REQUIRED
	Warehouse IntakeCatalogGetWarehouseAttributeType `json:"warehouse" required:"true"`
}

IntakeCatalog The Iceberg catalog configuration Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeCatalog

NewIntakeCatalog instantiates a new IntakeCatalog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeCatalogWithDefaults

func NewIntakeCatalogWithDefaults() *IntakeCatalog

NewIntakeCatalogWithDefaults instantiates a new IntakeCatalog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetAuth

func (o *IntakeCatalog) GetAuth() (res IntakeCatalogGetAuthRetType)

GetAuth returns the Auth field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetAuthOk

func (o *IntakeCatalog) GetAuthOk() (ret IntakeCatalogGetAuthRetType, ok bool)

GetAuthOk returns a tuple with the Auth field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetNamespace

func (o *IntakeCatalog) GetNamespace() (res IntakeCatalogGetNamespaceRetType)

GetNamespace returns the Namespace field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetNamespaceOk

func (o *IntakeCatalog) GetNamespaceOk() (ret IntakeCatalogGetNamespaceRetType, ok bool)

GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetPartitionBy

func (o *IntakeCatalog) GetPartitionBy() (res IntakeCatalogGetPartitionByRetType)

GetPartitionBy returns the PartitionBy field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetPartitionByOk

func (o *IntakeCatalog) GetPartitionByOk() (ret IntakeCatalogGetPartitionByRetType, ok bool)

GetPartitionByOk returns a tuple with the PartitionBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetPartitioning added in v0.1.2

func (o *IntakeCatalog) GetPartitioning() (res IntakeCatalogGetPartitioningRetType)

GetPartitioning returns the Partitioning field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetPartitioningOk added in v0.1.2

func (o *IntakeCatalog) GetPartitioningOk() (ret IntakeCatalogGetPartitioningRetType, ok bool)

GetPartitioningOk returns a tuple with the Partitioning field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetTableName

func (o *IntakeCatalog) GetTableName() (res IntakeCatalogGetTableNameRetType)

GetTableName returns the TableName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetTableNameOk

func (o *IntakeCatalog) GetTableNameOk() (ret IntakeCatalogGetTableNameRetType, ok bool)

GetTableNameOk returns a tuple with the TableName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetUri

func (o *IntakeCatalog) GetUri() (ret IntakeCatalogGetUriRetType)

GetUri returns the Uri field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetUriOk

func (o *IntakeCatalog) GetUriOk() (ret IntakeCatalogGetUriRetType, ok bool)

GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetWarehouse

func (o *IntakeCatalog) GetWarehouse() (ret IntakeCatalogGetWarehouseRetType)

GetWarehouse returns the Warehouse field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) GetWarehouseOk

func (o *IntakeCatalog) GetWarehouseOk() (ret IntakeCatalogGetWarehouseRetType, ok bool)

GetWarehouseOk returns a tuple with the Warehouse field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) HasAuth

func (o *IntakeCatalog) HasAuth() bool

HasAuth returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) HasNamespace

func (o *IntakeCatalog) HasNamespace() bool

HasNamespace returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) HasPartitionBy

func (o *IntakeCatalog) HasPartitionBy() bool

HasPartitionBy returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) HasPartitioning added in v0.1.2

func (o *IntakeCatalog) HasPartitioning() bool

HasPartitioning returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) HasTableName

func (o *IntakeCatalog) HasTableName() bool

HasTableName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) SetAuth

SetAuth gets a reference to the given CatalogAuth and assigns it to the Auth field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) SetNamespace

SetNamespace gets a reference to the given string and assigns it to the Namespace field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) SetPartitionBy

SetPartitionBy gets a reference to the given []string and assigns it to the PartitionBy field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) SetPartitioning added in v0.1.2

func (o *IntakeCatalog) SetPartitioning(v IntakeCatalogGetPartitioningRetType)

SetPartitioning gets a reference to the given PartitioningType and assigns it to the Partitioning field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) SetTableName

SetTableName gets a reference to the given string and assigns it to the TableName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) SetUri

SetUri sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalog) SetWarehouse

SetWarehouse sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeCatalog) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetAuthArgType deprecated

type IntakeCatalogGetAuthArgType = CatalogAuth

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetAuthAttributeType

type IntakeCatalogGetAuthAttributeType = *CatalogAuth

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetAuthRetType deprecated

type IntakeCatalogGetAuthRetType = CatalogAuth

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetNamespaceArgType deprecated

type IntakeCatalogGetNamespaceArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetNamespaceAttributeType

type IntakeCatalogGetNamespaceAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetNamespaceRetType deprecated

type IntakeCatalogGetNamespaceRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetPartitionByArgType deprecated

type IntakeCatalogGetPartitionByArgType = *[]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetPartitionByAttributeType

type IntakeCatalogGetPartitionByAttributeType = *[]string

isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetPartitionByRetType deprecated

type IntakeCatalogGetPartitionByRetType = *[]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetPartitioningArgType deprecated added in v0.1.2

type IntakeCatalogGetPartitioningArgType = PartitioningType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetPartitioningAttributeType added in v0.1.2

type IntakeCatalogGetPartitioningAttributeType = *PartitioningType

isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetPartitioningRetType deprecated added in v0.1.2

type IntakeCatalogGetPartitioningRetType = PartitioningType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetTableNameArgType deprecated

type IntakeCatalogGetTableNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetTableNameAttributeType

type IntakeCatalogGetTableNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetTableNameRetType deprecated

type IntakeCatalogGetTableNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetUriArgType deprecated

type IntakeCatalogGetUriArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetUriAttributeType

type IntakeCatalogGetUriAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetUriRetType deprecated

type IntakeCatalogGetUriRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetWarehouseArgType deprecated

type IntakeCatalogGetWarehouseArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetWarehouseAttributeType

type IntakeCatalogGetWarehouseAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogGetWarehouseRetType deprecated

type IntakeCatalogGetWarehouseRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatch

type IntakeCatalogPatch struct {
	Auth IntakeCatalogPatchGetAuthAttributeType `json:"auth,omitempty"`
	// The namespace to which data shall be written. It will be automatically created, if it does not exist.
	Namespace IntakeCatalogPatchGetNamespaceAttributeType `json:"namespace,omitempty"`
	// List of Iceberg partitioning expressions to use when creating the target table. This setting can only be used when `partitioning` is set to `manual`. See the [Apache Iceberg spec](https://iceberg.apache.org/spec/#partitioning) for more details.
	PartitionBy  IntakeCatalogPatchGetPartitionByAttributeType  `json:"partitionBy,omitempty"`
	Partitioning IntakeCatalogPatchGetPartitioningAttributeType `json:"partitioning,omitempty"`
	// The table name is a short name chosen by the user to identify the table in Iceberg.
	TableName IntakeCatalogPatchGetTableNameAttributeType `json:"tableName,omitempty"`
	// The URI to the Iceberg catalog endpoint
	Uri IntakeCatalogPatchGetUriAttributeType `json:"uri,omitempty"`
	// The Iceberg warehouse to connect to, required when the catalog has no default warehouse configured.
	Warehouse IntakeCatalogPatchGetWarehouseAttributeType `json:"warehouse,omitempty"`
}

IntakeCatalogPatch The Iceberg catalog configuration Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeCatalogPatch

func NewIntakeCatalogPatch() *IntakeCatalogPatch

NewIntakeCatalogPatch instantiates a new IntakeCatalogPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeCatalogPatchWithDefaults

func NewIntakeCatalogPatchWithDefaults() *IntakeCatalogPatch

NewIntakeCatalogPatchWithDefaults instantiates a new IntakeCatalogPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetAuth

GetAuth returns the Auth field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetAuthOk

func (o *IntakeCatalogPatch) GetAuthOk() (ret IntakeCatalogPatchGetAuthRetType, ok bool)

GetAuthOk returns a tuple with the Auth field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetNamespace

GetNamespace returns the Namespace field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetNamespaceOk

func (o *IntakeCatalogPatch) GetNamespaceOk() (ret IntakeCatalogPatchGetNamespaceRetType, ok bool)

GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetPartitionBy added in v0.4.0

GetPartitionBy returns the PartitionBy field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetPartitionByOk added in v0.4.0

func (o *IntakeCatalogPatch) GetPartitionByOk() (ret IntakeCatalogPatchGetPartitionByRetType, ok bool)

GetPartitionByOk returns a tuple with the PartitionBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetPartitioning added in v0.4.0

GetPartitioning returns the Partitioning field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetPartitioningOk added in v0.4.0

func (o *IntakeCatalogPatch) GetPartitioningOk() (ret IntakeCatalogPatchGetPartitioningRetType, ok bool)

GetPartitioningOk returns a tuple with the Partitioning field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetTableName

GetTableName returns the TableName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetTableNameOk

func (o *IntakeCatalogPatch) GetTableNameOk() (ret IntakeCatalogPatchGetTableNameRetType, ok bool)

GetTableNameOk returns a tuple with the TableName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetUri

GetUri returns the Uri field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetUriOk

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetWarehouse

GetWarehouse returns the Warehouse field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) GetWarehouseOk

func (o *IntakeCatalogPatch) GetWarehouseOk() (ret IntakeCatalogPatchGetWarehouseRetType, ok bool)

GetWarehouseOk returns a tuple with the Warehouse field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) HasAuth

func (o *IntakeCatalogPatch) HasAuth() bool

HasAuth returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) HasNamespace

func (o *IntakeCatalogPatch) HasNamespace() bool

HasNamespace returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) HasPartitionBy added in v0.4.0

func (o *IntakeCatalogPatch) HasPartitionBy() bool

HasPartitionBy returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) HasPartitioning added in v0.4.0

func (o *IntakeCatalogPatch) HasPartitioning() bool

HasPartitioning returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) HasTableName

func (o *IntakeCatalogPatch) HasTableName() bool

HasTableName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) HasUri

func (o *IntakeCatalogPatch) HasUri() bool

HasUri returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) HasWarehouse

func (o *IntakeCatalogPatch) HasWarehouse() bool

HasWarehouse returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) SetAuth

SetAuth gets a reference to the given CatalogAuthPatch and assigns it to the Auth field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) SetNamespace

SetNamespace gets a reference to the given string and assigns it to the Namespace field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) SetPartitionBy added in v0.4.0

SetPartitionBy gets a reference to the given []string and assigns it to the PartitionBy field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) SetPartitioning added in v0.4.0

SetPartitioning gets a reference to the given PartitioningUpdateType and assigns it to the Partitioning field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) SetTableName

SetTableName gets a reference to the given string and assigns it to the TableName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) SetUri

SetUri gets a reference to the given string and assigns it to the Uri field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeCatalogPatch) SetWarehouse

SetWarehouse gets a reference to the given string and assigns it to the Warehouse field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeCatalogPatch) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetAuthArgType deprecated

type IntakeCatalogPatchGetAuthArgType = CatalogAuthPatch

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetAuthAttributeType

type IntakeCatalogPatchGetAuthAttributeType = *CatalogAuthPatch

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetAuthRetType deprecated

type IntakeCatalogPatchGetAuthRetType = CatalogAuthPatch

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetNamespaceArgType deprecated

type IntakeCatalogPatchGetNamespaceArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetNamespaceAttributeType

type IntakeCatalogPatchGetNamespaceAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetNamespaceRetType deprecated

type IntakeCatalogPatchGetNamespaceRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetPartitionByArgType deprecated added in v0.4.0

type IntakeCatalogPatchGetPartitionByArgType = *[]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetPartitionByAttributeType added in v0.4.0

type IntakeCatalogPatchGetPartitionByAttributeType = *[]string

isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetPartitionByRetType deprecated added in v0.4.0

type IntakeCatalogPatchGetPartitionByRetType = *[]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetPartitioningArgType deprecated added in v0.4.0

type IntakeCatalogPatchGetPartitioningArgType = PartitioningUpdateType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetPartitioningAttributeType added in v0.4.0

type IntakeCatalogPatchGetPartitioningAttributeType = *PartitioningUpdateType

isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetPartitioningRetType deprecated added in v0.4.0

type IntakeCatalogPatchGetPartitioningRetType = PartitioningUpdateType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetTableNameArgType deprecated

type IntakeCatalogPatchGetTableNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetTableNameAttributeType

type IntakeCatalogPatchGetTableNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetTableNameRetType deprecated

type IntakeCatalogPatchGetTableNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetUriArgType deprecated

type IntakeCatalogPatchGetUriArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetUriAttributeType

type IntakeCatalogPatchGetUriAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetUriRetType deprecated

type IntakeCatalogPatchGetUriRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetWarehouseArgType deprecated

type IntakeCatalogPatchGetWarehouseArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetWarehouseAttributeType

type IntakeCatalogPatchGetWarehouseAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeCatalogPatchGetWarehouseRetType deprecated

type IntakeCatalogPatchGetWarehouseRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponse

type IntakeResponse struct {
	// REQUIRED
	Catalog IntakeResponseGetCatalogAttributeType `json:"catalog" required:"true"`
	// The point in time the resource was created.
	// REQUIRED
	CreateTime IntakeResponseGetCreateTimeAttributeType `json:"create_time" required:"true"`
	// The topic where undelivered messages are published (Dead Letter Queue).
	// REQUIRED
	DeadLetterTopic IntakeResponseGetDeadLetterTopicAttributeType `json:"deadLetterTopic" required:"true"`
	// The description is a longer text chosen by the user to provide more context for the resource.
	Description IntakeResponseGetDescriptionAttributeType `json:"description,omitempty"`
	// The display name is a short name chosen by the user to identify the resource.
	// REQUIRED
	DisplayName IntakeResponseGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// A human-readable description of the error, if the state is 'failed'.
	FailureMessage IntakeResponseGetFailureMessageAttributeType `json:"failure_message,omitempty"`
	// A auto generated unique id which identifies the resource.
	// REQUIRED
	Id IntakeResponseGetIdAttributeType `json:"id" required:"true"`
	// The unique id of the intake runner this intake is running on.
	// REQUIRED
	IntakeRunnerId IntakeResponseGetIntakeRunnerIdAttributeType `json:"intakeRunnerId" required:"true"`
	// Labels are a set of key-value pairs assigned to resources.
	Labels IntakeResponseGetLabelsAttributeType `json:"labels,omitempty"`
	// The current state of the resource.
	// REQUIRED
	State IntakeResponseGetStateAttributeType `json:"state" required:"true"`
	// The topic to publish data to.
	// REQUIRED
	Topic IntakeResponseGetTopicAttributeType `json:"topic" required:"true"`
	// Number of messages that failed delivery and were sent to the Dead Letter Queue.
	UndeliveredMessageCount IntakeResponseGetUndeliveredMessageCountAttributeType `json:"undeliveredMessageCount,omitempty"`
	// The URI for reaching the resource.
	// REQUIRED
	Uri IntakeResponseGetUriAttributeType `json:"uri" required:"true"`
}

IntakeResponse struct for IntakeResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeResponse

NewIntakeResponse instantiates a new IntakeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeResponseWithDefaults

func NewIntakeResponseWithDefaults() *IntakeResponse

NewIntakeResponseWithDefaults instantiates a new IntakeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetCatalog

func (o *IntakeResponse) GetCatalog() (ret IntakeResponseGetCatalogRetType)

GetCatalog returns the Catalog field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetCatalogOk

func (o *IntakeResponse) GetCatalogOk() (ret IntakeResponseGetCatalogRetType, ok bool)

GetCatalogOk returns a tuple with the Catalog field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetCreateTime

func (o *IntakeResponse) GetCreateTime() (ret IntakeResponseGetCreateTimeRetType)

GetCreateTime returns the CreateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetCreateTimeOk

func (o *IntakeResponse) GetCreateTimeOk() (ret IntakeResponseGetCreateTimeRetType, ok bool)

GetCreateTimeOk returns a tuple with the CreateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetDeadLetterTopic

func (o *IntakeResponse) GetDeadLetterTopic() (ret IntakeResponseGetDeadLetterTopicRetType)

GetDeadLetterTopic returns the DeadLetterTopic field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetDeadLetterTopicOk

func (o *IntakeResponse) GetDeadLetterTopicOk() (ret IntakeResponseGetDeadLetterTopicRetType, ok bool)

GetDeadLetterTopicOk returns a tuple with the DeadLetterTopic field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetDescription

func (o *IntakeResponse) GetDescription() (res IntakeResponseGetDescriptionRetType)

GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetDescriptionOk

func (o *IntakeResponse) GetDescriptionOk() (ret IntakeResponseGetDescriptionRetType, ok bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetDisplayName

func (o *IntakeResponse) GetDisplayName() (ret IntakeResponseGetDisplayNameRetType)

GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetDisplayNameOk

func (o *IntakeResponse) GetDisplayNameOk() (ret IntakeResponseGetDisplayNameRetType, ok bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetFailureMessage

func (o *IntakeResponse) GetFailureMessage() (res IntakeResponseGetFailureMessageRetType)

GetFailureMessage returns the FailureMessage field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetFailureMessageOk

func (o *IntakeResponse) GetFailureMessageOk() (ret IntakeResponseGetFailureMessageRetType, ok bool)

GetFailureMessageOk returns a tuple with the FailureMessage field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetId

func (o *IntakeResponse) GetId() (ret IntakeResponseGetIdRetType)

GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetIdOk

func (o *IntakeResponse) GetIdOk() (ret IntakeResponseGetIdRetType, ok bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetIntakeRunnerId

func (o *IntakeResponse) GetIntakeRunnerId() (ret IntakeResponseGetIntakeRunnerIdRetType)

GetIntakeRunnerId returns the IntakeRunnerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetIntakeRunnerIdOk

func (o *IntakeResponse) GetIntakeRunnerIdOk() (ret IntakeResponseGetIntakeRunnerIdRetType, ok bool)

GetIntakeRunnerIdOk returns a tuple with the IntakeRunnerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetLabels

func (o *IntakeResponse) GetLabels() (res IntakeResponseGetLabelsRetType)

GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetLabelsOk

func (o *IntakeResponse) GetLabelsOk() (ret IntakeResponseGetLabelsRetType, ok bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetState

func (o *IntakeResponse) GetState() (ret IntakeResponseGetStateRetType)

GetState returns the State field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetStateOk

func (o *IntakeResponse) GetStateOk() (ret IntakeResponseGetStateRetType, ok bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetTopic

func (o *IntakeResponse) GetTopic() (ret IntakeResponseGetTopicRetType)

GetTopic returns the Topic field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetTopicOk

func (o *IntakeResponse) GetTopicOk() (ret IntakeResponseGetTopicRetType, ok bool)

GetTopicOk returns a tuple with the Topic field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetUndeliveredMessageCount

func (o *IntakeResponse) GetUndeliveredMessageCount() (res IntakeResponseGetUndeliveredMessageCountRetType)

GetUndeliveredMessageCount returns the UndeliveredMessageCount field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetUndeliveredMessageCountOk

func (o *IntakeResponse) GetUndeliveredMessageCountOk() (ret IntakeResponseGetUndeliveredMessageCountRetType, ok bool)

GetUndeliveredMessageCountOk returns a tuple with the UndeliveredMessageCount field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetUri

func (o *IntakeResponse) GetUri() (ret IntakeResponseGetUriRetType)

GetUri returns the Uri field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) GetUriOk

func (o *IntakeResponse) GetUriOk() (ret IntakeResponseGetUriRetType, ok bool)

GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) HasDescription

func (o *IntakeResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) HasFailureMessage

func (o *IntakeResponse) HasFailureMessage() bool

HasFailureMessage returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) HasLabels

func (o *IntakeResponse) HasLabels() bool

HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) HasUndeliveredMessageCount

func (o *IntakeResponse) HasUndeliveredMessageCount() bool

HasUndeliveredMessageCount returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetCatalog

SetCatalog sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetCreateTime

SetCreateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetDeadLetterTopic

SetDeadLetterTopic sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetDescription

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetDisplayName

SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetFailureMessage

SetFailureMessage gets a reference to the given string and assigns it to the FailureMessage field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetId

SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetIntakeRunnerId

SetIntakeRunnerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetLabels

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetState

SetState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetTopic

SetTopic sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetUndeliveredMessageCount

func (o *IntakeResponse) SetUndeliveredMessageCount(v IntakeResponseGetUndeliveredMessageCountRetType)

SetUndeliveredMessageCount gets a reference to the given int64 and assigns it to the UndeliveredMessageCount field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponse) SetUri

SetUri sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeResponse) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetCatalogArgType deprecated

type IntakeResponseGetCatalogArgType = IntakeCatalog

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetCatalogAttributeType

type IntakeResponseGetCatalogAttributeType = *IntakeCatalog

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetCatalogRetType deprecated

type IntakeResponseGetCatalogRetType = IntakeCatalog

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetCreateTimeArgType deprecated

type IntakeResponseGetCreateTimeArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetCreateTimeAttributeType

type IntakeResponseGetCreateTimeAttributeType = *time.Time

isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetCreateTimeRetType deprecated

type IntakeResponseGetCreateTimeRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetDeadLetterTopicArgType deprecated

type IntakeResponseGetDeadLetterTopicArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetDeadLetterTopicAttributeType

type IntakeResponseGetDeadLetterTopicAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetDeadLetterTopicRetType deprecated

type IntakeResponseGetDeadLetterTopicRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetDescriptionArgType deprecated

type IntakeResponseGetDescriptionArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetDescriptionAttributeType

type IntakeResponseGetDescriptionAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetDescriptionRetType deprecated

type IntakeResponseGetDescriptionRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetDisplayNameArgType deprecated

type IntakeResponseGetDisplayNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetDisplayNameAttributeType

type IntakeResponseGetDisplayNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetDisplayNameRetType deprecated

type IntakeResponseGetDisplayNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetFailureMessageArgType deprecated

type IntakeResponseGetFailureMessageArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetFailureMessageAttributeType

type IntakeResponseGetFailureMessageAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetFailureMessageRetType deprecated

type IntakeResponseGetFailureMessageRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetIdArgType deprecated

type IntakeResponseGetIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetIdAttributeType

type IntakeResponseGetIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetIdRetType deprecated

type IntakeResponseGetIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetIntakeRunnerIdArgType deprecated

type IntakeResponseGetIntakeRunnerIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetIntakeRunnerIdAttributeType

type IntakeResponseGetIntakeRunnerIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetIntakeRunnerIdRetType deprecated

type IntakeResponseGetIntakeRunnerIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetLabelsArgType deprecated

type IntakeResponseGetLabelsArgType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetLabelsAttributeType

type IntakeResponseGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetLabelsRetType deprecated

type IntakeResponseGetLabelsRetType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetStateArgType deprecated

type IntakeResponseGetStateArgType = IntakeResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetStateAttributeType deprecated

type IntakeResponseGetStateAttributeType = *IntakeResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetStateRetType deprecated

type IntakeResponseGetStateRetType = IntakeResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetTopicArgType deprecated

type IntakeResponseGetTopicArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetTopicAttributeType

type IntakeResponseGetTopicAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetTopicRetType deprecated

type IntakeResponseGetTopicRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetUndeliveredMessageCountArgType deprecated

type IntakeResponseGetUndeliveredMessageCountArgType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetUndeliveredMessageCountAttributeType

type IntakeResponseGetUndeliveredMessageCountAttributeType = *int64

isLong Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetUndeliveredMessageCountRetType deprecated

type IntakeResponseGetUndeliveredMessageCountRetType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetUriArgType deprecated

type IntakeResponseGetUriArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetUriAttributeType

type IntakeResponseGetUriAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseGetUriRetType deprecated

type IntakeResponseGetUriRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeResponseState

type IntakeResponseState string

IntakeResponseState The current state of the resource. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

const (
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKERESPONSESTATE_RECONCILING IntakeResponseState = "reconciling"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKERESPONSESTATE_ACTIVE IntakeResponseState = "active"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKERESPONSESTATE_DELETING IntakeResponseState = "deleting"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKERESPONSESTATE_FAILED IntakeResponseState = "failed"
)

List of State

func NewIntakeResponseStateFromValue

func NewIntakeResponseStateFromValue(v IntakeResponseState) (*IntakeResponseState, error)

NewIntakeResponseStateFromValue returns a pointer to a valid IntakeResponseState for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeResponseState) IsValid

func (v IntakeResponseState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeResponseState) Ptr

Ptr returns reference to StateState value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeResponseState) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponse

type IntakeRunnerResponse struct {
	// The point in time the resource was created.
	// REQUIRED
	CreateTime IntakeRunnerResponseGetCreateTimeAttributeType `json:"create_time" required:"true"`
	// The description is a longer text chosen by the user to provide more context for the resource.
	Description IntakeRunnerResponseGetDescriptionAttributeType `json:"description,omitempty"`
	// The display name is a short name chosen by the user to identify the resource.
	// REQUIRED
	DisplayName IntakeRunnerResponseGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// A auto generated unique id which identifies the resource.
	// REQUIRED
	Id IntakeRunnerResponseGetIdAttributeType `json:"id" required:"true"`
	// Labels are a set of key-value pairs assigned to resources.
	Labels IntakeRunnerResponseGetLabelsAttributeType `json:"labels,omitempty"`
	// The maximum size of a message in kibibytes (1 KiB = 1024 bytes).
	// REQUIRED
	MaxMessageSizeKiB IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType `json:"maxMessageSizeKiB" required:"true"`
	// The maximum number of messages per hour.
	// REQUIRED
	MaxMessagesPerHour IntakeRunnerResponseGetMaxMessagesPerHourAttributeType `json:"maxMessagesPerHour" required:"true"`
	// The current state of the resource.
	// REQUIRED
	State IntakeRunnerResponseGetStateAttributeType `json:"state" required:"true"`
	// The URI for reaching the resource.
	// REQUIRED
	Uri IntakeRunnerResponseGetUriAttributeType `json:"uri" required:"true"`
}

IntakeRunnerResponse struct for IntakeRunnerResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeRunnerResponse

NewIntakeRunnerResponse instantiates a new IntakeRunnerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeRunnerResponseWithDefaults

func NewIntakeRunnerResponseWithDefaults() *IntakeRunnerResponse

NewIntakeRunnerResponseWithDefaults instantiates a new IntakeRunnerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetCreateTime

GetCreateTime returns the CreateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetCreateTimeOk

GetCreateTimeOk returns a tuple with the CreateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetDescription

GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetDescriptionOk

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetDisplayName

GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetDisplayNameOk

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetId

GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetIdOk

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetLabels

GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetLabelsOk

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetMaxMessageSizeKiB

GetMaxMessageSizeKiB returns the MaxMessageSizeKiB field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetMaxMessageSizeKiBOk

func (o *IntakeRunnerResponse) GetMaxMessageSizeKiBOk() (ret IntakeRunnerResponseGetMaxMessageSizeKiBRetType, ok bool)

GetMaxMessageSizeKiBOk returns a tuple with the MaxMessageSizeKiB field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetMaxMessagesPerHour

GetMaxMessagesPerHour returns the MaxMessagesPerHour field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetMaxMessagesPerHourOk

func (o *IntakeRunnerResponse) GetMaxMessagesPerHourOk() (ret IntakeRunnerResponseGetMaxMessagesPerHourRetType, ok bool)

GetMaxMessagesPerHourOk returns a tuple with the MaxMessagesPerHour field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetState

GetState returns the State field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetStateOk

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetUri

GetUri returns the Uri field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) GetUriOk

GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) HasDescription

func (o *IntakeRunnerResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) HasLabels

func (o *IntakeRunnerResponse) HasLabels() bool

HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) SetCreateTime

SetCreateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) SetDescription

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) SetDisplayName

SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) SetId

SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) SetLabels

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) SetMaxMessageSizeKiB

SetMaxMessageSizeKiB sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) SetMaxMessagesPerHour

SetMaxMessagesPerHour sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) SetState

SetState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponse) SetUri

SetUri sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeRunnerResponse) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetCreateTimeArgType deprecated

type IntakeRunnerResponseGetCreateTimeArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetCreateTimeAttributeType

type IntakeRunnerResponseGetCreateTimeAttributeType = *time.Time

isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetCreateTimeRetType deprecated

type IntakeRunnerResponseGetCreateTimeRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetDescriptionArgType deprecated

type IntakeRunnerResponseGetDescriptionArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetDescriptionAttributeType

type IntakeRunnerResponseGetDescriptionAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetDescriptionRetType deprecated

type IntakeRunnerResponseGetDescriptionRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetDisplayNameArgType deprecated

type IntakeRunnerResponseGetDisplayNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetDisplayNameAttributeType

type IntakeRunnerResponseGetDisplayNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetDisplayNameRetType deprecated

type IntakeRunnerResponseGetDisplayNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetIdArgType deprecated

type IntakeRunnerResponseGetIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetIdAttributeType

type IntakeRunnerResponseGetIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetIdRetType deprecated

type IntakeRunnerResponseGetIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetLabelsArgType deprecated

type IntakeRunnerResponseGetLabelsArgType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetLabelsAttributeType

type IntakeRunnerResponseGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetLabelsRetType deprecated

type IntakeRunnerResponseGetLabelsRetType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetMaxMessageSizeKiBArgType deprecated

type IntakeRunnerResponseGetMaxMessageSizeKiBArgType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType

type IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType = *int64

isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetMaxMessageSizeKiBRetType deprecated

type IntakeRunnerResponseGetMaxMessageSizeKiBRetType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetMaxMessagesPerHourArgType deprecated

type IntakeRunnerResponseGetMaxMessagesPerHourArgType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetMaxMessagesPerHourAttributeType

type IntakeRunnerResponseGetMaxMessagesPerHourAttributeType = *int64

isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetMaxMessagesPerHourRetType deprecated

type IntakeRunnerResponseGetMaxMessagesPerHourRetType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetStateArgType deprecated

type IntakeRunnerResponseGetStateArgType = IntakeRunnerResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetStateAttributeType deprecated

type IntakeRunnerResponseGetStateAttributeType = *IntakeRunnerResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetStateRetType deprecated

type IntakeRunnerResponseGetStateRetType = IntakeRunnerResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetUriArgType deprecated

type IntakeRunnerResponseGetUriArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetUriAttributeType

type IntakeRunnerResponseGetUriAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseGetUriRetType deprecated

type IntakeRunnerResponseGetUriRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeRunnerResponseState

type IntakeRunnerResponseState string

IntakeRunnerResponseState The current state of the resource. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

const (
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKERUNNERRESPONSESTATE_RECONCILING IntakeRunnerResponseState = "reconciling"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKERUNNERRESPONSESTATE_ACTIVE IntakeRunnerResponseState = "active"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKERUNNERRESPONSESTATE_DELETING IntakeRunnerResponseState = "deleting"
)

List of State

func NewIntakeRunnerResponseStateFromValue

func NewIntakeRunnerResponseStateFromValue(v IntakeRunnerResponseState) (*IntakeRunnerResponseState, error)

NewIntakeRunnerResponseStateFromValue returns a pointer to a valid IntakeRunnerResponseState for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeRunnerResponseState) IsValid

func (v IntakeRunnerResponseState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeRunnerResponseState) Ptr

Ptr returns reference to StateState value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeRunnerResponseState) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponse

type IntakeUserResponse struct {
	ClientConfig IntakeUserResponseGetClientConfigAttributeType `json:"clientConfig,omitempty"`
	// The point in time the resource was created.
	// REQUIRED
	CreateTime IntakeUserResponseGetCreateTimeAttributeType `json:"create_time" required:"true"`
	// The description is a longer text chosen by the user to provide more context for the resource.
	Description IntakeUserResponseGetDescriptionAttributeType `json:"description,omitempty"`
	// The display name is a short name chosen by the user to identify the resource.
	// REQUIRED
	DisplayName IntakeUserResponseGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// A auto generated unique id which identifies the resource.
	// REQUIRED
	Id IntakeUserResponseGetIdAttributeType `json:"id" required:"true"`
	// Labels are a set of key-value pairs assigned to resources.
	Labels IntakeUserResponseGetLabelsAttributeType `json:"labels,omitempty"`
	// The current state of the resource.
	// REQUIRED
	State IntakeUserResponseGetStateAttributeType `json:"state" required:"true"`
	// REQUIRED
	Type IntakeUserResponseGetTypeAttributeType `json:"type" required:"true"`
	// The user to connect to the intake.
	// REQUIRED
	User IntakeUserResponseGetUserAttributeType `json:"user" required:"true"`
}

IntakeUserResponse struct for IntakeUserResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeUserResponse

NewIntakeUserResponse instantiates a new IntakeUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewIntakeUserResponseWithDefaults

func NewIntakeUserResponseWithDefaults() *IntakeUserResponse

NewIntakeUserResponseWithDefaults instantiates a new IntakeUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetClientConfig

GetClientConfig returns the ClientConfig field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetClientConfigOk

func (o *IntakeUserResponse) GetClientConfigOk() (ret IntakeUserResponseGetClientConfigRetType, ok bool)

GetClientConfigOk returns a tuple with the ClientConfig field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetCreateTime

GetCreateTime returns the CreateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetCreateTimeOk

func (o *IntakeUserResponse) GetCreateTimeOk() (ret IntakeUserResponseGetCreateTimeRetType, ok bool)

GetCreateTimeOk returns a tuple with the CreateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetDescription

GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetDescriptionOk

func (o *IntakeUserResponse) GetDescriptionOk() (ret IntakeUserResponseGetDescriptionRetType, ok bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetDisplayName

GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetDisplayNameOk

func (o *IntakeUserResponse) GetDisplayNameOk() (ret IntakeUserResponseGetDisplayNameRetType, ok bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetId

GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetIdOk

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetLabels

GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetLabelsOk

func (o *IntakeUserResponse) GetLabelsOk() (ret IntakeUserResponseGetLabelsRetType, ok bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetState

GetState returns the State field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetStateOk

func (o *IntakeUserResponse) GetStateOk() (ret IntakeUserResponseGetStateRetType, ok bool)

GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetType

GetType returns the Type field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetTypeOk

func (o *IntakeUserResponse) GetTypeOk() (ret IntakeUserResponseGetTypeRetType, ok bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetUser

GetUser returns the User field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) GetUserOk

func (o *IntakeUserResponse) GetUserOk() (ret IntakeUserResponseGetUserRetType, ok bool)

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) HasClientConfig

func (o *IntakeUserResponse) HasClientConfig() bool

HasClientConfig returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) HasDescription

func (o *IntakeUserResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) HasLabels

func (o *IntakeUserResponse) HasLabels() bool

HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) SetClientConfig

SetClientConfig gets a reference to the given ClientConfig and assigns it to the ClientConfig field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) SetCreateTime

SetCreateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) SetDescription

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) SetDisplayName

SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) SetId

SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) SetLabels

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) SetState

SetState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) SetType

SetType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponse) SetUser

SetUser sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeUserResponse) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetClientConfigArgType deprecated

type IntakeUserResponseGetClientConfigArgType = ClientConfig

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetClientConfigAttributeType

type IntakeUserResponseGetClientConfigAttributeType = *ClientConfig

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetClientConfigRetType deprecated

type IntakeUserResponseGetClientConfigRetType = ClientConfig

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetCreateTimeArgType deprecated

type IntakeUserResponseGetCreateTimeArgType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetCreateTimeAttributeType

type IntakeUserResponseGetCreateTimeAttributeType = *time.Time

isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetCreateTimeRetType deprecated

type IntakeUserResponseGetCreateTimeRetType = time.Time

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetDescriptionArgType deprecated

type IntakeUserResponseGetDescriptionArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetDescriptionAttributeType

type IntakeUserResponseGetDescriptionAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetDescriptionRetType deprecated

type IntakeUserResponseGetDescriptionRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetDisplayNameArgType deprecated

type IntakeUserResponseGetDisplayNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetDisplayNameAttributeType

type IntakeUserResponseGetDisplayNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetDisplayNameRetType deprecated

type IntakeUserResponseGetDisplayNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetIdArgType deprecated

type IntakeUserResponseGetIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetIdAttributeType

type IntakeUserResponseGetIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetIdRetType deprecated

type IntakeUserResponseGetIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetLabelsArgType deprecated

type IntakeUserResponseGetLabelsArgType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetLabelsAttributeType

type IntakeUserResponseGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetLabelsRetType deprecated

type IntakeUserResponseGetLabelsRetType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetStateArgType deprecated

type IntakeUserResponseGetStateArgType = IntakeUserResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetStateAttributeType deprecated

type IntakeUserResponseGetStateAttributeType = *IntakeUserResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetStateRetType deprecated

type IntakeUserResponseGetStateRetType = IntakeUserResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetTypeArgType deprecated

type IntakeUserResponseGetTypeArgType = UserType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetTypeAttributeType

type IntakeUserResponseGetTypeAttributeType = *UserType

isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetTypeRetType deprecated

type IntakeUserResponseGetTypeRetType = UserType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetUserArgType deprecated

type IntakeUserResponseGetUserArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetUserAttributeType

type IntakeUserResponseGetUserAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseGetUserRetType deprecated

type IntakeUserResponseGetUserRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type IntakeUserResponseState

type IntakeUserResponseState string

IntakeUserResponseState The current state of the resource. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

const (
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKEUSERRESPONSESTATE_RECONCILING IntakeUserResponseState = "reconciling"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKEUSERRESPONSESTATE_ACTIVE IntakeUserResponseState = "active"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	INTAKEUSERRESPONSESTATE_DELETING IntakeUserResponseState = "deleting"
)

List of State

func NewIntakeUserResponseStateFromValue

func NewIntakeUserResponseStateFromValue(v IntakeUserResponseState) (*IntakeUserResponseState, error)

NewIntakeUserResponseStateFromValue returns a pointer to a valid IntakeUserResponseState for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeUserResponseState) IsValid

func (v IntakeUserResponseState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (IntakeUserResponseState) Ptr

Ptr returns reference to StateState value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*IntakeUserResponseState) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeRunnersRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakeRunnersRequest) Execute deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakeRunnersRequest) PageSize

Maximum number of items to return Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakeRunnersRequest) PageToken

A token to retrieve the next page of results. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeRunnersResponse

type ListIntakeRunnersResponse struct {
	// REQUIRED
	IntakeRunners ListIntakeRunnersResponseGetIntakeRunnersAttributeType `json:"intakeRunners" required:"true"`
	// A token to retrieve the next page of results.
	NextPageToken ListIntakeRunnersResponseGetNextPageTokenAttributeType `json:"nextPageToken,omitempty"`
}

ListIntakeRunnersResponse struct for ListIntakeRunnersResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewListIntakeRunnersResponse

func NewListIntakeRunnersResponse(intakeRunners ListIntakeRunnersResponseGetIntakeRunnersArgType) *ListIntakeRunnersResponse

NewListIntakeRunnersResponse instantiates a new ListIntakeRunnersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewListIntakeRunnersResponseWithDefaults

func NewListIntakeRunnersResponseWithDefaults() *ListIntakeRunnersResponse

NewListIntakeRunnersResponseWithDefaults instantiates a new ListIntakeRunnersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeRunnersResponse) GetIntakeRunners

GetIntakeRunners returns the IntakeRunners field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeRunnersResponse) GetIntakeRunnersOk

GetIntakeRunnersOk returns a tuple with the IntakeRunners field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeRunnersResponse) GetNextPageToken

GetNextPageToken returns the NextPageToken field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeRunnersResponse) GetNextPageTokenOk

GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeRunnersResponse) HasNextPageToken

func (o *ListIntakeRunnersResponse) HasNextPageToken() bool

HasNextPageToken returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeRunnersResponse) SetIntakeRunners

SetIntakeRunners sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeRunnersResponse) SetNextPageToken

SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakeRunnersResponse) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeRunnersResponseGetIntakeRunnersArgType deprecated

type ListIntakeRunnersResponseGetIntakeRunnersArgType = []IntakeRunnerResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeRunnersResponseGetIntakeRunnersAttributeType

type ListIntakeRunnersResponseGetIntakeRunnersAttributeType = *[]IntakeRunnerResponse

isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeRunnersResponseGetIntakeRunnersRetType deprecated

type ListIntakeRunnersResponseGetIntakeRunnersRetType = []IntakeRunnerResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeRunnersResponseGetNextPageTokenArgType deprecated

type ListIntakeRunnersResponseGetNextPageTokenArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeRunnersResponseGetNextPageTokenAttributeType

type ListIntakeRunnersResponseGetNextPageTokenAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeRunnersResponseGetNextPageTokenRetType deprecated

type ListIntakeRunnersResponseGetNextPageTokenRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeUsersRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakeUsersRequest) Execute deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakeUsersRequest) PageSize

Maximum number of items to return Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakeUsersRequest) PageToken

A token to retrieve the next page of results. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeUsersResponse

type ListIntakeUsersResponse struct {
	// REQUIRED
	IntakeUsers ListIntakeUsersResponseGetIntakeUsersAttributeType `json:"intakeUsers" required:"true"`
	// A token to retrieve the next page of results.
	NextPageToken ListIntakeUsersResponseGetNextPageTokenAttributeType `json:"nextPageToken,omitempty"`
}

ListIntakeUsersResponse struct for ListIntakeUsersResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewListIntakeUsersResponse

func NewListIntakeUsersResponse(intakeUsers ListIntakeUsersResponseGetIntakeUsersArgType) *ListIntakeUsersResponse

NewListIntakeUsersResponse instantiates a new ListIntakeUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewListIntakeUsersResponseWithDefaults

func NewListIntakeUsersResponseWithDefaults() *ListIntakeUsersResponse

NewListIntakeUsersResponseWithDefaults instantiates a new ListIntakeUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeUsersResponse) GetIntakeUsers

GetIntakeUsers returns the IntakeUsers field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeUsersResponse) GetIntakeUsersOk

GetIntakeUsersOk returns a tuple with the IntakeUsers field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeUsersResponse) GetNextPageToken

GetNextPageToken returns the NextPageToken field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeUsersResponse) GetNextPageTokenOk

GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeUsersResponse) HasNextPageToken

func (o *ListIntakeUsersResponse) HasNextPageToken() bool

HasNextPageToken returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeUsersResponse) SetIntakeUsers

SetIntakeUsers sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakeUsersResponse) SetNextPageToken

SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakeUsersResponse) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeUsersResponseGetIntakeUsersArgType deprecated

type ListIntakeUsersResponseGetIntakeUsersArgType = []IntakeUserResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeUsersResponseGetIntakeUsersAttributeType

type ListIntakeUsersResponseGetIntakeUsersAttributeType = *[]IntakeUserResponse

isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeUsersResponseGetIntakeUsersRetType deprecated

type ListIntakeUsersResponseGetIntakeUsersRetType = []IntakeUserResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeUsersResponseGetNextPageTokenArgType deprecated

type ListIntakeUsersResponseGetNextPageTokenArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeUsersResponseGetNextPageTokenAttributeType

type ListIntakeUsersResponseGetNextPageTokenAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakeUsersResponseGetNextPageTokenRetType deprecated

type ListIntakeUsersResponseGetNextPageTokenRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakesRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakesRequest) Execute deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakesRequest) PageSize

func (r ListIntakesRequest) PageSize(pageSize int32) ApiListIntakesRequest

Maximum number of items to return Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakesRequest) PageToken

func (r ListIntakesRequest) PageToken(pageToken string) ApiListIntakesRequest

A token to retrieve the next page of results. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakesResponse

type ListIntakesResponse struct {
	// REQUIRED
	Intakes ListIntakesResponseGetIntakesAttributeType `json:"intakes" required:"true"`
	// A token to retrieve the next page of results.
	NextPageToken ListIntakesResponseGetNextPageTokenAttributeType `json:"nextPageToken,omitempty"`
}

ListIntakesResponse struct for ListIntakesResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewListIntakesResponse

func NewListIntakesResponse(intakes ListIntakesResponseGetIntakesArgType) *ListIntakesResponse

NewListIntakesResponse instantiates a new ListIntakesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewListIntakesResponseWithDefaults

func NewListIntakesResponseWithDefaults() *ListIntakesResponse

NewListIntakesResponseWithDefaults instantiates a new ListIntakesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakesResponse) GetIntakes

GetIntakes returns the Intakes field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakesResponse) GetIntakesOk

GetIntakesOk returns a tuple with the Intakes field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakesResponse) GetNextPageToken

GetNextPageToken returns the NextPageToken field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakesResponse) GetNextPageTokenOk

func (o *ListIntakesResponse) GetNextPageTokenOk() (ret ListIntakesResponseGetNextPageTokenRetType, ok bool)

GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakesResponse) HasNextPageToken

func (o *ListIntakesResponse) HasNextPageToken() bool

HasNextPageToken returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakesResponse) SetIntakes

SetIntakes sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*ListIntakesResponse) SetNextPageToken

SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (ListIntakesResponse) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakesResponseGetIntakesArgType deprecated

type ListIntakesResponseGetIntakesArgType = []IntakeResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakesResponseGetIntakesAttributeType

type ListIntakesResponseGetIntakesAttributeType = *[]IntakeResponse

isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakesResponseGetIntakesRetType deprecated

type ListIntakesResponseGetIntakesRetType = []IntakeResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakesResponseGetNextPageTokenArgType deprecated

type ListIntakesResponseGetNextPageTokenArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakesResponseGetNextPageTokenAttributeType

type ListIntakesResponseGetNextPageTokenAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type ListIntakesResponseGetNextPageTokenRetType deprecated

type ListIntakesResponseGetNextPageTokenRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type MappedNullable deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableBool deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableBool deprecated

func NewNullableBool(val *bool) *NullableBool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableBool) Get deprecated

func (v NullableBool) Get() *bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableBool) IsSet deprecated

func (v NullableBool) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableBool) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableBool) Set deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableBool) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableBool) Unset deprecated

func (v *NullableBool) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableCatalogAuth deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableCatalogAuth deprecated

func NewNullableCatalogAuth(val *CatalogAuth) *NullableCatalogAuth

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCatalogAuth) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCatalogAuth) IsSet deprecated

func (v NullableCatalogAuth) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCatalogAuth) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCatalogAuth) Set deprecated

func (v *NullableCatalogAuth) Set(val *CatalogAuth)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCatalogAuth) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCatalogAuth) Unset deprecated

func (v *NullableCatalogAuth) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableCatalogAuthPatch deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableCatalogAuthPatch deprecated

func NewNullableCatalogAuthPatch(val *CatalogAuthPatch) *NullableCatalogAuthPatch

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCatalogAuthPatch) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCatalogAuthPatch) IsSet deprecated

func (v NullableCatalogAuthPatch) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCatalogAuthPatch) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCatalogAuthPatch) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCatalogAuthPatch) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCatalogAuthPatch) Unset deprecated

func (v *NullableCatalogAuthPatch) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableCatalogAuthType deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableCatalogAuthType deprecated

func NewNullableCatalogAuthType(val *CatalogAuthType) *NullableCatalogAuthType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCatalogAuthType) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCatalogAuthType) IsSet deprecated

func (v NullableCatalogAuthType) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCatalogAuthType) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCatalogAuthType) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCatalogAuthType) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCatalogAuthType) Unset deprecated

func (v *NullableCatalogAuthType) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableClientConfig deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableClientConfig deprecated

func NewNullableClientConfig(val *ClientConfig) *NullableClientConfig

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableClientConfig) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableClientConfig) IsSet deprecated

func (v NullableClientConfig) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableClientConfig) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableClientConfig) Set deprecated

func (v *NullableClientConfig) Set(val *ClientConfig)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableClientConfig) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableClientConfig) Unset deprecated

func (v *NullableClientConfig) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableCreateIntakePayload deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableCreateIntakePayload deprecated

func NewNullableCreateIntakePayload(val *CreateIntakePayload) *NullableCreateIntakePayload

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCreateIntakePayload) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCreateIntakePayload) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCreateIntakePayload) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCreateIntakePayload) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCreateIntakePayload) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCreateIntakePayload) Unset deprecated

func (v *NullableCreateIntakePayload) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableCreateIntakeRunnerPayload deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableCreateIntakeRunnerPayload deprecated

func NewNullableCreateIntakeRunnerPayload(val *CreateIntakeRunnerPayload) *NullableCreateIntakeRunnerPayload

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCreateIntakeRunnerPayload) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCreateIntakeRunnerPayload) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCreateIntakeRunnerPayload) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCreateIntakeRunnerPayload) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCreateIntakeRunnerPayload) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCreateIntakeRunnerPayload) Unset deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableCreateIntakeUserPayload deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableCreateIntakeUserPayload deprecated

func NewNullableCreateIntakeUserPayload(val *CreateIntakeUserPayload) *NullableCreateIntakeUserPayload

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCreateIntakeUserPayload) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCreateIntakeUserPayload) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableCreateIntakeUserPayload) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCreateIntakeUserPayload) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCreateIntakeUserPayload) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableCreateIntakeUserPayload) Unset deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableDremioAuth deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableDremioAuth deprecated

func NewNullableDremioAuth(val *DremioAuth) *NullableDremioAuth

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableDremioAuth) Get deprecated

func (v NullableDremioAuth) Get() *DremioAuth

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableDremioAuth) IsSet deprecated

func (v NullableDremioAuth) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableDremioAuth) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableDremioAuth) Set deprecated

func (v *NullableDremioAuth) Set(val *DremioAuth)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableDremioAuth) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableDremioAuth) Unset deprecated

func (v *NullableDremioAuth) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableDremioAuthPatch deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableDremioAuthPatch deprecated

func NewNullableDremioAuthPatch(val *DremioAuthPatch) *NullableDremioAuthPatch

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableDremioAuthPatch) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableDremioAuthPatch) IsSet deprecated

func (v NullableDremioAuthPatch) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableDremioAuthPatch) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableDremioAuthPatch) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableDremioAuthPatch) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableDremioAuthPatch) Unset deprecated

func (v *NullableDremioAuthPatch) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableFloat32 deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableFloat32 deprecated

func NewNullableFloat32(val *float32) *NullableFloat32

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableFloat32) Get deprecated

func (v NullableFloat32) Get() *float32

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableFloat32) IsSet deprecated

func (v NullableFloat32) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableFloat32) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableFloat32) Set deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableFloat32) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableFloat32) Unset deprecated

func (v *NullableFloat32) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableFloat64 deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableFloat64 deprecated

func NewNullableFloat64(val *float64) *NullableFloat64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableFloat64) Get deprecated

func (v NullableFloat64) Get() *float64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableFloat64) IsSet deprecated

func (v NullableFloat64) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableFloat64) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableFloat64) Set deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableFloat64) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableFloat64) Unset deprecated

func (v *NullableFloat64) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableInt deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableInt deprecated

func NewNullableInt(val *int) *NullableInt

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInt) Get deprecated

func (v NullableInt) Get() *int

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInt) IsSet deprecated

func (v NullableInt) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInt) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableInt) Set deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableInt) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableInt) Unset deprecated

func (v *NullableInt) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableInt32 deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableInt32 deprecated

func NewNullableInt32(val *int32) *NullableInt32

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInt32) Get deprecated

func (v NullableInt32) Get() *int32

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInt32) IsSet deprecated

func (v NullableInt32) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInt32) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableInt32) Set deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableInt32) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableInt32) Unset deprecated

func (v *NullableInt32) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableInt64 deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableInt64 deprecated

func NewNullableInt64(val *int64) *NullableInt64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInt64) Get deprecated

func (v NullableInt64) Get() *int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInt64) IsSet deprecated

func (v NullableInt64) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableInt64) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableInt64) Set deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableInt64) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableInt64) Unset deprecated

func (v *NullableInt64) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableIntakeCatalog deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableIntakeCatalog deprecated

func NewNullableIntakeCatalog(val *IntakeCatalog) *NullableIntakeCatalog

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeCatalog) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeCatalog) IsSet deprecated

func (v NullableIntakeCatalog) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeCatalog) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeCatalog) Set deprecated

func (v *NullableIntakeCatalog) Set(val *IntakeCatalog)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeCatalog) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeCatalog) Unset deprecated

func (v *NullableIntakeCatalog) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableIntakeCatalogPatch deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableIntakeCatalogPatch deprecated

func NewNullableIntakeCatalogPatch(val *IntakeCatalogPatch) *NullableIntakeCatalogPatch

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeCatalogPatch) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeCatalogPatch) IsSet deprecated

func (v NullableIntakeCatalogPatch) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeCatalogPatch) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeCatalogPatch) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeCatalogPatch) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeCatalogPatch) Unset deprecated

func (v *NullableIntakeCatalogPatch) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableIntakeResponse deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableIntakeResponse deprecated

func NewNullableIntakeResponse(val *IntakeResponse) *NullableIntakeResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeResponse) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeResponse) IsSet deprecated

func (v NullableIntakeResponse) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeResponse) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeResponse) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeResponse) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeResponse) Unset deprecated

func (v *NullableIntakeResponse) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableIntakeResponseState deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableIntakeResponseState deprecated

func NewNullableIntakeResponseState(val *IntakeResponseState) *NullableIntakeResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeResponseState) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeResponseState) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeResponseState) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeResponseState) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeResponseState) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeResponseState) Unset deprecated

func (v *NullableIntakeResponseState) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableIntakeRunnerResponse deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableIntakeRunnerResponse deprecated

func NewNullableIntakeRunnerResponse(val *IntakeRunnerResponse) *NullableIntakeRunnerResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeRunnerResponse) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeRunnerResponse) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeRunnerResponse) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeRunnerResponse) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeRunnerResponse) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeRunnerResponse) Unset deprecated

func (v *NullableIntakeRunnerResponse) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableIntakeRunnerResponseState deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableIntakeRunnerResponseState deprecated

func NewNullableIntakeRunnerResponseState(val *IntakeRunnerResponseState) *NullableIntakeRunnerResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeRunnerResponseState) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeRunnerResponseState) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeRunnerResponseState) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeRunnerResponseState) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeRunnerResponseState) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeRunnerResponseState) Unset deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableIntakeUserResponse deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableIntakeUserResponse deprecated

func NewNullableIntakeUserResponse(val *IntakeUserResponse) *NullableIntakeUserResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeUserResponse) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeUserResponse) IsSet deprecated

func (v NullableIntakeUserResponse) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeUserResponse) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeUserResponse) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeUserResponse) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeUserResponse) Unset deprecated

func (v *NullableIntakeUserResponse) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableIntakeUserResponseState deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableIntakeUserResponseState deprecated

func NewNullableIntakeUserResponseState(val *IntakeUserResponseState) *NullableIntakeUserResponseState

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeUserResponseState) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeUserResponseState) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableIntakeUserResponseState) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeUserResponseState) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeUserResponseState) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableIntakeUserResponseState) Unset deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableListIntakeRunnersResponse deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableListIntakeRunnersResponse deprecated

func NewNullableListIntakeRunnersResponse(val *ListIntakeRunnersResponse) *NullableListIntakeRunnersResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListIntakeRunnersResponse) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListIntakeRunnersResponse) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListIntakeRunnersResponse) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListIntakeRunnersResponse) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListIntakeRunnersResponse) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListIntakeRunnersResponse) Unset deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableListIntakeUsersResponse deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableListIntakeUsersResponse deprecated

func NewNullableListIntakeUsersResponse(val *ListIntakeUsersResponse) *NullableListIntakeUsersResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListIntakeUsersResponse) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListIntakeUsersResponse) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListIntakeUsersResponse) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListIntakeUsersResponse) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListIntakeUsersResponse) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListIntakeUsersResponse) Unset deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableListIntakesResponse deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableListIntakesResponse deprecated

func NewNullableListIntakesResponse(val *ListIntakesResponse) *NullableListIntakesResponse

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListIntakesResponse) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListIntakesResponse) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableListIntakesResponse) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListIntakesResponse) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListIntakesResponse) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableListIntakesResponse) Unset deprecated

func (v *NullableListIntakesResponse) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullablePartitioningType deprecated added in v0.1.2

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullablePartitioningType deprecated added in v0.1.2

func NewNullablePartitioningType(val *PartitioningType) *NullablePartitioningType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullablePartitioningType) Get deprecated added in v0.1.2

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullablePartitioningType) IsSet deprecated added in v0.1.2

func (v NullablePartitioningType) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullablePartitioningType) MarshalJSON deprecated added in v0.1.2

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullablePartitioningType) Set deprecated added in v0.1.2

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullablePartitioningType) UnmarshalJSON deprecated added in v0.1.2

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullablePartitioningType) Unset deprecated added in v0.1.2

func (v *NullablePartitioningType) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullablePartitioningUpdateType deprecated added in v0.4.0

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullablePartitioningUpdateType deprecated added in v0.4.0

func NewNullablePartitioningUpdateType(val *PartitioningUpdateType) *NullablePartitioningUpdateType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullablePartitioningUpdateType) Get deprecated added in v0.4.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullablePartitioningUpdateType) IsSet deprecated added in v0.4.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullablePartitioningUpdateType) MarshalJSON deprecated added in v0.4.0

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullablePartitioningUpdateType) Set deprecated added in v0.4.0

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullablePartitioningUpdateType) UnmarshalJSON deprecated added in v0.4.0

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullablePartitioningUpdateType) Unset deprecated added in v0.4.0

func (v *NullablePartitioningUpdateType) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableString deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableString deprecated

func NewNullableString(val *string) *NullableString

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableString) Get deprecated

func (v NullableString) Get() *string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableString) IsSet deprecated

func (v NullableString) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableString) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableString) Set deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableString) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableString) Unset deprecated

func (v *NullableString) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableTime deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableTime deprecated

func NewNullableTime(val *time.Time) *NullableTime

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableTime) Get deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableTime) IsSet deprecated

func (v NullableTime) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableTime) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableTime) Set deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableTime) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableTime) Unset deprecated

func (v *NullableTime) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableUpdateIntakePayload deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableUpdateIntakePayload deprecated

func NewNullableUpdateIntakePayload(val *UpdateIntakePayload) *NullableUpdateIntakePayload

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUpdateIntakePayload) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUpdateIntakePayload) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUpdateIntakePayload) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUpdateIntakePayload) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUpdateIntakePayload) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUpdateIntakePayload) Unset deprecated

func (v *NullableUpdateIntakePayload) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableUpdateIntakeRunnerPayload deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableUpdateIntakeRunnerPayload deprecated

func NewNullableUpdateIntakeRunnerPayload(val *UpdateIntakeRunnerPayload) *NullableUpdateIntakeRunnerPayload

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUpdateIntakeRunnerPayload) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUpdateIntakeRunnerPayload) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUpdateIntakeRunnerPayload) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUpdateIntakeRunnerPayload) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUpdateIntakeRunnerPayload) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUpdateIntakeRunnerPayload) Unset deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableUpdateIntakeUserPayload deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableUpdateIntakeUserPayload deprecated

func NewNullableUpdateIntakeUserPayload(val *UpdateIntakeUserPayload) *NullableUpdateIntakeUserPayload

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUpdateIntakeUserPayload) Get deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUpdateIntakeUserPayload) IsSet deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUpdateIntakeUserPayload) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUpdateIntakeUserPayload) Set deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUpdateIntakeUserPayload) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUpdateIntakeUserPayload) Unset deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableUserType deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewNullableUserType deprecated

func NewNullableUserType(val *UserType) *NullableUserType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUserType) Get deprecated

func (v NullableUserType) Get() *UserType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUserType) IsSet deprecated

func (v NullableUserType) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableUserType) MarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUserType) Set deprecated

func (v *NullableUserType) Set(val *UserType)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUserType) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableUserType) Unset deprecated

func (v *NullableUserType) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type NullableValue deprecated

type NullableValue[T any] struct {
	// contains filtered or unexported fields
}

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableValue[T]) Get deprecated

func (v NullableValue[T]) Get() *T

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (NullableValue[T]) IsSet deprecated

func (v NullableValue[T]) IsSet() bool

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableValue[T]) Set deprecated

func (v *NullableValue[T]) Set(val *T)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*NullableValue[T]) Unset deprecated

func (v *NullableValue[T]) Unset()

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type PartitioningType added in v0.1.2

type PartitioningType string

PartitioningType The target table's partitioning. * `none` disables partitioning, the default. * `intake-time` configures daily partitioning based on the automatically created ingestion time column `__intake_ts`. * `manual` allows arbitrary Iceberg partitioning expression to be set via `partitionBy`. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

const (
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PARTITIONINGTYPE_NONE PartitioningType = "none"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PARTITIONINGTYPE_INTAKE_TIME PartitioningType = "intake-time"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PARTITIONINGTYPE_MANUAL PartitioningType = "manual"
)

List of partitioningType

func NewPartitioningTypeFromValue added in v0.1.2

func NewPartitioningTypeFromValue(v string) (*PartitioningType, error)

NewPartitioningTypeFromValue returns a pointer to a valid PartitioningType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (PartitioningType) IsValid added in v0.1.2

func (v PartitioningType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (PartitioningType) Ptr added in v0.1.2

Ptr returns reference to partitioningType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*PartitioningType) UnmarshalJSON deprecated added in v0.1.2

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type PartitioningUpdateType added in v0.4.0

type PartitioningUpdateType string

PartitioningUpdateType The target table's partitioning. * `none` disables partitioning. * `intake-time` configures daily partitioning based on the automatically created ingestion time column `__intake_ts`. * `manual` allows arbitrary Iceberg partitioning expression to be set via `partitionBy`. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

const (
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PARTITIONINGUPDATETYPE_NONE PartitioningUpdateType = "none"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PARTITIONINGUPDATETYPE_INTAKE_TIME PartitioningUpdateType = "intake-time"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	PARTITIONINGUPDATETYPE_MANUAL PartitioningUpdateType = "manual"
)

List of partitioningUpdateType

func NewPartitioningUpdateTypeFromValue added in v0.4.0

func NewPartitioningUpdateTypeFromValue(v string) (*PartitioningUpdateType, error)

NewPartitioningUpdateTypeFromValue returns a pointer to a valid PartitioningUpdateType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (PartitioningUpdateType) IsValid added in v0.4.0

func (v PartitioningUpdateType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (PartitioningUpdateType) Ptr added in v0.4.0

Ptr returns reference to partitioningUpdateType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*PartitioningUpdateType) UnmarshalJSON deprecated added in v0.4.0

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayload

type UpdateIntakePayload struct {
	Catalog UpdateIntakePayloadGetCatalogAttributeType `json:"catalog,omitempty"`
	// The description is a longer text chosen by the user to provide more context for the resource.
	Description UpdateIntakePayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The display name is a short name chosen by the user to identify the resource.
	DisplayName UpdateIntakePayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
	// The unique id of the intake runner this intake should run on.
	// REQUIRED
	IntakeRunnerId UpdateIntakePayloadGetIntakeRunnerIdAttributeType `json:"intakeRunnerId" required:"true"`
	// Labels are key-value pairs associated with the resource. To update labels:   - Provide a new set of key-value pairs to replace the existing labels.   - Send empty object `{}` to remove all labels.   - Omit this field to leave the labels unchanged.
	Labels UpdateIntakePayloadGetLabelsAttributeType `json:"labels,omitempty"`
}

UpdateIntakePayload struct for UpdateIntakePayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewUpdateIntakePayload

func NewUpdateIntakePayload(intakeRunnerId UpdateIntakePayloadGetIntakeRunnerIdArgType) *UpdateIntakePayload

NewUpdateIntakePayload instantiates a new UpdateIntakePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewUpdateIntakePayloadWithDefaults

func NewUpdateIntakePayloadWithDefaults() *UpdateIntakePayload

NewUpdateIntakePayloadWithDefaults instantiates a new UpdateIntakePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetCatalog

GetCatalog returns the Catalog field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetCatalogOk

GetCatalogOk returns a tuple with the Catalog field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetDescription

GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetDescriptionOk

func (o *UpdateIntakePayload) GetDescriptionOk() (ret UpdateIntakePayloadGetDescriptionRetType, ok bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetDisplayName

GetDisplayName returns the DisplayName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetDisplayNameOk

func (o *UpdateIntakePayload) GetDisplayNameOk() (ret UpdateIntakePayloadGetDisplayNameRetType, ok bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetIntakeRunnerId

GetIntakeRunnerId returns the IntakeRunnerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetIntakeRunnerIdOk

func (o *UpdateIntakePayload) GetIntakeRunnerIdOk() (ret UpdateIntakePayloadGetIntakeRunnerIdRetType, ok bool)

GetIntakeRunnerIdOk returns a tuple with the IntakeRunnerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetLabels

GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) GetLabelsOk

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) HasCatalog

func (o *UpdateIntakePayload) HasCatalog() bool

HasCatalog returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) HasDescription

func (o *UpdateIntakePayload) HasDescription() bool

HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) HasDisplayName

func (o *UpdateIntakePayload) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) HasLabels

func (o *UpdateIntakePayload) HasLabels() bool

HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) SetCatalog

SetCatalog gets a reference to the given IntakeCatalogPatch and assigns it to the Catalog field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) SetDescription

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) SetDisplayName

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) SetIntakeRunnerId

SetIntakeRunnerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakePayload) SetLabels

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UpdateIntakePayload) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetCatalogArgType deprecated

type UpdateIntakePayloadGetCatalogArgType = IntakeCatalogPatch

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetCatalogAttributeType

type UpdateIntakePayloadGetCatalogAttributeType = *IntakeCatalogPatch

isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetCatalogRetType deprecated

type UpdateIntakePayloadGetCatalogRetType = IntakeCatalogPatch

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetDescriptionArgType deprecated

type UpdateIntakePayloadGetDescriptionArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetDescriptionAttributeType

type UpdateIntakePayloadGetDescriptionAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetDescriptionRetType deprecated

type UpdateIntakePayloadGetDescriptionRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetDisplayNameArgType deprecated

type UpdateIntakePayloadGetDisplayNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetDisplayNameAttributeType

type UpdateIntakePayloadGetDisplayNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetDisplayNameRetType deprecated

type UpdateIntakePayloadGetDisplayNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetIntakeRunnerIdArgType deprecated

type UpdateIntakePayloadGetIntakeRunnerIdArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetIntakeRunnerIdAttributeType

type UpdateIntakePayloadGetIntakeRunnerIdAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetIntakeRunnerIdRetType deprecated

type UpdateIntakePayloadGetIntakeRunnerIdRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetLabelsArgType deprecated

type UpdateIntakePayloadGetLabelsArgType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetLabelsAttributeType

type UpdateIntakePayloadGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakePayloadGetLabelsRetType deprecated

type UpdateIntakePayloadGetLabelsRetType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UpdateIntakeRequest) Execute deprecated

func (r UpdateIntakeRequest) Execute() (*IntakeResponse, error)

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UpdateIntakeRequest) UpdateIntakePayload deprecated

func (r UpdateIntakeRequest) UpdateIntakePayload(updateIntakePayload UpdateIntakePayload) ApiUpdateIntakeRequest

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayload

type UpdateIntakeRunnerPayload struct {
	// The description is a longer text chosen by the user to provide more context for the resource.
	Description UpdateIntakeRunnerPayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The display name is a short name chosen by the user to identify the resource.
	DisplayName UpdateIntakeRunnerPayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
	// Labels are key-value pairs associated with the resource. To update labels:   - Provide a new set of key-value pairs to replace the existing labels.   - Send empty object `{}` to remove all labels.   - Omit this field to leave the labels unchanged.
	Labels UpdateIntakeRunnerPayloadGetLabelsAttributeType `json:"labels,omitempty"`
	// The maximum size of a message in kibibytes (1 KiB = 1024 bytes).
	MaxMessageSizeKiB UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType `json:"maxMessageSizeKiB,omitempty"`
	// The maximum number of messages per hour.
	MaxMessagesPerHour UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType `json:"maxMessagesPerHour,omitempty"`
}

UpdateIntakeRunnerPayload struct for UpdateIntakeRunnerPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewUpdateIntakeRunnerPayload

func NewUpdateIntakeRunnerPayload() *UpdateIntakeRunnerPayload

NewUpdateIntakeRunnerPayload instantiates a new UpdateIntakeRunnerPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewUpdateIntakeRunnerPayloadWithDefaults

func NewUpdateIntakeRunnerPayloadWithDefaults() *UpdateIntakeRunnerPayload

NewUpdateIntakeRunnerPayloadWithDefaults instantiates a new UpdateIntakeRunnerPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetDescription

GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetDescriptionOk

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetDisplayName

GetDisplayName returns the DisplayName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetDisplayNameOk

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetLabels

GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetLabelsOk

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetMaxMessageSizeKiB

GetMaxMessageSizeKiB returns the MaxMessageSizeKiB field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetMaxMessageSizeKiBOk

GetMaxMessageSizeKiBOk returns a tuple with the MaxMessageSizeKiB field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetMaxMessagesPerHour

GetMaxMessagesPerHour returns the MaxMessagesPerHour field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) GetMaxMessagesPerHourOk

GetMaxMessagesPerHourOk returns a tuple with the MaxMessagesPerHour field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) HasDescription

func (o *UpdateIntakeRunnerPayload) HasDescription() bool

HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) HasDisplayName

func (o *UpdateIntakeRunnerPayload) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) HasLabels

func (o *UpdateIntakeRunnerPayload) HasLabels() bool

HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) HasMaxMessageSizeKiB added in v0.1.1

func (o *UpdateIntakeRunnerPayload) HasMaxMessageSizeKiB() bool

HasMaxMessageSizeKiB returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) HasMaxMessagesPerHour added in v0.1.1

func (o *UpdateIntakeRunnerPayload) HasMaxMessagesPerHour() bool

HasMaxMessagesPerHour returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) SetDescription

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) SetDisplayName

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) SetLabels

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) SetMaxMessageSizeKiB

SetMaxMessageSizeKiB gets a reference to the given int64 and assigns it to the MaxMessageSizeKiB field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeRunnerPayload) SetMaxMessagesPerHour

SetMaxMessagesPerHour gets a reference to the given int64 and assigns it to the MaxMessagesPerHour field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UpdateIntakeRunnerPayload) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetDescriptionArgType deprecated

type UpdateIntakeRunnerPayloadGetDescriptionArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetDescriptionAttributeType

type UpdateIntakeRunnerPayloadGetDescriptionAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetDescriptionRetType deprecated

type UpdateIntakeRunnerPayloadGetDescriptionRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetDisplayNameArgType deprecated

type UpdateIntakeRunnerPayloadGetDisplayNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetDisplayNameAttributeType

type UpdateIntakeRunnerPayloadGetDisplayNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetDisplayNameRetType deprecated

type UpdateIntakeRunnerPayloadGetDisplayNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetLabelsArgType deprecated

type UpdateIntakeRunnerPayloadGetLabelsArgType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetLabelsAttributeType

type UpdateIntakeRunnerPayloadGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetLabelsRetType deprecated

type UpdateIntakeRunnerPayloadGetLabelsRetType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType deprecated

type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType

type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType = *int64

isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType deprecated

type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourArgType deprecated

type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourArgType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType

type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType = *int64

isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType deprecated

type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType = int64

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeRunnerRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UpdateIntakeRunnerRequest) Execute deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UpdateIntakeRunnerRequest) UpdateIntakeRunnerPayload deprecated

func (r UpdateIntakeRunnerRequest) UpdateIntakeRunnerPayload(updateIntakeRunnerPayload UpdateIntakeRunnerPayload) ApiUpdateIntakeRunnerRequest

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayload

type UpdateIntakeUserPayload struct {
	// The description is a longer text chosen by the user to provide more context for the resource.
	Description UpdateIntakeUserPayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The display name is a short name chosen by the user to identify the resource.
	DisplayName UpdateIntakeUserPayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
	// Labels are key-value pairs associated with the resource. To update labels:   - Provide a new set of key-value pairs to replace the existing labels.   - Send empty object `{}` to remove all labels.   - Omit this field to leave the labels unchanged.
	Labels UpdateIntakeUserPayloadGetLabelsAttributeType `json:"labels,omitempty"`
	// A password chosen by the user.
	Password UpdateIntakeUserPayloadGetPasswordAttributeType `json:"password,omitempty"`
	Type     UpdateIntakeUserPayloadGetTypeAttributeType     `json:"type,omitempty"`
}

UpdateIntakeUserPayload struct for UpdateIntakeUserPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewUpdateIntakeUserPayload

func NewUpdateIntakeUserPayload() *UpdateIntakeUserPayload

NewUpdateIntakeUserPayload instantiates a new UpdateIntakeUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func NewUpdateIntakeUserPayloadWithDefaults

func NewUpdateIntakeUserPayloadWithDefaults() *UpdateIntakeUserPayload

NewUpdateIntakeUserPayloadWithDefaults instantiates a new UpdateIntakeUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetDescription

GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetDescriptionOk

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetDisplayName

GetDisplayName returns the DisplayName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetDisplayNameOk

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetLabels

GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetLabelsOk

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetPassword

GetPassword returns the Password field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetPasswordOk

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetType

GetType returns the Type field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) GetTypeOk

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) HasDescription

func (o *UpdateIntakeUserPayload) HasDescription() bool

HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) HasDisplayName

func (o *UpdateIntakeUserPayload) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) HasLabels

func (o *UpdateIntakeUserPayload) HasLabels() bool

HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) HasPassword

func (o *UpdateIntakeUserPayload) HasPassword() bool

HasPassword returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) HasType

func (o *UpdateIntakeUserPayload) HasType() bool

HasType returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) SetDescription

SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) SetDisplayName

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) SetLabels

SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) SetPassword

SetPassword gets a reference to the given string and assigns it to the Password field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UpdateIntakeUserPayload) SetType

SetType gets a reference to the given UserType and assigns it to the Type field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UpdateIntakeUserPayload) ToMap deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetDescriptionArgType deprecated

type UpdateIntakeUserPayloadGetDescriptionArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetDescriptionAttributeType

type UpdateIntakeUserPayloadGetDescriptionAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetDescriptionRetType deprecated

type UpdateIntakeUserPayloadGetDescriptionRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetDisplayNameArgType deprecated

type UpdateIntakeUserPayloadGetDisplayNameArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetDisplayNameAttributeType

type UpdateIntakeUserPayloadGetDisplayNameAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetDisplayNameRetType deprecated

type UpdateIntakeUserPayloadGetDisplayNameRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetLabelsArgType deprecated

type UpdateIntakeUserPayloadGetLabelsArgType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetLabelsAttributeType

type UpdateIntakeUserPayloadGetLabelsAttributeType = *map[string]string

isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetLabelsRetType deprecated

type UpdateIntakeUserPayloadGetLabelsRetType = *map[string]string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetPasswordArgType deprecated

type UpdateIntakeUserPayloadGetPasswordArgType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetPasswordAttributeType

type UpdateIntakeUserPayloadGetPasswordAttributeType = *string

isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetPasswordRetType deprecated

type UpdateIntakeUserPayloadGetPasswordRetType = string

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetTypeArgType deprecated

type UpdateIntakeUserPayloadGetTypeArgType = UserType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetTypeAttributeType

type UpdateIntakeUserPayloadGetTypeAttributeType = *UserType

isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserPayloadGetTypeRetType deprecated

type UpdateIntakeUserPayloadGetTypeRetType = UserType

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UpdateIntakeUserRequest deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UpdateIntakeUserRequest) Execute deprecated

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UpdateIntakeUserRequest) UpdateIntakeUserPayload deprecated

func (r UpdateIntakeUserRequest) UpdateIntakeUserPayload(updateIntakeUserPayload UpdateIntakeUserPayload) ApiUpdateIntakeUserRequest

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

type UserType

type UserType string

UserType Type of user, 'intake' allows writing to the Intake, 'dead-letter' allows reading from the dead-letter queue Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

const (
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	USERTYPE_INTAKE UserType = "intake"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	USERTYPE_DEAD_LETTER UserType = "dead-letter"
)

List of userType

func NewUserTypeFromValue

func NewUserTypeFromValue(v string) (*UserType, error)

NewUserTypeFromValue returns a pointer to a valid UserType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UserType) IsValid

func (v UserType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (UserType) Ptr

func (v UserType) Ptr() *UserType

Ptr returns reference to userType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

func (*UserType) UnmarshalJSON deprecated

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

Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead

Directories

Path Synopsis
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Deprecated: Will be removed after 2026-09-30.
Deprecated: Will be removed after 2026-09-30.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL