logs

package module
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 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

Index

Constants

This section is empty.

Variables

View Source
var AllowedAccessTokenStatusEnumValues = []AccessTokenStatus{
	"active",
	"expired",
}

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

View Source
var AllowedLogsInstanceStatusEnumValues = []LogsInstanceStatus{
	"active",
	"deleting",
	"reconciling",
}

All allowed values of LogsInstance 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 Logs API API v1.0.0 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) CreateAccessToken deprecated

func (a *APIClient) CreateAccessToken(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateAccessTokenRequest

CreateAccessToken: Create Access Token

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 instanceId The Logs Instance UUID.
@return ApiCreateAccessTokenRequest

func (*APIClient) CreateAccessTokenExecute deprecated

func (a *APIClient) CreateAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessToken, error)

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

func (*APIClient) CreateLogsInstance deprecated

func (a *APIClient) CreateLogsInstance(ctx context.Context, projectId string, regionId string) ApiCreateLogsInstanceRequest

CreateLogsInstance: Create Logs instance

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 ApiCreateLogsInstanceRequest

func (*APIClient) CreateLogsInstanceExecute deprecated

func (a *APIClient) CreateLogsInstanceExecute(ctx context.Context, projectId string, regionId string) (*LogsInstance, error)

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

func (*APIClient) DeleteAccessToken deprecated

func (a *APIClient) DeleteAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiDeleteAccessTokenRequest

DeleteAccessToken: Delete Access Token

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 instanceId The Logs Instance UUID.
@param tId The access token UUID.
@return ApiDeleteAccessTokenRequest

func (*APIClient) DeleteAccessTokenExecute deprecated

func (a *APIClient) DeleteAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, tId string) error

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

func (*APIClient) DeleteAllAccessTokens deprecated

func (a *APIClient) DeleteAllAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllAccessTokensRequest

DeleteAllAccessTokens: Delete All Access Tokens

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 instanceId The Logs Instance UUID.
@return ApiDeleteAllAccessTokensRequest

func (*APIClient) DeleteAllAccessTokensExecute deprecated

func (a *APIClient) DeleteAllAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)

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

func (*APIClient) DeleteAllExpiredAccessTokens deprecated

func (a *APIClient) DeleteAllExpiredAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllExpiredAccessTokensRequest

DeleteAllExpiredAccessTokens: Deletes all expired access tokens

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 instanceId The Logs Instance UUID.
@return ApiDeleteAllExpiredAccessTokensRequest

func (*APIClient) DeleteAllExpiredAccessTokensExecute deprecated

func (a *APIClient) DeleteAllExpiredAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)

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

func (*APIClient) DeleteLogsInstance deprecated

func (a *APIClient) DeleteLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteLogsInstanceRequest

DeleteLogsInstance: Delete Logs instance

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 instanceId The Logs Instance UUID.
@return ApiDeleteLogsInstanceRequest

func (*APIClient) DeleteLogsInstanceExecute deprecated

func (a *APIClient) DeleteLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) error

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

func (*APIClient) GetAccessToken deprecated added in v0.2.0

func (a *APIClient) GetAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiGetAccessTokenRequest

GetAccessToken: Get Access Token

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 instanceId The Logs Instance UUID.
@param tId The access token UUID.
@return ApiGetAccessTokenRequest

func (*APIClient) GetAccessTokenExecute deprecated added in v0.2.0

func (a *APIClient) GetAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, tId string) (*AccessToken, 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) GetLogsInstance deprecated

func (a *APIClient) GetLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetLogsInstanceRequest

GetLogsInstance: Get Logs Instance

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 instanceId The Logs Instance UUID.
@return ApiGetLogsInstanceRequest

func (*APIClient) GetLogsInstanceExecute deprecated

func (a *APIClient) GetLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*LogsInstance, error)

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

func (*APIClient) ListAccessTokens deprecated

func (a *APIClient) ListAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiListAccessTokensRequest

ListAccessTokens: List Access Tokens

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 instanceId The Logs Instance UUID.
@return ApiListAccessTokensRequest

func (*APIClient) ListAccessTokensExecute deprecated

func (a *APIClient) ListAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)

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

func (*APIClient) ListLogsInstances deprecated

func (a *APIClient) ListLogsInstances(ctx context.Context, projectId string, regionId string) ApiListLogsInstancesRequest

ListLogsInstances: List Logs instances

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 ApiListLogsInstancesRequest

func (*APIClient) ListLogsInstancesExecute deprecated

func (a *APIClient) ListLogsInstancesExecute(ctx context.Context, projectId string, regionId string) (*LogsInstancesList, error)

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

func (*APIClient) UpdateAccessToken deprecated

func (a *APIClient) UpdateAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiUpdateAccessTokenRequest

UpdateAccessToken: Update Access Token

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 instanceId The Logs Instance UUID.
@param tId The access token UUID.
@return ApiUpdateAccessTokenRequest

func (*APIClient) UpdateAccessTokenExecute deprecated

func (a *APIClient) UpdateAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, tId string) error

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

func (*APIClient) UpdateLogsInstance deprecated

func (a *APIClient) UpdateLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateLogsInstanceRequest

UpdateLogsInstance: Update Logs instance

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 instanceId The Logs Instance UUID.
@return ApiUpdateLogsInstanceRequest

func (*APIClient) UpdateLogsInstanceExecute deprecated

func (a *APIClient) UpdateLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*LogsInstance, error)

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

type AccessToken

type AccessToken struct {
	// A generated access token. Only available on creation.
	AccessToken AccessTokenGetAccessTokenAttributeType `json:"accessToken,omitempty"`
	// The user who created the access token.
	// REQUIRED
	Creator AccessTokenGetCreatorAttributeType `json:"creator" required:"true"`
	// The description of the access token.
	Description AccessTokenGetDescriptionAttributeType `json:"description,omitempty"`
	// The displayed name of the access token.
	// REQUIRED
	DisplayName AccessTokenGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// Indicates if the access token can expire.
	// REQUIRED
	Expires AccessTokengetExpiresAttributeType `json:"expires" required:"true"`
	// An auto generated unique id which identifies the access token.
	// REQUIRED
	Id AccessTokenGetIdAttributeType `json:"id" required:"true"`
	// The access permissions granted to the access token.
	// REQUIRED
	Permissions AccessTokenGetPermissionsAttributeType `json:"permissions" required:"true"`
	// REQUIRED
	Status AccessTokenGetStatusAttributeType `json:"status" required:"true"`
	// The date and time util an access token is valid to (inclusively).
	ValidUntil AccessTokenGetValidUntilAttributeType `json:"validUntil,omitempty"`
}

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

func NewAccessToken

NewAccessToken instantiates a new AccessToken object This constructor will assign default values to properties that have it defined, 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 NewAccessTokenWithDefaults

func NewAccessTokenWithDefaults() *AccessToken

NewAccessTokenWithDefaults instantiates a new AccessToken object This 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 (*AccessToken) GetAccessToken

func (o *AccessToken) GetAccessToken() (res AccessTokenGetAccessTokenRetType)

GetAccessToken returns the AccessToken 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 (*AccessToken) GetAccessTokenOk

func (o *AccessToken) GetAccessTokenOk() (ret AccessTokenGetAccessTokenRetType, ok bool)

GetAccessTokenOk returns a tuple with the AccessToken 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 (*AccessToken) GetCreator

func (o *AccessToken) GetCreator() (ret AccessTokenGetCreatorRetType)

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

func (*AccessToken) GetCreatorOk

func (o *AccessToken) GetCreatorOk() (ret AccessTokenGetCreatorRetType, ok bool)

GetCreatorOk returns a tuple with the Creator 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 (*AccessToken) GetDescription

func (o *AccessToken) GetDescription() (res AccessTokenGetDescriptionRetType)

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 (*AccessToken) GetDescriptionOk

func (o *AccessToken) GetDescriptionOk() (ret AccessTokenGetDescriptionRetType, 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 (*AccessToken) GetDisplayName

func (o *AccessToken) GetDisplayName() (ret AccessTokenGetDisplayNameRetType)

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 (*AccessToken) GetDisplayNameOk

func (o *AccessToken) GetDisplayNameOk() (ret AccessTokenGetDisplayNameRetType, 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 (*AccessToken) GetExpires

func (o *AccessToken) GetExpires() (ret AccessTokengetExpiresRetType)

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

func (*AccessToken) GetExpiresOk

func (o *AccessToken) GetExpiresOk() (ret AccessTokengetExpiresRetType, ok bool)

GetExpiresOk returns a tuple with the Expires 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 (*AccessToken) GetId

func (o *AccessToken) GetId() (ret AccessTokenGetIdRetType)

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 (*AccessToken) GetIdOk

func (o *AccessToken) GetIdOk() (ret AccessTokenGetIdRetType, 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 (*AccessToken) GetPermissions

func (o *AccessToken) GetPermissions() (ret AccessTokenGetPermissionsRetType)

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

func (*AccessToken) GetPermissionsOk

func (o *AccessToken) GetPermissionsOk() (ret AccessTokenGetPermissionsRetType, ok bool)

GetPermissionsOk returns a tuple with the Permissions 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 (*AccessToken) GetStatus

func (o *AccessToken) GetStatus() (ret AccessTokenGetStatusRetType)

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

func (*AccessToken) GetStatusOk

func (o *AccessToken) GetStatusOk() (ret AccessTokenGetStatusRetType, ok bool)

GetStatusOk returns a tuple with the Status 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 (*AccessToken) GetValidUntil

func (o *AccessToken) GetValidUntil() (res AccessTokenGetValidUntilRetType)

GetValidUntil returns the ValidUntil 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 (*AccessToken) GetValidUntilOk

func (o *AccessToken) GetValidUntilOk() (ret AccessTokenGetValidUntilRetType, ok bool)

GetValidUntilOk returns a tuple with the ValidUntil 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 (*AccessToken) HasAccessToken

func (o *AccessToken) HasAccessToken() bool

HasAccessToken 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 (*AccessToken) HasDescription

func (o *AccessToken) 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 (*AccessToken) HasValidUntil

func (o *AccessToken) HasValidUntil() bool

HasValidUntil 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 (*AccessToken) SetAccessToken

func (o *AccessToken) SetAccessToken(v AccessTokenGetAccessTokenRetType)

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

func (*AccessToken) SetCreator

func (o *AccessToken) SetCreator(v AccessTokenGetCreatorRetType)

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

func (*AccessToken) SetDescription

func (o *AccessToken) SetDescription(v AccessTokenGetDescriptionRetType)

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 (*AccessToken) SetDisplayName

func (o *AccessToken) SetDisplayName(v AccessTokenGetDisplayNameRetType)

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

func (*AccessToken) SetExpires

func (o *AccessToken) SetExpires(v AccessTokengetExpiresRetType)

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

func (*AccessToken) 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 (*AccessToken) SetPermissions

func (o *AccessToken) SetPermissions(v AccessTokenGetPermissionsRetType)

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

func (*AccessToken) SetStatus

func (o *AccessToken) SetStatus(v AccessTokenGetStatusRetType)

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

func (*AccessToken) SetValidUntil

func (o *AccessToken) SetValidUntil(v AccessTokenGetValidUntilRetType)

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

func (AccessToken) ToMap deprecated

func (o AccessToken) 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 AccessTokenGetAccessTokenArgType deprecated

type AccessTokenGetAccessTokenArgType = string

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

type AccessTokenGetAccessTokenAttributeType

type AccessTokenGetAccessTokenAttributeType = *string

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

type AccessTokenGetAccessTokenRetType deprecated

type AccessTokenGetAccessTokenRetType = string

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

type AccessTokenGetCreatorArgType deprecated

type AccessTokenGetCreatorArgType = string

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

type AccessTokenGetCreatorAttributeType

type AccessTokenGetCreatorAttributeType = *string

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

type AccessTokenGetCreatorRetType deprecated

type AccessTokenGetCreatorRetType = string

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

type AccessTokenGetDescriptionArgType deprecated

type AccessTokenGetDescriptionArgType = string

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

type AccessTokenGetDescriptionAttributeType

type AccessTokenGetDescriptionAttributeType = *string

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

type AccessTokenGetDescriptionRetType deprecated

type AccessTokenGetDescriptionRetType = string

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

type AccessTokenGetDisplayNameArgType deprecated

type AccessTokenGetDisplayNameArgType = string

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

type AccessTokenGetDisplayNameAttributeType

type AccessTokenGetDisplayNameAttributeType = *string

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

type AccessTokenGetDisplayNameRetType deprecated

type AccessTokenGetDisplayNameRetType = string

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

type AccessTokenGetIdArgType deprecated

type AccessTokenGetIdArgType = string

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

type AccessTokenGetIdAttributeType

type AccessTokenGetIdAttributeType = *string

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

type AccessTokenGetIdRetType deprecated

type AccessTokenGetIdRetType = string

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

type AccessTokenGetPermissionsArgType deprecated

type AccessTokenGetPermissionsArgType = []string

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

type AccessTokenGetPermissionsAttributeType

type AccessTokenGetPermissionsAttributeType = *[]string

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

type AccessTokenGetPermissionsRetType deprecated

type AccessTokenGetPermissionsRetType = []string

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

type AccessTokenGetStatusArgType deprecated

type AccessTokenGetStatusArgType = AccessTokenStatus

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

type AccessTokenGetStatusAttributeType deprecated

type AccessTokenGetStatusAttributeType = *AccessTokenStatus

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

type AccessTokenGetStatusRetType deprecated

type AccessTokenGetStatusRetType = AccessTokenStatus

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

type AccessTokenGetValidUntilArgType deprecated

type AccessTokenGetValidUntilArgType = time.Time

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

type AccessTokenGetValidUntilAttributeType

type AccessTokenGetValidUntilAttributeType = *time.Time

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

type AccessTokenGetValidUntilRetType deprecated

type AccessTokenGetValidUntilRetType = time.Time

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

type AccessTokenList

type AccessTokenList struct {
	// REQUIRED
	Tokens AccessTokenListGetTokensAttributeType `json:"tokens" required:"true"`
}

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

func NewAccessTokenList

func NewAccessTokenList(tokens AccessTokenListGetTokensArgType) *AccessTokenList

NewAccessTokenList instantiates a new AccessTokenList object This constructor will assign default values to properties that have it defined, 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 NewAccessTokenListWithDefaults

func NewAccessTokenListWithDefaults() *AccessTokenList

NewAccessTokenListWithDefaults instantiates a new AccessTokenList object This 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 (*AccessTokenList) GetTokens

func (o *AccessTokenList) GetTokens() (ret AccessTokenListGetTokensRetType)

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

func (*AccessTokenList) GetTokensOk

func (o *AccessTokenList) GetTokensOk() (ret AccessTokenListGetTokensRetType, ok bool)

GetTokensOk returns a tuple with the Tokens 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 (*AccessTokenList) SetTokens

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

func (AccessTokenList) ToMap deprecated

func (o AccessTokenList) 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 AccessTokenListGetTokensArgType deprecated

type AccessTokenListGetTokensArgType = []AccessToken

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

type AccessTokenListGetTokensAttributeType

type AccessTokenListGetTokensAttributeType = *[]AccessToken

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

type AccessTokenListGetTokensRetType deprecated

type AccessTokenListGetTokensRetType = []AccessToken

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

type AccessTokenStatus

type AccessTokenStatus string

AccessTokenStatus the model 'AccessToken' 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
	ACCESSTOKENSTATUS_ACTIVE AccessTokenStatus = "active"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	ACCESSTOKENSTATUS_EXPIRED AccessTokenStatus = "expired"
)

List of Status

func NewAccessTokenStatusFromValue

func NewAccessTokenStatusFromValue(v AccessTokenStatus) (*AccessTokenStatus, error)

NewAccessTokenStatusFromValue returns a pointer to a valid AccessTokenStatus 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 (AccessTokenStatus) IsValid

func (v AccessTokenStatus) 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 (AccessTokenStatus) Ptr

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

func (*AccessTokenStatus) UnmarshalJSON deprecated

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

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

type AccessTokengetExpiresArgType deprecated

type AccessTokengetExpiresArgType = bool

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

type AccessTokengetExpiresAttributeType

type AccessTokengetExpiresAttributeType = *bool

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

type AccessTokengetExpiresRetType deprecated

type AccessTokengetExpiresRetType = bool

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

type ApiCreateAccessTokenRequest deprecated

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

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

type ApiCreateLogsInstanceRequest deprecated

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

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

type ApiDeleteAccessTokenRequest deprecated

type ApiDeleteAccessTokenRequest 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 ApiDeleteAllAccessTokensRequest deprecated

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

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

type ApiDeleteAllExpiredAccessTokensRequest deprecated

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

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

type ApiDeleteLogsInstanceRequest deprecated

type ApiDeleteLogsInstanceRequest 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 ApiGetAccessTokenRequest deprecated added in v0.2.0

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

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

type ApiGetLogsInstanceRequest deprecated

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

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

type ApiListAccessTokensRequest deprecated

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

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

type ApiListLogsInstancesRequest deprecated

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

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

type ApiUpdateAccessTokenRequest deprecated

type ApiUpdateAccessTokenRequest interface {
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	UpdateAccessTokenPayload(updateAccessTokenPayload UpdateAccessTokenPayload) ApiUpdateAccessTokenRequest
	// 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 ApiUpdateLogsInstanceRequest deprecated

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

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

type CreateAccessTokenPayload

type CreateAccessTokenPayload struct {
	// The description of the access token.
	Description CreateAccessTokenPayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The displayed name of the access token.
	// REQUIRED
	DisplayName CreateAccessTokenPayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// A lifetime period for an access token in days. If unset the token will not expire.
	// Can be cast to int32 without loss of precision.
	Lifetime CreateAccessTokenPayloadGetLifetimeAttributeType `json:"lifetime,omitempty"`
	// The access permissions granted to the access token.
	// REQUIRED
	Permissions CreateAccessTokenPayloadGetPermissionsAttributeType `json:"permissions" required:"true"`
}

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

func NewCreateAccessTokenPayload

NewCreateAccessTokenPayload instantiates a new CreateAccessTokenPayload object This constructor will assign default values to properties that have it defined, 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 NewCreateAccessTokenPayloadWithDefaults

func NewCreateAccessTokenPayloadWithDefaults() *CreateAccessTokenPayload

NewCreateAccessTokenPayloadWithDefaults instantiates a new CreateAccessTokenPayload object This 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 (*CreateAccessTokenPayload) 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 (*CreateAccessTokenPayload) 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 (*CreateAccessTokenPayload) 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 (*CreateAccessTokenPayload) 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 (*CreateAccessTokenPayload) GetLifetime

GetLifetime returns the Lifetime 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 (*CreateAccessTokenPayload) GetLifetimeOk

GetLifetimeOk returns a tuple with the Lifetime 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 (*CreateAccessTokenPayload) GetPermissions

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

func (*CreateAccessTokenPayload) GetPermissionsOk

GetPermissionsOk returns a tuple with the Permissions 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 (*CreateAccessTokenPayload) HasDescription

func (o *CreateAccessTokenPayload) 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 (*CreateAccessTokenPayload) HasLifetime

func (o *CreateAccessTokenPayload) HasLifetime() bool

HasLifetime 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 (*CreateAccessTokenPayload) 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 (*CreateAccessTokenPayload) 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 (*CreateAccessTokenPayload) SetLifetime

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

func (*CreateAccessTokenPayload) SetPermissions

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

func (CreateAccessTokenPayload) ToMap deprecated

func (o CreateAccessTokenPayload) 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 CreateAccessTokenPayloadGetDescriptionArgType deprecated

type CreateAccessTokenPayloadGetDescriptionArgType = string

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

type CreateAccessTokenPayloadGetDescriptionAttributeType

type CreateAccessTokenPayloadGetDescriptionAttributeType = *string

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

type CreateAccessTokenPayloadGetDescriptionRetType deprecated

type CreateAccessTokenPayloadGetDescriptionRetType = string

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

type CreateAccessTokenPayloadGetDisplayNameArgType deprecated

type CreateAccessTokenPayloadGetDisplayNameArgType = string

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

type CreateAccessTokenPayloadGetDisplayNameAttributeType

type CreateAccessTokenPayloadGetDisplayNameAttributeType = *string

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

type CreateAccessTokenPayloadGetDisplayNameRetType deprecated

type CreateAccessTokenPayloadGetDisplayNameRetType = string

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

type CreateAccessTokenPayloadGetLifetimeArgType deprecated

type CreateAccessTokenPayloadGetLifetimeArgType = int64

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

type CreateAccessTokenPayloadGetLifetimeAttributeType

type CreateAccessTokenPayloadGetLifetimeAttributeType = *int64

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

type CreateAccessTokenPayloadGetLifetimeRetType deprecated

type CreateAccessTokenPayloadGetLifetimeRetType = int64

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

type CreateAccessTokenPayloadGetPermissionsArgType deprecated

type CreateAccessTokenPayloadGetPermissionsArgType = []string

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

type CreateAccessTokenPayloadGetPermissionsAttributeType

type CreateAccessTokenPayloadGetPermissionsAttributeType = *[]string

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

type CreateAccessTokenPayloadGetPermissionsRetType deprecated

type CreateAccessTokenPayloadGetPermissionsRetType = []string

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

type CreateAccessTokenRequest deprecated

type CreateAccessTokenRequest 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 (CreateAccessTokenRequest) CreateAccessTokenPayload deprecated

func (r CreateAccessTokenRequest) CreateAccessTokenPayload(createAccessTokenPayload CreateAccessTokenPayload) ApiCreateAccessTokenRequest

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

func (CreateAccessTokenRequest) Execute deprecated

func (r CreateAccessTokenRequest) Execute() (*AccessToken, error)

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

type CreateLogsInstancePayload

type CreateLogsInstancePayload struct {
	// The access control list for the Logs instance.
	Acl CreateLogsInstancePayloadGetAclAttributeType `json:"acl,omitempty"`
	// The description of the access token.
	Description CreateLogsInstancePayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The displayed name to distinguish multiple Logs instances.
	// REQUIRED
	DisplayName CreateLogsInstancePayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// The log retention time in days.
	// Can be cast to int32 without loss of precision.
	// REQUIRED
	RetentionDays CreateLogsInstancePayloadGetRetentionDaysAttributeType `json:"retentionDays" required:"true"`
}

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

func NewCreateLogsInstancePayload

NewCreateLogsInstancePayload instantiates a new CreateLogsInstancePayload object This constructor will assign default values to properties that have it defined, 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 NewCreateLogsInstancePayloadWithDefaults

func NewCreateLogsInstancePayloadWithDefaults() *CreateLogsInstancePayload

NewCreateLogsInstancePayloadWithDefaults instantiates a new CreateLogsInstancePayload object This 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 (*CreateLogsInstancePayload) GetAcl

GetAcl returns the Acl 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 (*CreateLogsInstancePayload) GetAclOk

GetAclOk returns a tuple with the Acl 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 (*CreateLogsInstancePayload) 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 (*CreateLogsInstancePayload) 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 (*CreateLogsInstancePayload) 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 (*CreateLogsInstancePayload) 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 (*CreateLogsInstancePayload) GetRetentionDays

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

func (*CreateLogsInstancePayload) GetRetentionDaysOk

GetRetentionDaysOk returns a tuple with the RetentionDays 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 (*CreateLogsInstancePayload) HasAcl

func (o *CreateLogsInstancePayload) HasAcl() bool

HasAcl 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 (*CreateLogsInstancePayload) HasDescription

func (o *CreateLogsInstancePayload) 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 (*CreateLogsInstancePayload) SetAcl

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

func (*CreateLogsInstancePayload) 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 (*CreateLogsInstancePayload) 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 (*CreateLogsInstancePayload) SetRetentionDays

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

func (CreateLogsInstancePayload) ToMap deprecated

func (o CreateLogsInstancePayload) 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 CreateLogsInstancePayloadGetAclArgType deprecated

type CreateLogsInstancePayloadGetAclArgType = []string

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

type CreateLogsInstancePayloadGetAclAttributeType

type CreateLogsInstancePayloadGetAclAttributeType = *[]string

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

type CreateLogsInstancePayloadGetAclRetType deprecated

type CreateLogsInstancePayloadGetAclRetType = []string

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

type CreateLogsInstancePayloadGetDescriptionArgType deprecated

type CreateLogsInstancePayloadGetDescriptionArgType = string

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

type CreateLogsInstancePayloadGetDescriptionAttributeType

type CreateLogsInstancePayloadGetDescriptionAttributeType = *string

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

type CreateLogsInstancePayloadGetDescriptionRetType deprecated

type CreateLogsInstancePayloadGetDescriptionRetType = string

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

type CreateLogsInstancePayloadGetDisplayNameArgType deprecated

type CreateLogsInstancePayloadGetDisplayNameArgType = string

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

type CreateLogsInstancePayloadGetDisplayNameAttributeType

type CreateLogsInstancePayloadGetDisplayNameAttributeType = *string

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

type CreateLogsInstancePayloadGetDisplayNameRetType deprecated

type CreateLogsInstancePayloadGetDisplayNameRetType = string

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

type CreateLogsInstancePayloadGetRetentionDaysArgType deprecated

type CreateLogsInstancePayloadGetRetentionDaysArgType = int64

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

type CreateLogsInstancePayloadGetRetentionDaysAttributeType

type CreateLogsInstancePayloadGetRetentionDaysAttributeType = *int64

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

type CreateLogsInstancePayloadGetRetentionDaysRetType deprecated

type CreateLogsInstancePayloadGetRetentionDaysRetType = int64

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

type CreateLogsInstanceRequest deprecated

type CreateLogsInstanceRequest 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 (CreateLogsInstanceRequest) CreateLogsInstancePayload deprecated

func (r CreateLogsInstanceRequest) CreateLogsInstancePayload(createLogsInstancePayload CreateLogsInstancePayload) ApiCreateLogsInstanceRequest

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

func (CreateLogsInstanceRequest) 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 {
	/*
		CreateAccessToken Create Access Token
		Create a new Logs instance access token

		@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 instanceId The Logs Instance UUID.
		@return ApiCreateAccessTokenRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateAccessToken(ctx context.Context, projectId string, regionId string, instanceId string) ApiCreateAccessTokenRequest
	/*
		CreateAccessTokenExecute 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 instanceId The Logs Instance UUID.
		@return AccessToken

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessToken, error)
	/*
		CreateLogsInstance Create Logs instance
		Creates a new Logs instance 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 ApiCreateLogsInstanceRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateLogsInstance(ctx context.Context, projectId string, regionId string) ApiCreateLogsInstanceRequest
	/*
		CreateLogsInstanceExecute 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 LogsInstance

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	CreateLogsInstanceExecute(ctx context.Context, projectId string, regionId string) (*LogsInstance, error)
	/*
		DeleteAccessToken Delete Access Token
		Deletes a Logs instance access token

		@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 instanceId The Logs Instance UUID.
		@param tId The access token UUID.
		@return ApiDeleteAccessTokenRequest

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

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, tId string) error
	/*
		DeleteAllAccessTokens Delete All Access Tokens
		Deletes all access tokens available for a Logs instance

		@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 instanceId The Logs Instance UUID.
		@return ApiDeleteAllAccessTokensRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteAllAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllAccessTokensRequest
	/*
		DeleteAllAccessTokensExecute 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 instanceId The Logs Instance UUID.
		@return AccessTokenList

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteAllAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)
	/*
		DeleteAllExpiredAccessTokens Deletes all expired access tokens
		Deletes all expired access tokens

		@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 instanceId The Logs Instance UUID.
		@return ApiDeleteAllExpiredAccessTokensRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteAllExpiredAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiDeleteAllExpiredAccessTokensRequest
	/*
		DeleteAllExpiredAccessTokensExecute 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 instanceId The Logs Instance UUID.
		@return AccessTokenList

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteAllExpiredAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)
	/*
		DeleteLogsInstance Delete Logs instance
		Deletes the given Logs instance.

		@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 instanceId The Logs Instance UUID.
		@return ApiDeleteLogsInstanceRequest

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

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	DeleteLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) error
	/*
		GetAccessToken Get Access Token
		Get the information of the given access token.

		@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 instanceId The Logs Instance UUID.
		@param tId The access token UUID.
		@return ApiGetAccessTokenRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetAccessToken(ctx context.Context, projectId string, regionId string, instanceId string, tId string) ApiGetAccessTokenRequest
	/*
		GetAccessTokenExecute 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 instanceId The Logs Instance UUID.
		@param tId The access token UUID.
		@return AccessToken

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, tId string) (*AccessToken, error)
	/*
		GetLogsInstance Get Logs Instance
		Returns the details for the given Logs instance.

		@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 instanceId The Logs Instance UUID.
		@return ApiGetLogsInstanceRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiGetLogsInstanceRequest
	/*
		GetLogsInstanceExecute 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 instanceId The Logs Instance UUID.
		@return LogsInstance

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	GetLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*LogsInstance, error)
	/*
		ListAccessTokens List Access Tokens
		Returns a list of access tokens created for a Logs instance

		@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 instanceId The Logs Instance UUID.
		@return ApiListAccessTokensRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListAccessTokens(ctx context.Context, projectId string, regionId string, instanceId string) ApiListAccessTokensRequest
	/*
		ListAccessTokensExecute 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 instanceId The Logs Instance UUID.
		@return AccessTokenList

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListAccessTokensExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*AccessTokenList, error)
	/*
		ListLogsInstances List Logs instances
		Returns a list of all Logs instances 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 ApiListLogsInstancesRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListLogsInstances(ctx context.Context, projectId string, regionId string) ApiListLogsInstancesRequest
	/*
		ListLogsInstancesExecute 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 LogsInstancesList

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	ListLogsInstancesExecute(ctx context.Context, projectId string, regionId string) (*LogsInstancesList, error)
	/*
		UpdateAccessToken Update Access Token
		Updates the given access token.

		@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 instanceId The Logs Instance UUID.
		@param tId The access token UUID.
		@return ApiUpdateAccessTokenRequest

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

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	UpdateAccessTokenExecute(ctx context.Context, projectId string, regionId string, instanceId string, tId string) error
	/*
		UpdateLogsInstance Update Logs instance
		Updates the given Logs instance.

		@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 instanceId The Logs Instance UUID.
		@return ApiUpdateLogsInstanceRequest

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	UpdateLogsInstance(ctx context.Context, projectId string, regionId string, instanceId string) ApiUpdateLogsInstanceRequest
	/*
		UpdateLogsInstanceExecute 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 instanceId The Logs Instance UUID.
		@return LogsInstance

		// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	*/
	UpdateLogsInstanceExecute(ctx context.Context, projectId string, regionId string, instanceId string) (*LogsInstance, 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 DeleteAccessTokenRequest deprecated

type DeleteAccessTokenRequest 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 (DeleteAccessTokenRequest) Execute deprecated

func (r DeleteAccessTokenRequest) Execute() error

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

type DeleteAllAccessTokensRequest deprecated

type DeleteAllAccessTokensRequest 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 (DeleteAllAccessTokensRequest) Execute deprecated

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

type DeleteAllExpiredAccessTokensRequest deprecated

type DeleteAllExpiredAccessTokensRequest 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 (DeleteAllExpiredAccessTokensRequest) Execute deprecated

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

type DeleteLogsInstanceRequest deprecated

type DeleteLogsInstanceRequest 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 (DeleteLogsInstanceRequest) Execute deprecated

func (r DeleteLogsInstanceRequest) Execute() error

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

type GetAccessTokenRequest deprecated added in v0.2.0

type GetAccessTokenRequest 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 (GetAccessTokenRequest) Execute deprecated added in v0.2.0

func (r GetAccessTokenRequest) Execute() (*AccessToken, error)

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

type GetLogsInstanceRequest deprecated

type GetLogsInstanceRequest 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 (GetLogsInstanceRequest) Execute deprecated

func (r GetLogsInstanceRequest) Execute() (*LogsInstance, error)

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

type ListAccessTokensRequest deprecated

type ListAccessTokensRequest 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 (ListAccessTokensRequest) Execute deprecated

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

type ListLogsInstancesRequest deprecated

type ListLogsInstancesRequest 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 (ListLogsInstancesRequest) Execute deprecated

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

type LogsInstance

type LogsInstance struct {
	// The access control list for the Logs instance.
	Acl LogsInstanceGetAclAttributeType `json:"acl,omitempty"`
	// The date and time the creation of the Logs instance was triggered.
	// REQUIRED
	Created LogsInstanceGetCreatedAttributeType `json:"created" required:"true"`
	// The Logs instance's datasource URL, can be used in Grafana as a datasource URL
	DatasourceUrl LogsInstanceGetDatasourceUrlAttributeType `json:"datasourceUrl,omitempty"`
	// The description of the Logs instance.
	Description LogsInstanceGetDescriptionAttributeType `json:"description,omitempty"`
	// The displayed name of the Logs instance.
	// REQUIRED
	DisplayName LogsInstanceGetDisplayNameAttributeType `json:"displayName" required:"true"`
	// A auto generated unique id which identifies the Logs instance.
	// REQUIRED
	Id LogsInstanceGetIdAttributeType `json:"id" required:"true"`
	// The Logs instance's ingest logs via OTLP URL
	IngestOtlpUrl LogsInstanceGetIngestOtlpUrlAttributeType `json:"ingestOtlpUrl,omitempty"`
	// The Logs instance's ingest logs URL
	IngestUrl LogsInstanceGetIngestUrlAttributeType `json:"ingestUrl,omitempty"`
	// The Logs instance's query range URL
	QueryRangeUrl LogsInstanceGetQueryRangeUrlAttributeType `json:"queryRangeUrl,omitempty"`
	// The Logs instance's query  URL
	QueryUrl LogsInstanceGetQueryUrlAttributeType `json:"queryUrl,omitempty"`
	// The log retention time in days.
	// Can be cast to int32 without loss of precision.
	// REQUIRED
	RetentionDays LogsInstanceGetRetentionDaysAttributeType `json:"retentionDays" required:"true"`
	// The current status of the Logs instance.
	// REQUIRED
	Status LogsInstanceGetStatusAttributeType `json:"status" required:"true"`
}

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

func NewLogsInstance

NewLogsInstance instantiates a new LogsInstance object This constructor will assign default values to properties that have it defined, 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 NewLogsInstanceWithDefaults

func NewLogsInstanceWithDefaults() *LogsInstance

NewLogsInstanceWithDefaults instantiates a new LogsInstance object This 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 (*LogsInstance) GetAcl

func (o *LogsInstance) GetAcl() (res LogsInstanceGetAclRetType)

GetAcl returns the Acl 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 (*LogsInstance) GetAclOk

func (o *LogsInstance) GetAclOk() (ret LogsInstanceGetAclRetType, ok bool)

GetAclOk returns a tuple with the Acl 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 (*LogsInstance) GetCreated

func (o *LogsInstance) GetCreated() (ret LogsInstanceGetCreatedRetType)

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

func (*LogsInstance) GetCreatedOk

func (o *LogsInstance) GetCreatedOk() (ret LogsInstanceGetCreatedRetType, ok bool)

GetCreatedOk returns a tuple with the Created 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 (*LogsInstance) GetDatasourceUrl

func (o *LogsInstance) GetDatasourceUrl() (res LogsInstanceGetDatasourceUrlRetType)

GetDatasourceUrl returns the DatasourceUrl 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 (*LogsInstance) GetDatasourceUrlOk

func (o *LogsInstance) GetDatasourceUrlOk() (ret LogsInstanceGetDatasourceUrlRetType, ok bool)

GetDatasourceUrlOk returns a tuple with the DatasourceUrl 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 (*LogsInstance) GetDescription

func (o *LogsInstance) GetDescription() (res LogsInstanceGetDescriptionRetType)

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 (*LogsInstance) GetDescriptionOk

func (o *LogsInstance) GetDescriptionOk() (ret LogsInstanceGetDescriptionRetType, 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 (*LogsInstance) GetDisplayName

func (o *LogsInstance) GetDisplayName() (ret LogsInstanceGetDisplayNameRetType)

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 (*LogsInstance) GetDisplayNameOk

func (o *LogsInstance) GetDisplayNameOk() (ret LogsInstanceGetDisplayNameRetType, 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 (*LogsInstance) GetId

func (o *LogsInstance) GetId() (ret LogsInstanceGetIdRetType)

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 (*LogsInstance) GetIdOk

func (o *LogsInstance) GetIdOk() (ret LogsInstanceGetIdRetType, 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 (*LogsInstance) GetIngestOtlpUrl

func (o *LogsInstance) GetIngestOtlpUrl() (res LogsInstanceGetIngestOtlpUrlRetType)

GetIngestOtlpUrl returns the IngestOtlpUrl 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 (*LogsInstance) GetIngestOtlpUrlOk

func (o *LogsInstance) GetIngestOtlpUrlOk() (ret LogsInstanceGetIngestOtlpUrlRetType, ok bool)

GetIngestOtlpUrlOk returns a tuple with the IngestOtlpUrl 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 (*LogsInstance) GetIngestUrl

func (o *LogsInstance) GetIngestUrl() (res LogsInstanceGetIngestUrlRetType)

GetIngestUrl returns the IngestUrl 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 (*LogsInstance) GetIngestUrlOk

func (o *LogsInstance) GetIngestUrlOk() (ret LogsInstanceGetIngestUrlRetType, ok bool)

GetIngestUrlOk returns a tuple with the IngestUrl 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 (*LogsInstance) GetQueryRangeUrl

func (o *LogsInstance) GetQueryRangeUrl() (res LogsInstanceGetQueryRangeUrlRetType)

GetQueryRangeUrl returns the QueryRangeUrl 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 (*LogsInstance) GetQueryRangeUrlOk

func (o *LogsInstance) GetQueryRangeUrlOk() (ret LogsInstanceGetQueryRangeUrlRetType, ok bool)

GetQueryRangeUrlOk returns a tuple with the QueryRangeUrl 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 (*LogsInstance) GetQueryUrl

func (o *LogsInstance) GetQueryUrl() (res LogsInstanceGetQueryUrlRetType)

GetQueryUrl returns the QueryUrl 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 (*LogsInstance) GetQueryUrlOk

func (o *LogsInstance) GetQueryUrlOk() (ret LogsInstanceGetQueryUrlRetType, ok bool)

GetQueryUrlOk returns a tuple with the QueryUrl 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 (*LogsInstance) GetRetentionDays

func (o *LogsInstance) GetRetentionDays() (ret LogsInstanceGetRetentionDaysRetType)

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

func (*LogsInstance) GetRetentionDaysOk

func (o *LogsInstance) GetRetentionDaysOk() (ret LogsInstanceGetRetentionDaysRetType, ok bool)

GetRetentionDaysOk returns a tuple with the RetentionDays 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 (*LogsInstance) GetStatus

func (o *LogsInstance) GetStatus() (ret LogsInstanceGetStatusRetType)

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

func (*LogsInstance) GetStatusOk

func (o *LogsInstance) GetStatusOk() (ret LogsInstanceGetStatusRetType, ok bool)

GetStatusOk returns a tuple with the Status 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 (*LogsInstance) HasAcl

func (o *LogsInstance) HasAcl() bool

HasAcl 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 (*LogsInstance) HasDatasourceUrl

func (o *LogsInstance) HasDatasourceUrl() bool

HasDatasourceUrl 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 (*LogsInstance) HasDescription

func (o *LogsInstance) 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 (*LogsInstance) HasIngestOtlpUrl

func (o *LogsInstance) HasIngestOtlpUrl() bool

HasIngestOtlpUrl 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 (*LogsInstance) HasIngestUrl

func (o *LogsInstance) HasIngestUrl() bool

HasIngestUrl 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 (*LogsInstance) HasQueryRangeUrl

func (o *LogsInstance) HasQueryRangeUrl() bool

HasQueryRangeUrl 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 (*LogsInstance) HasQueryUrl

func (o *LogsInstance) HasQueryUrl() bool

HasQueryUrl 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 (*LogsInstance) SetAcl

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

func (*LogsInstance) SetCreated

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

func (*LogsInstance) SetDatasourceUrl

func (o *LogsInstance) SetDatasourceUrl(v LogsInstanceGetDatasourceUrlRetType)

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

func (*LogsInstance) SetDescription

func (o *LogsInstance) SetDescription(v LogsInstanceGetDescriptionRetType)

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 (*LogsInstance) SetDisplayName

func (o *LogsInstance) SetDisplayName(v LogsInstanceGetDisplayNameRetType)

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

func (*LogsInstance) 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 (*LogsInstance) SetIngestOtlpUrl

func (o *LogsInstance) SetIngestOtlpUrl(v LogsInstanceGetIngestOtlpUrlRetType)

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

func (*LogsInstance) SetIngestUrl

func (o *LogsInstance) SetIngestUrl(v LogsInstanceGetIngestUrlRetType)

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

func (*LogsInstance) SetQueryRangeUrl

func (o *LogsInstance) SetQueryRangeUrl(v LogsInstanceGetQueryRangeUrlRetType)

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

func (*LogsInstance) SetQueryUrl

func (o *LogsInstance) SetQueryUrl(v LogsInstanceGetQueryUrlRetType)

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

func (*LogsInstance) SetRetentionDays

func (o *LogsInstance) SetRetentionDays(v LogsInstanceGetRetentionDaysRetType)

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

func (*LogsInstance) SetStatus

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

func (LogsInstance) ToMap deprecated

func (o LogsInstance) 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 LogsInstanceGetAclArgType deprecated

type LogsInstanceGetAclArgType = []string

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

type LogsInstanceGetAclAttributeType

type LogsInstanceGetAclAttributeType = *[]string

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

type LogsInstanceGetAclRetType deprecated

type LogsInstanceGetAclRetType = []string

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

type LogsInstanceGetCreatedArgType deprecated

type LogsInstanceGetCreatedArgType = time.Time

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

type LogsInstanceGetCreatedAttributeType

type LogsInstanceGetCreatedAttributeType = *time.Time

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

type LogsInstanceGetCreatedRetType deprecated

type LogsInstanceGetCreatedRetType = time.Time

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

type LogsInstanceGetDatasourceUrlArgType deprecated

type LogsInstanceGetDatasourceUrlArgType = string

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

type LogsInstanceGetDatasourceUrlAttributeType

type LogsInstanceGetDatasourceUrlAttributeType = *string

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

type LogsInstanceGetDatasourceUrlRetType deprecated

type LogsInstanceGetDatasourceUrlRetType = string

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

type LogsInstanceGetDescriptionArgType deprecated

type LogsInstanceGetDescriptionArgType = string

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

type LogsInstanceGetDescriptionAttributeType

type LogsInstanceGetDescriptionAttributeType = *string

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

type LogsInstanceGetDescriptionRetType deprecated

type LogsInstanceGetDescriptionRetType = string

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

type LogsInstanceGetDisplayNameArgType deprecated

type LogsInstanceGetDisplayNameArgType = string

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

type LogsInstanceGetDisplayNameAttributeType

type LogsInstanceGetDisplayNameAttributeType = *string

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

type LogsInstanceGetDisplayNameRetType deprecated

type LogsInstanceGetDisplayNameRetType = string

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

type LogsInstanceGetIdArgType deprecated

type LogsInstanceGetIdArgType = string

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

type LogsInstanceGetIdAttributeType

type LogsInstanceGetIdAttributeType = *string

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

type LogsInstanceGetIdRetType deprecated

type LogsInstanceGetIdRetType = string

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

type LogsInstanceGetIngestOtlpUrlArgType deprecated

type LogsInstanceGetIngestOtlpUrlArgType = string

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

type LogsInstanceGetIngestOtlpUrlAttributeType

type LogsInstanceGetIngestOtlpUrlAttributeType = *string

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

type LogsInstanceGetIngestOtlpUrlRetType deprecated

type LogsInstanceGetIngestOtlpUrlRetType = string

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

type LogsInstanceGetIngestUrlArgType deprecated

type LogsInstanceGetIngestUrlArgType = string

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

type LogsInstanceGetIngestUrlAttributeType

type LogsInstanceGetIngestUrlAttributeType = *string

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

type LogsInstanceGetIngestUrlRetType deprecated

type LogsInstanceGetIngestUrlRetType = string

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

type LogsInstanceGetQueryRangeUrlArgType deprecated

type LogsInstanceGetQueryRangeUrlArgType = string

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

type LogsInstanceGetQueryRangeUrlAttributeType

type LogsInstanceGetQueryRangeUrlAttributeType = *string

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

type LogsInstanceGetQueryRangeUrlRetType deprecated

type LogsInstanceGetQueryRangeUrlRetType = string

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

type LogsInstanceGetQueryUrlArgType deprecated

type LogsInstanceGetQueryUrlArgType = string

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

type LogsInstanceGetQueryUrlAttributeType

type LogsInstanceGetQueryUrlAttributeType = *string

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

type LogsInstanceGetQueryUrlRetType deprecated

type LogsInstanceGetQueryUrlRetType = string

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

type LogsInstanceGetRetentionDaysArgType deprecated

type LogsInstanceGetRetentionDaysArgType = int64

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

type LogsInstanceGetRetentionDaysAttributeType

type LogsInstanceGetRetentionDaysAttributeType = *int64

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

type LogsInstanceGetRetentionDaysRetType deprecated

type LogsInstanceGetRetentionDaysRetType = int64

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

type LogsInstanceGetStatusArgType deprecated

type LogsInstanceGetStatusArgType = LogsInstanceStatus

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

type LogsInstanceGetStatusAttributeType deprecated

type LogsInstanceGetStatusAttributeType = *LogsInstanceStatus

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

type LogsInstanceGetStatusRetType deprecated

type LogsInstanceGetStatusRetType = LogsInstanceStatus

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

type LogsInstanceStatus

type LogsInstanceStatus string

LogsInstanceStatus The current status of the Logs instance. 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
	LOGSINSTANCESTATUS_ACTIVE LogsInstanceStatus = "active"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	LOGSINSTANCESTATUS_DELETING LogsInstanceStatus = "deleting"
	// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
	LOGSINSTANCESTATUS_RECONCILING LogsInstanceStatus = "reconciling"
)

List of Status

func NewLogsInstanceStatusFromValue

func NewLogsInstanceStatusFromValue(v LogsInstanceStatus) (*LogsInstanceStatus, error)

NewLogsInstanceStatusFromValue returns a pointer to a valid LogsInstanceStatus 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 (LogsInstanceStatus) IsValid

func (v LogsInstanceStatus) 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 (LogsInstanceStatus) Ptr

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

func (*LogsInstanceStatus) UnmarshalJSON deprecated

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

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

type LogsInstancesList

type LogsInstancesList struct {
	// REQUIRED
	Instances LogsInstancesListGetInstancesAttributeType `json:"instances" required:"true"`
}

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

func NewLogsInstancesList

func NewLogsInstancesList(instances LogsInstancesListGetInstancesArgType) *LogsInstancesList

NewLogsInstancesList instantiates a new LogsInstancesList object This constructor will assign default values to properties that have it defined, 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 NewLogsInstancesListWithDefaults

func NewLogsInstancesListWithDefaults() *LogsInstancesList

NewLogsInstancesListWithDefaults instantiates a new LogsInstancesList object This 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 (*LogsInstancesList) GetInstances

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

func (*LogsInstancesList) GetInstancesOk

func (o *LogsInstancesList) GetInstancesOk() (ret LogsInstancesListGetInstancesRetType, ok bool)

GetInstancesOk returns a tuple with the Instances 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 (*LogsInstancesList) SetInstances

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

func (LogsInstancesList) ToMap deprecated

func (o LogsInstancesList) 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 LogsInstancesListGetInstancesArgType deprecated

type LogsInstancesListGetInstancesArgType = []LogsInstance

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

type LogsInstancesListGetInstancesAttributeType

type LogsInstancesListGetInstancesAttributeType = *[]LogsInstance

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

type LogsInstancesListGetInstancesRetType deprecated

type LogsInstancesListGetInstancesRetType = []LogsInstance

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 NullableAccessToken deprecated

type NullableAccessToken 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 NewNullableAccessToken deprecated

func NewNullableAccessToken(val *AccessToken) *NullableAccessToken

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

func (NullableAccessToken) Get deprecated

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

func (NullableAccessToken) IsSet deprecated

func (v NullableAccessToken) IsSet() bool

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

func (NullableAccessToken) MarshalJSON deprecated

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

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

func (*NullableAccessToken) Set deprecated

func (v *NullableAccessToken) Set(val *AccessToken)

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

func (*NullableAccessToken) UnmarshalJSON deprecated

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

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

func (*NullableAccessToken) Unset deprecated

func (v *NullableAccessToken) Unset()

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

type NullableAccessTokenList deprecated

type NullableAccessTokenList 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 NewNullableAccessTokenList deprecated

func NewNullableAccessTokenList(val *AccessTokenList) *NullableAccessTokenList

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

func (NullableAccessTokenList) Get deprecated

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

func (NullableAccessTokenList) IsSet deprecated

func (v NullableAccessTokenList) IsSet() bool

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

func (NullableAccessTokenList) MarshalJSON deprecated

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

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

func (*NullableAccessTokenList) Set deprecated

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

func (*NullableAccessTokenList) UnmarshalJSON deprecated

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

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

func (*NullableAccessTokenList) Unset deprecated

func (v *NullableAccessTokenList) Unset()

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

type NullableAccessTokenStatus deprecated

type NullableAccessTokenStatus 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 NewNullableAccessTokenStatus deprecated

func NewNullableAccessTokenStatus(val *AccessTokenStatus) *NullableAccessTokenStatus

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

func (NullableAccessTokenStatus) Get deprecated

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

func (NullableAccessTokenStatus) IsSet deprecated

func (v NullableAccessTokenStatus) IsSet() bool

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

func (NullableAccessTokenStatus) MarshalJSON deprecated

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

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

func (*NullableAccessTokenStatus) Set deprecated

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

func (*NullableAccessTokenStatus) UnmarshalJSON deprecated

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

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

func (*NullableAccessTokenStatus) Unset deprecated

func (v *NullableAccessTokenStatus) Unset()

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 NullableCreateAccessTokenPayload deprecated

type NullableCreateAccessTokenPayload 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 NewNullableCreateAccessTokenPayload deprecated

func NewNullableCreateAccessTokenPayload(val *CreateAccessTokenPayload) *NullableCreateAccessTokenPayload

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

func (NullableCreateAccessTokenPayload) Get deprecated

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

func (NullableCreateAccessTokenPayload) IsSet deprecated

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

func (NullableCreateAccessTokenPayload) MarshalJSON deprecated

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

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

func (*NullableCreateAccessTokenPayload) Set deprecated

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

func (*NullableCreateAccessTokenPayload) UnmarshalJSON deprecated

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

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

func (*NullableCreateAccessTokenPayload) Unset deprecated

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

type NullableCreateLogsInstancePayload deprecated

type NullableCreateLogsInstancePayload 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 NewNullableCreateLogsInstancePayload deprecated

func NewNullableCreateLogsInstancePayload(val *CreateLogsInstancePayload) *NullableCreateLogsInstancePayload

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

func (NullableCreateLogsInstancePayload) Get deprecated

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

func (NullableCreateLogsInstancePayload) IsSet deprecated

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

func (NullableCreateLogsInstancePayload) MarshalJSON deprecated

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

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

func (*NullableCreateLogsInstancePayload) Set deprecated

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

func (*NullableCreateLogsInstancePayload) UnmarshalJSON deprecated

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

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

func (*NullableCreateLogsInstancePayload) Unset deprecated

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 NullableLogsInstance deprecated

type NullableLogsInstance 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 NewNullableLogsInstance deprecated

func NewNullableLogsInstance(val *LogsInstance) *NullableLogsInstance

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

func (NullableLogsInstance) Get deprecated

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

func (NullableLogsInstance) IsSet deprecated

func (v NullableLogsInstance) IsSet() bool

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

func (NullableLogsInstance) MarshalJSON deprecated

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

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

func (*NullableLogsInstance) Set deprecated

func (v *NullableLogsInstance) Set(val *LogsInstance)

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

func (*NullableLogsInstance) UnmarshalJSON deprecated

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

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

func (*NullableLogsInstance) Unset deprecated

func (v *NullableLogsInstance) Unset()

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

type NullableLogsInstanceStatus deprecated

type NullableLogsInstanceStatus 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 NewNullableLogsInstanceStatus deprecated

func NewNullableLogsInstanceStatus(val *LogsInstanceStatus) *NullableLogsInstanceStatus

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

func (NullableLogsInstanceStatus) Get deprecated

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

func (NullableLogsInstanceStatus) IsSet deprecated

func (v NullableLogsInstanceStatus) IsSet() bool

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

func (NullableLogsInstanceStatus) MarshalJSON deprecated

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

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

func (*NullableLogsInstanceStatus) Set deprecated

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

func (*NullableLogsInstanceStatus) UnmarshalJSON deprecated

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

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

func (*NullableLogsInstanceStatus) Unset deprecated

func (v *NullableLogsInstanceStatus) Unset()

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

type NullableLogsInstancesList deprecated

type NullableLogsInstancesList 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 NewNullableLogsInstancesList deprecated

func NewNullableLogsInstancesList(val *LogsInstancesList) *NullableLogsInstancesList

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

func (NullableLogsInstancesList) Get deprecated

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

func (NullableLogsInstancesList) IsSet deprecated

func (v NullableLogsInstancesList) IsSet() bool

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

func (NullableLogsInstancesList) MarshalJSON deprecated

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

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

func (*NullableLogsInstancesList) Set deprecated

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

func (*NullableLogsInstancesList) UnmarshalJSON deprecated

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

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

func (*NullableLogsInstancesList) Unset deprecated

func (v *NullableLogsInstancesList) 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 NullableUpdateAccessTokenPayload deprecated

type NullableUpdateAccessTokenPayload 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 NewNullableUpdateAccessTokenPayload deprecated

func NewNullableUpdateAccessTokenPayload(val *UpdateAccessTokenPayload) *NullableUpdateAccessTokenPayload

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

func (NullableUpdateAccessTokenPayload) Get deprecated

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

func (NullableUpdateAccessTokenPayload) IsSet deprecated

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

func (NullableUpdateAccessTokenPayload) MarshalJSON deprecated

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

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

func (*NullableUpdateAccessTokenPayload) Set deprecated

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

func (*NullableUpdateAccessTokenPayload) UnmarshalJSON deprecated

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

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

func (*NullableUpdateAccessTokenPayload) Unset deprecated

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

type NullableUpdateLogsInstancePayload deprecated

type NullableUpdateLogsInstancePayload 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 NewNullableUpdateLogsInstancePayload deprecated

func NewNullableUpdateLogsInstancePayload(val *UpdateLogsInstancePayload) *NullableUpdateLogsInstancePayload

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

func (NullableUpdateLogsInstancePayload) Get deprecated

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

func (NullableUpdateLogsInstancePayload) IsSet deprecated

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

func (NullableUpdateLogsInstancePayload) MarshalJSON deprecated

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

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

func (*NullableUpdateLogsInstancePayload) Set deprecated

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

func (*NullableUpdateLogsInstancePayload) UnmarshalJSON deprecated

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

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

func (*NullableUpdateLogsInstancePayload) Unset deprecated

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 UpdateAccessTokenPayload

type UpdateAccessTokenPayload struct {
	// The description of the access token.
	Description UpdateAccessTokenPayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The displayed name of the access token.
	DisplayName UpdateAccessTokenPayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
}

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

func NewUpdateAccessTokenPayload

func NewUpdateAccessTokenPayload() *UpdateAccessTokenPayload

NewUpdateAccessTokenPayload instantiates a new UpdateAccessTokenPayload object This constructor will assign default values to properties that have it defined, 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 NewUpdateAccessTokenPayloadWithDefaults

func NewUpdateAccessTokenPayloadWithDefaults() *UpdateAccessTokenPayload

NewUpdateAccessTokenPayloadWithDefaults instantiates a new UpdateAccessTokenPayload object This 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 (*UpdateAccessTokenPayload) 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 (*UpdateAccessTokenPayload) 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 (*UpdateAccessTokenPayload) 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 (*UpdateAccessTokenPayload) 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 (*UpdateAccessTokenPayload) HasDescription

func (o *UpdateAccessTokenPayload) 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 (*UpdateAccessTokenPayload) HasDisplayName

func (o *UpdateAccessTokenPayload) 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 (*UpdateAccessTokenPayload) 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 (*UpdateAccessTokenPayload) 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 (UpdateAccessTokenPayload) ToMap deprecated

func (o UpdateAccessTokenPayload) 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 UpdateAccessTokenPayloadGetDescriptionArgType deprecated

type UpdateAccessTokenPayloadGetDescriptionArgType = string

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

type UpdateAccessTokenPayloadGetDescriptionAttributeType

type UpdateAccessTokenPayloadGetDescriptionAttributeType = *string

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

type UpdateAccessTokenPayloadGetDescriptionRetType deprecated

type UpdateAccessTokenPayloadGetDescriptionRetType = string

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

type UpdateAccessTokenPayloadGetDisplayNameArgType deprecated

type UpdateAccessTokenPayloadGetDisplayNameArgType = string

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

type UpdateAccessTokenPayloadGetDisplayNameAttributeType

type UpdateAccessTokenPayloadGetDisplayNameAttributeType = *string

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

type UpdateAccessTokenPayloadGetDisplayNameRetType deprecated

type UpdateAccessTokenPayloadGetDisplayNameRetType = string

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

type UpdateAccessTokenRequest deprecated

type UpdateAccessTokenRequest 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 (UpdateAccessTokenRequest) Execute deprecated

func (r UpdateAccessTokenRequest) Execute() error

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

func (UpdateAccessTokenRequest) UpdateAccessTokenPayload deprecated

func (r UpdateAccessTokenRequest) UpdateAccessTokenPayload(updateAccessTokenPayload UpdateAccessTokenPayload) ApiUpdateAccessTokenRequest

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

type UpdateLogsInstancePayload

type UpdateLogsInstancePayload struct {
	// The access control list for the Logs instance.
	Acl UpdateLogsInstancePayloadGetAclAttributeType `json:"acl,omitempty"`
	// The description of the Logs instance.
	Description UpdateLogsInstancePayloadGetDescriptionAttributeType `json:"description,omitempty"`
	// The displayed name to distinguish multiple Logs instances.
	DisplayName UpdateLogsInstancePayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
	// The log retention time in days.
	// Can be cast to int32 without loss of precision.
	RetentionDays UpdateLogsInstancePayloadGetRetentionDaysAttributeType `json:"retentionDays,omitempty"`
}

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

func NewUpdateLogsInstancePayload

func NewUpdateLogsInstancePayload() *UpdateLogsInstancePayload

NewUpdateLogsInstancePayload instantiates a new UpdateLogsInstancePayload object This constructor will assign default values to properties that have it defined, 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 NewUpdateLogsInstancePayloadWithDefaults

func NewUpdateLogsInstancePayloadWithDefaults() *UpdateLogsInstancePayload

NewUpdateLogsInstancePayloadWithDefaults instantiates a new UpdateLogsInstancePayload object This 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 (*UpdateLogsInstancePayload) GetAcl

GetAcl returns the Acl 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 (*UpdateLogsInstancePayload) GetAclOk

GetAclOk returns a tuple with the Acl 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 (*UpdateLogsInstancePayload) 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 (*UpdateLogsInstancePayload) 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 (*UpdateLogsInstancePayload) 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 (*UpdateLogsInstancePayload) 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 (*UpdateLogsInstancePayload) GetRetentionDays

GetRetentionDays returns the RetentionDays 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 (*UpdateLogsInstancePayload) GetRetentionDaysOk

GetRetentionDaysOk returns a tuple with the RetentionDays 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 (*UpdateLogsInstancePayload) HasAcl

func (o *UpdateLogsInstancePayload) HasAcl() bool

HasAcl 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 (*UpdateLogsInstancePayload) HasDescription

func (o *UpdateLogsInstancePayload) 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 (*UpdateLogsInstancePayload) HasDisplayName

func (o *UpdateLogsInstancePayload) 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 (*UpdateLogsInstancePayload) HasRetentionDays

func (o *UpdateLogsInstancePayload) HasRetentionDays() bool

HasRetentionDays 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 (*UpdateLogsInstancePayload) SetAcl

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

func (*UpdateLogsInstancePayload) 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 (*UpdateLogsInstancePayload) 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 (*UpdateLogsInstancePayload) SetRetentionDays

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

func (UpdateLogsInstancePayload) ToMap deprecated

func (o UpdateLogsInstancePayload) 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 UpdateLogsInstancePayloadGetAclArgType deprecated

type UpdateLogsInstancePayloadGetAclArgType = []string

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

type UpdateLogsInstancePayloadGetAclAttributeType

type UpdateLogsInstancePayloadGetAclAttributeType = *[]string

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

type UpdateLogsInstancePayloadGetAclRetType deprecated

type UpdateLogsInstancePayloadGetAclRetType = []string

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

type UpdateLogsInstancePayloadGetDescriptionArgType deprecated

type UpdateLogsInstancePayloadGetDescriptionArgType = string

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

type UpdateLogsInstancePayloadGetDescriptionAttributeType

type UpdateLogsInstancePayloadGetDescriptionAttributeType = *string

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

type UpdateLogsInstancePayloadGetDescriptionRetType deprecated

type UpdateLogsInstancePayloadGetDescriptionRetType = string

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

type UpdateLogsInstancePayloadGetDisplayNameArgType deprecated

type UpdateLogsInstancePayloadGetDisplayNameArgType = string

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

type UpdateLogsInstancePayloadGetDisplayNameAttributeType

type UpdateLogsInstancePayloadGetDisplayNameAttributeType = *string

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

type UpdateLogsInstancePayloadGetDisplayNameRetType deprecated

type UpdateLogsInstancePayloadGetDisplayNameRetType = string

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

type UpdateLogsInstancePayloadGetRetentionDaysArgType deprecated

type UpdateLogsInstancePayloadGetRetentionDaysArgType = int64

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

type UpdateLogsInstancePayloadGetRetentionDaysAttributeType

type UpdateLogsInstancePayloadGetRetentionDaysAttributeType = *int64

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

type UpdateLogsInstancePayloadGetRetentionDaysRetType deprecated

type UpdateLogsInstancePayloadGetRetentionDaysRetType = int64

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

type UpdateLogsInstanceRequest deprecated

type UpdateLogsInstanceRequest 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 (UpdateLogsInstanceRequest) Execute deprecated

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

func (UpdateLogsInstanceRequest) UpdateLogsInstancePayload deprecated

func (r UpdateLogsInstanceRequest) UpdateLogsInstancePayload(updateLogsInstancePayload UpdateLogsInstancePayload) ApiUpdateLogsInstanceRequest

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.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
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