openapi

package
v0.0.0-...-987a61a Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionResponse

type ActionResponse struct {
	// success or failure
	Success *bool `json:"success,omitempty"`
}

ActionResponse struct for ActionResponse

func NewActionResponse

func NewActionResponse() *ActionResponse

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

func NewActionResponseWithDefaults

func NewActionResponseWithDefaults() *ActionResponse

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

func (*ActionResponse) GetSuccess

func (o *ActionResponse) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*ActionResponse) GetSuccessOk

func (o *ActionResponse) GetSuccessOk() (*bool, bool)

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

func (*ActionResponse) HasSuccess

func (o *ActionResponse) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (ActionResponse) MarshalJSON

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

func (*ActionResponse) SetSuccess

func (o *ActionResponse) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

type ApiToken

type ApiToken struct {
	// Id of api-token
	Id *int32 `json:"id,omitempty"`
	// User Id associated with api-token
	UserId *int32 `json:"userId,omitempty"`
	// EmailId of that api-token user
	UserIdentifier *string `json:"userIdentifier,omitempty"`
	// Name of api-token
	Name *string `json:"name,omitempty"`
	// Description of api-token
	Description *string `json:"description,omitempty"`
	// Expiration time of api-token in milliseconds
	ExpireAtInMs *int64 `json:"expireAtInMs,omitempty"`
	// Token of that api-token
	Token *string `json:"token,omitempty"`
	// Date of Last used of this token
	LastUsedAt *string `json:"lastUsedAt,omitempty"`
	// token last used by IP
	LastUsedByIp *string `json:"lastUsedByIp,omitempty"`
	// token last updatedAt
	UpdatedAt *string `json:"updatedAt,omitempty"`
}

ApiToken struct for ApiToken

func NewApiToken

func NewApiToken() *ApiToken

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

func NewApiTokenWithDefaults

func NewApiTokenWithDefaults() *ApiToken

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

func (*ApiToken) GetDescription

func (o *ApiToken) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ApiToken) GetDescriptionOk

func (o *ApiToken) GetDescriptionOk() (*string, 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.

func (*ApiToken) GetExpireAtInMs

func (o *ApiToken) GetExpireAtInMs() int64

GetExpireAtInMs returns the ExpireAtInMs field value if set, zero value otherwise.

func (*ApiToken) GetExpireAtInMsOk

func (o *ApiToken) GetExpireAtInMsOk() (*int64, bool)

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

func (*ApiToken) GetId

func (o *ApiToken) GetId() int32

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

func (*ApiToken) GetIdOk

func (o *ApiToken) GetIdOk() (*int32, bool)

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

func (*ApiToken) GetLastUsedAt

func (o *ApiToken) GetLastUsedAt() string

GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise.

func (*ApiToken) GetLastUsedAtOk

func (o *ApiToken) GetLastUsedAtOk() (*string, bool)

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

func (*ApiToken) GetLastUsedByIp

func (o *ApiToken) GetLastUsedByIp() string

GetLastUsedByIp returns the LastUsedByIp field value if set, zero value otherwise.

func (*ApiToken) GetLastUsedByIpOk

func (o *ApiToken) GetLastUsedByIpOk() (*string, bool)

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

func (*ApiToken) GetName

func (o *ApiToken) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ApiToken) GetNameOk

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

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

func (*ApiToken) GetToken

func (o *ApiToken) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*ApiToken) GetTokenOk

func (o *ApiToken) GetTokenOk() (*string, bool)

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

func (*ApiToken) GetUpdatedAt

func (o *ApiToken) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*ApiToken) GetUpdatedAtOk

func (o *ApiToken) GetUpdatedAtOk() (*string, bool)

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

func (*ApiToken) GetUserId

func (o *ApiToken) GetUserId() int32

GetUserId returns the UserId field value if set, zero value otherwise.

func (*ApiToken) GetUserIdOk

func (o *ApiToken) GetUserIdOk() (*int32, bool)

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

func (*ApiToken) GetUserIdentifier

func (o *ApiToken) GetUserIdentifier() string

GetUserIdentifier returns the UserIdentifier field value if set, zero value otherwise.

func (*ApiToken) GetUserIdentifierOk

func (o *ApiToken) GetUserIdentifierOk() (*string, bool)

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

func (*ApiToken) HasDescription

func (o *ApiToken) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ApiToken) HasExpireAtInMs

func (o *ApiToken) HasExpireAtInMs() bool

HasExpireAtInMs returns a boolean if a field has been set.

func (*ApiToken) HasId

func (o *ApiToken) HasId() bool

HasId returns a boolean if a field has been set.

func (*ApiToken) HasLastUsedAt

func (o *ApiToken) HasLastUsedAt() bool

HasLastUsedAt returns a boolean if a field has been set.

func (*ApiToken) HasLastUsedByIp

func (o *ApiToken) HasLastUsedByIp() bool

HasLastUsedByIp returns a boolean if a field has been set.

func (*ApiToken) HasName

func (o *ApiToken) HasName() bool

HasName returns a boolean if a field has been set.

func (*ApiToken) HasToken

func (o *ApiToken) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*ApiToken) HasUpdatedAt

func (o *ApiToken) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

func (*ApiToken) HasUserId

func (o *ApiToken) HasUserId() bool

HasUserId returns a boolean if a field has been set.

func (*ApiToken) HasUserIdentifier

func (o *ApiToken) HasUserIdentifier() bool

HasUserIdentifier returns a boolean if a field has been set.

func (ApiToken) MarshalJSON

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

func (*ApiToken) SetDescription

func (o *ApiToken) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ApiToken) SetExpireAtInMs

func (o *ApiToken) SetExpireAtInMs(v int64)

SetExpireAtInMs gets a reference to the given int64 and assigns it to the ExpireAtInMs field.

func (*ApiToken) SetId

func (o *ApiToken) SetId(v int32)

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

func (*ApiToken) SetLastUsedAt

func (o *ApiToken) SetLastUsedAt(v string)

SetLastUsedAt gets a reference to the given string and assigns it to the LastUsedAt field.

func (*ApiToken) SetLastUsedByIp

func (o *ApiToken) SetLastUsedByIp(v string)

SetLastUsedByIp gets a reference to the given string and assigns it to the LastUsedByIp field.

func (*ApiToken) SetName

func (o *ApiToken) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ApiToken) SetToken

func (o *ApiToken) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*ApiToken) SetUpdatedAt

func (o *ApiToken) SetUpdatedAt(v string)

SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.

func (*ApiToken) SetUserId

func (o *ApiToken) SetUserId(v int32)

SetUserId gets a reference to the given int32 and assigns it to the UserId field.

func (*ApiToken) SetUserIdentifier

func (o *ApiToken) SetUserIdentifier(v string)

SetUserIdentifier gets a reference to the given string and assigns it to the UserIdentifier field.

type CreateApiTokenRequest

type CreateApiTokenRequest struct {
	// Name of api-token
	Name *string `json:"name,omitempty,notnull" validate:"required"`
	// Description of api-token
	Description *string `json:"description,omitempty,notnull" validate:"required"`
	// Expiration time of api-token in milliseconds
	ExpireAtInMs *int64 `json:"expireAtInMs,omitempty"`
}

CreateApiTokenRequest struct for CreateApiTokenRequest

func NewCreateApiTokenRequest

func NewCreateApiTokenRequest() *CreateApiTokenRequest

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

func NewCreateApiTokenRequestWithDefaults

func NewCreateApiTokenRequestWithDefaults() *CreateApiTokenRequest

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

func (*CreateApiTokenRequest) GetDescription

func (o *CreateApiTokenRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateApiTokenRequest) GetDescriptionOk

func (o *CreateApiTokenRequest) GetDescriptionOk() (*string, 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.

func (*CreateApiTokenRequest) GetExpireAtInMs

func (o *CreateApiTokenRequest) GetExpireAtInMs() int64

GetExpireAtInMs returns the ExpireAtInMs field value if set, zero value otherwise.

func (*CreateApiTokenRequest) GetExpireAtInMsOk

func (o *CreateApiTokenRequest) GetExpireAtInMsOk() (*int64, bool)

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

func (*CreateApiTokenRequest) GetName

func (o *CreateApiTokenRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateApiTokenRequest) GetNameOk

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

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

func (*CreateApiTokenRequest) HasDescription

func (o *CreateApiTokenRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateApiTokenRequest) HasExpireAtInMs

func (o *CreateApiTokenRequest) HasExpireAtInMs() bool

HasExpireAtInMs returns a boolean if a field has been set.

func (*CreateApiTokenRequest) HasName

func (o *CreateApiTokenRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (CreateApiTokenRequest) MarshalJSON

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

func (*CreateApiTokenRequest) SetDescription

func (o *CreateApiTokenRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateApiTokenRequest) SetExpireAtInMs

func (o *CreateApiTokenRequest) SetExpireAtInMs(v int64)

SetExpireAtInMs gets a reference to the given int64 and assigns it to the ExpireAtInMs field.

func (*CreateApiTokenRequest) SetName

func (o *CreateApiTokenRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

type CreateApiTokenResponse

type CreateApiTokenResponse struct {
	// success or failure
	Success *bool `json:"success,omitempty"`
	// Token of that api-token
	Token *string `json:"token,omitempty"`
	// User Id associated with api-token
	UserId *int32 `json:"userId,omitempty"`
	// EmailId of that api-token user
	UserIdentifier *string `json:"userIdentifier,omitempty"`
}

CreateApiTokenResponse struct for CreateApiTokenResponse

func NewCreateApiTokenResponse

func NewCreateApiTokenResponse() *CreateApiTokenResponse

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

func NewCreateApiTokenResponseWithDefaults

func NewCreateApiTokenResponseWithDefaults() *CreateApiTokenResponse

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

func (*CreateApiTokenResponse) GetSuccess

func (o *CreateApiTokenResponse) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*CreateApiTokenResponse) GetSuccessOk

func (o *CreateApiTokenResponse) GetSuccessOk() (*bool, bool)

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

func (*CreateApiTokenResponse) GetToken

func (o *CreateApiTokenResponse) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*CreateApiTokenResponse) GetTokenOk

func (o *CreateApiTokenResponse) GetTokenOk() (*string, bool)

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

func (*CreateApiTokenResponse) GetUserId

func (o *CreateApiTokenResponse) GetUserId() int32

GetUserId returns the UserId field value if set, zero value otherwise.

func (*CreateApiTokenResponse) GetUserIdOk

func (o *CreateApiTokenResponse) GetUserIdOk() (*int32, bool)

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

func (*CreateApiTokenResponse) GetUserIdentifier

func (o *CreateApiTokenResponse) GetUserIdentifier() string

GetUserIdentifier returns the UserIdentifier field value if set, zero value otherwise.

func (*CreateApiTokenResponse) GetUserIdentifierOk

func (o *CreateApiTokenResponse) GetUserIdentifierOk() (*string, bool)

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

func (*CreateApiTokenResponse) HasSuccess

func (o *CreateApiTokenResponse) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (*CreateApiTokenResponse) HasToken

func (o *CreateApiTokenResponse) HasToken() bool

HasToken returns a boolean if a field has been set.

func (*CreateApiTokenResponse) HasUserId

func (o *CreateApiTokenResponse) HasUserId() bool

HasUserId returns a boolean if a field has been set.

func (*CreateApiTokenResponse) HasUserIdentifier

func (o *CreateApiTokenResponse) HasUserIdentifier() bool

HasUserIdentifier returns a boolean if a field has been set.

func (CreateApiTokenResponse) MarshalJSON

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

func (*CreateApiTokenResponse) SetSuccess

func (o *CreateApiTokenResponse) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (*CreateApiTokenResponse) SetToken

func (o *CreateApiTokenResponse) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

func (*CreateApiTokenResponse) SetUserId

func (o *CreateApiTokenResponse) SetUserId(v int32)

SetUserId gets a reference to the given int32 and assigns it to the UserId field.

func (*CreateApiTokenResponse) SetUserIdentifier

func (o *CreateApiTokenResponse) SetUserIdentifier(v string)

SetUserIdentifier gets a reference to the given string and assigns it to the UserIdentifier field.

type NullableActionResponse

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

func NewNullableActionResponse

func NewNullableActionResponse(val *ActionResponse) *NullableActionResponse

func (NullableActionResponse) Get

func (NullableActionResponse) IsSet

func (v NullableActionResponse) IsSet() bool

func (NullableActionResponse) MarshalJSON

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

func (*NullableActionResponse) Set

func (*NullableActionResponse) UnmarshalJSON

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

func (*NullableActionResponse) Unset

func (v *NullableActionResponse) Unset()

type NullableApiToken

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

func NewNullableApiToken

func NewNullableApiToken(val *ApiToken) *NullableApiToken

func (NullableApiToken) Get

func (v NullableApiToken) Get() *ApiToken

func (NullableApiToken) IsSet

func (v NullableApiToken) IsSet() bool

func (NullableApiToken) MarshalJSON

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

func (*NullableApiToken) Set

func (v *NullableApiToken) Set(val *ApiToken)

func (*NullableApiToken) UnmarshalJSON

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

func (*NullableApiToken) Unset

func (v *NullableApiToken) Unset()

type NullableCreateApiTokenRequest

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

func (NullableCreateApiTokenRequest) Get

func (NullableCreateApiTokenRequest) IsSet

func (NullableCreateApiTokenRequest) MarshalJSON

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

func (*NullableCreateApiTokenRequest) Set

func (*NullableCreateApiTokenRequest) UnmarshalJSON

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

func (*NullableCreateApiTokenRequest) Unset

func (v *NullableCreateApiTokenRequest) Unset()

type NullableCreateApiTokenResponse

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

func (NullableCreateApiTokenResponse) Get

func (NullableCreateApiTokenResponse) IsSet

func (NullableCreateApiTokenResponse) MarshalJSON

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

func (*NullableCreateApiTokenResponse) Set

func (*NullableCreateApiTokenResponse) UnmarshalJSON

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

func (*NullableCreateApiTokenResponse) Unset

func (v *NullableCreateApiTokenResponse) Unset()

type NullableRollbackReleaseRequest

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

func (NullableRollbackReleaseRequest) Get

func (NullableRollbackReleaseRequest) IsSet

func (NullableRollbackReleaseRequest) MarshalJSON

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

func (*NullableRollbackReleaseRequest) Set

func (*NullableRollbackReleaseRequest) UnmarshalJSON

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

func (*NullableRollbackReleaseRequest) Unset

func (v *NullableRollbackReleaseRequest) Unset()

type NullableRollbackReleaseResponse

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

func (NullableRollbackReleaseResponse) Get

func (NullableRollbackReleaseResponse) IsSet

func (NullableRollbackReleaseResponse) MarshalJSON

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

func (*NullableRollbackReleaseResponse) Set

func (*NullableRollbackReleaseResponse) UnmarshalJSON

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

func (*NullableRollbackReleaseResponse) Unset

type NullableTemplateChartRequest

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

func NewNullableTemplateChartRequest

func NewNullableTemplateChartRequest(val *TemplateChartRequest) *NullableTemplateChartRequest

func (NullableTemplateChartRequest) Get

func (NullableTemplateChartRequest) IsSet

func (NullableTemplateChartRequest) MarshalJSON

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

func (*NullableTemplateChartRequest) Set

func (*NullableTemplateChartRequest) UnmarshalJSON

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

func (*NullableTemplateChartRequest) Unset

func (v *NullableTemplateChartRequest) Unset()

type NullableTemplateChartResponse

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

func (NullableTemplateChartResponse) Get

func (NullableTemplateChartResponse) IsSet

func (NullableTemplateChartResponse) MarshalJSON

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

func (*NullableTemplateChartResponse) Set

func (*NullableTemplateChartResponse) UnmarshalJSON

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

func (*NullableTemplateChartResponse) Unset

func (v *NullableTemplateChartResponse) Unset()

type NullableUpdateApiTokenRequest

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

func (NullableUpdateApiTokenRequest) Get

func (NullableUpdateApiTokenRequest) IsSet

func (NullableUpdateApiTokenRequest) MarshalJSON

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

func (*NullableUpdateApiTokenRequest) Set

func (*NullableUpdateApiTokenRequest) UnmarshalJSON

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

func (*NullableUpdateApiTokenRequest) Unset

func (v *NullableUpdateApiTokenRequest) Unset()

type NullableUpdateApiTokenResponse

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

func (NullableUpdateApiTokenResponse) Get

func (NullableUpdateApiTokenResponse) IsSet

func (NullableUpdateApiTokenResponse) MarshalJSON

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

func (*NullableUpdateApiTokenResponse) Set

func (*NullableUpdateApiTokenResponse) UnmarshalJSON

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

func (*NullableUpdateApiTokenResponse) Unset

func (v *NullableUpdateApiTokenResponse) Unset()

type RollbackReleaseRequest

type RollbackReleaseRequest struct {
	// Installed App Id if the app is installed from chart store
	InstalledAppId *int32 `json:"installedAppId,omitempty"`
	// Installed App Version Id if the app is installed from chart store
	InstalledAppVersionId *int32 `json:"installedAppVersionId,omitempty"`
	// helm App Id if the application is installed from using helm (for example \"clusterId|namespace|appName\" )
	HAppId *string `json:"hAppId,omitempty"`
	// rollback to this version
	Version *int32 `json:"version,omitempty"`
}

RollbackReleaseRequest struct for RollbackReleaseRequest

func NewRollbackReleaseRequest

func NewRollbackReleaseRequest() *RollbackReleaseRequest

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

func NewRollbackReleaseRequestWithDefaults

func NewRollbackReleaseRequestWithDefaults() *RollbackReleaseRequest

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

func (*RollbackReleaseRequest) GetHAppId

func (o *RollbackReleaseRequest) GetHAppId() string

GetHAppId returns the HAppId field value if set, zero value otherwise.

func (*RollbackReleaseRequest) GetHAppIdOk

func (o *RollbackReleaseRequest) GetHAppIdOk() (*string, bool)

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

func (*RollbackReleaseRequest) GetInstalledAppId

func (o *RollbackReleaseRequest) GetInstalledAppId() int32

GetInstalledAppId returns the InstalledAppId field value if set, zero value otherwise.

func (*RollbackReleaseRequest) GetInstalledAppIdOk

func (o *RollbackReleaseRequest) GetInstalledAppIdOk() (*int32, bool)

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

func (*RollbackReleaseRequest) GetInstalledAppVersionId

func (o *RollbackReleaseRequest) GetInstalledAppVersionId() int32

GetInstalledAppVersionId returns the InstalledAppVersionId field value if set, zero value otherwise.

func (*RollbackReleaseRequest) GetInstalledAppVersionIdOk

func (o *RollbackReleaseRequest) GetInstalledAppVersionIdOk() (*int32, bool)

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

func (*RollbackReleaseRequest) GetVersion

func (o *RollbackReleaseRequest) GetVersion() int32

GetVersion returns the Version field value if set, zero value otherwise.

func (*RollbackReleaseRequest) GetVersionOk

func (o *RollbackReleaseRequest) GetVersionOk() (*int32, bool)

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

func (*RollbackReleaseRequest) HasHAppId

func (o *RollbackReleaseRequest) HasHAppId() bool

HasHAppId returns a boolean if a field has been set.

func (*RollbackReleaseRequest) HasInstalledAppId

func (o *RollbackReleaseRequest) HasInstalledAppId() bool

HasInstalledAppId returns a boolean if a field has been set.

func (*RollbackReleaseRequest) HasInstalledAppVersionId

func (o *RollbackReleaseRequest) HasInstalledAppVersionId() bool

HasInstalledAppVersionId returns a boolean if a field has been set.

func (*RollbackReleaseRequest) HasVersion

func (o *RollbackReleaseRequest) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (RollbackReleaseRequest) MarshalJSON

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

func (*RollbackReleaseRequest) SetHAppId

func (o *RollbackReleaseRequest) SetHAppId(v string)

SetHAppId gets a reference to the given string and assigns it to the HAppId field.

func (*RollbackReleaseRequest) SetInstalledAppId

func (o *RollbackReleaseRequest) SetInstalledAppId(v int32)

SetInstalledAppId gets a reference to the given int32 and assigns it to the InstalledAppId field.

func (*RollbackReleaseRequest) SetInstalledAppVersionId

func (o *RollbackReleaseRequest) SetInstalledAppVersionId(v int32)

SetInstalledAppVersionId gets a reference to the given int32 and assigns it to the InstalledAppVersionId field.

func (*RollbackReleaseRequest) SetVersion

func (o *RollbackReleaseRequest) SetVersion(v int32)

SetVersion gets a reference to the given int32 and assigns it to the Version field.

type RollbackReleaseResponse

type RollbackReleaseResponse struct {
	// success or failure
	Success *bool `json:"success,omitempty"`
}

RollbackReleaseResponse struct for RollbackReleaseResponse

func NewRollbackReleaseResponse

func NewRollbackReleaseResponse() *RollbackReleaseResponse

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

func NewRollbackReleaseResponseWithDefaults

func NewRollbackReleaseResponseWithDefaults() *RollbackReleaseResponse

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

func (*RollbackReleaseResponse) GetSuccess

func (o *RollbackReleaseResponse) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*RollbackReleaseResponse) GetSuccessOk

func (o *RollbackReleaseResponse) GetSuccessOk() (*bool, bool)

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

func (*RollbackReleaseResponse) HasSuccess

func (o *RollbackReleaseResponse) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (RollbackReleaseResponse) MarshalJSON

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

func (*RollbackReleaseResponse) SetSuccess

func (o *RollbackReleaseResponse) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

type TemplateChartRequest

type TemplateChartRequest struct {
	// environment Id on which helm template would be performed
	EnvironmentId *int32 `json:"environmentId,omitempty"`
	// If environmentId is not provided, clusterId should be passed
	ClusterId *int32 `json:"clusterId,omitempty"`
	// If environmentId is not provided, namespace should be passed
	Namespace *string `json:"namespace,omitempty"`
	// release name of helm app (if not provided, some random name is picked)
	ReleaseName *string `json:"releaseName,omitempty"`
	// App store application version Id
	AppStoreApplicationVersionId *int32 `json:"appStoreApplicationVersionId,omitempty"`
	// Values yaml
	ValuesYaml *string `json:"valuesYaml,omitempty"`
}

TemplateChartRequest struct for TemplateChartRequest

func NewTemplateChartRequest

func NewTemplateChartRequest() *TemplateChartRequest

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

func NewTemplateChartRequestWithDefaults

func NewTemplateChartRequestWithDefaults() *TemplateChartRequest

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

func (*TemplateChartRequest) GetAppStoreApplicationVersionId

func (o *TemplateChartRequest) GetAppStoreApplicationVersionId() int32

GetAppStoreApplicationVersionId returns the AppStoreApplicationVersionId field value if set, zero value otherwise.

func (*TemplateChartRequest) GetAppStoreApplicationVersionIdOk

func (o *TemplateChartRequest) GetAppStoreApplicationVersionIdOk() (*int32, bool)

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

func (*TemplateChartRequest) GetClusterId

func (o *TemplateChartRequest) GetClusterId() int32

GetClusterId returns the ClusterId field value if set, zero value otherwise.

func (*TemplateChartRequest) GetClusterIdOk

func (o *TemplateChartRequest) GetClusterIdOk() (*int32, bool)

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

func (*TemplateChartRequest) GetEnvironmentId

func (o *TemplateChartRequest) GetEnvironmentId() int32

GetEnvironmentId returns the EnvironmentId field value if set, zero value otherwise.

func (*TemplateChartRequest) GetEnvironmentIdOk

func (o *TemplateChartRequest) GetEnvironmentIdOk() (*int32, bool)

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

func (*TemplateChartRequest) GetNamespace

func (o *TemplateChartRequest) GetNamespace() string

GetNamespace returns the Namespace field value if set, zero value otherwise.

func (*TemplateChartRequest) GetNamespaceOk

func (o *TemplateChartRequest) GetNamespaceOk() (*string, bool)

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

func (*TemplateChartRequest) GetReleaseName

func (o *TemplateChartRequest) GetReleaseName() string

GetReleaseName returns the ReleaseName field value if set, zero value otherwise.

func (*TemplateChartRequest) GetReleaseNameOk

func (o *TemplateChartRequest) GetReleaseNameOk() (*string, bool)

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

func (*TemplateChartRequest) GetValuesYaml

func (o *TemplateChartRequest) GetValuesYaml() string

GetValuesYaml returns the ValuesYaml field value if set, zero value otherwise.

func (*TemplateChartRequest) GetValuesYamlOk

func (o *TemplateChartRequest) GetValuesYamlOk() (*string, bool)

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

func (*TemplateChartRequest) HasAppStoreApplicationVersionId

func (o *TemplateChartRequest) HasAppStoreApplicationVersionId() bool

HasAppStoreApplicationVersionId returns a boolean if a field has been set.

func (*TemplateChartRequest) HasClusterId

func (o *TemplateChartRequest) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

func (*TemplateChartRequest) HasEnvironmentId

func (o *TemplateChartRequest) HasEnvironmentId() bool

HasEnvironmentId returns a boolean if a field has been set.

func (*TemplateChartRequest) HasNamespace

func (o *TemplateChartRequest) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

func (*TemplateChartRequest) HasReleaseName

func (o *TemplateChartRequest) HasReleaseName() bool

HasReleaseName returns a boolean if a field has been set.

func (*TemplateChartRequest) HasValuesYaml

func (o *TemplateChartRequest) HasValuesYaml() bool

HasValuesYaml returns a boolean if a field has been set.

func (TemplateChartRequest) MarshalJSON

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

func (*TemplateChartRequest) SetAppStoreApplicationVersionId

func (o *TemplateChartRequest) SetAppStoreApplicationVersionId(v int32)

SetAppStoreApplicationVersionId gets a reference to the given int32 and assigns it to the AppStoreApplicationVersionId field.

func (*TemplateChartRequest) SetClusterId

func (o *TemplateChartRequest) SetClusterId(v int32)

SetClusterId gets a reference to the given int32 and assigns it to the ClusterId field.

func (*TemplateChartRequest) SetEnvironmentId

func (o *TemplateChartRequest) SetEnvironmentId(v int32)

SetEnvironmentId gets a reference to the given int32 and assigns it to the EnvironmentId field.

func (*TemplateChartRequest) SetNamespace

func (o *TemplateChartRequest) SetNamespace(v string)

SetNamespace gets a reference to the given string and assigns it to the Namespace field.

func (*TemplateChartRequest) SetReleaseName

func (o *TemplateChartRequest) SetReleaseName(v string)

SetReleaseName gets a reference to the given string and assigns it to the ReleaseName field.

func (*TemplateChartRequest) SetValuesYaml

func (o *TemplateChartRequest) SetValuesYaml(v string)

SetValuesYaml gets a reference to the given string and assigns it to the ValuesYaml field.

type TemplateChartResponse

type TemplateChartResponse struct {
	// helm generated manifest
	Manifest *string `json:"manifest,omitempty"`
}

TemplateChartResponse struct for TemplateChartResponse

func NewTemplateChartResponse

func NewTemplateChartResponse() *TemplateChartResponse

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

func NewTemplateChartResponseWithDefaults

func NewTemplateChartResponseWithDefaults() *TemplateChartResponse

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

func (*TemplateChartResponse) GetManifest

func (o *TemplateChartResponse) GetManifest() string

GetManifest returns the Manifest field value if set, zero value otherwise.

func (*TemplateChartResponse) GetManifestOk

func (o *TemplateChartResponse) GetManifestOk() (*string, bool)

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

func (*TemplateChartResponse) HasManifest

func (o *TemplateChartResponse) HasManifest() bool

HasManifest returns a boolean if a field has been set.

func (TemplateChartResponse) MarshalJSON

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

func (*TemplateChartResponse) SetManifest

func (o *TemplateChartResponse) SetManifest(v string)

SetManifest gets a reference to the given string and assigns it to the Manifest field.

type UpdateApiTokenRequest

type UpdateApiTokenRequest struct {
	// Description of api-token
	Description *string `json:"description,omitempty,notnull" validate:"required"`
	// Expiration time of api-token in milliseconds
	ExpireAtInMs *int64 `json:"expireAtInMs,omitempty"`
}

UpdateApiTokenRequest struct for UpdateApiTokenRequest

func NewUpdateApiTokenRequest

func NewUpdateApiTokenRequest() *UpdateApiTokenRequest

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

func NewUpdateApiTokenRequestWithDefaults

func NewUpdateApiTokenRequestWithDefaults() *UpdateApiTokenRequest

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

func (*UpdateApiTokenRequest) GetDescription

func (o *UpdateApiTokenRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateApiTokenRequest) GetDescriptionOk

func (o *UpdateApiTokenRequest) GetDescriptionOk() (*string, 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.

func (*UpdateApiTokenRequest) GetExpireAtInMs

func (o *UpdateApiTokenRequest) GetExpireAtInMs() int64

GetExpireAtInMs returns the ExpireAtInMs field value if set, zero value otherwise.

func (*UpdateApiTokenRequest) GetExpireAtInMsOk

func (o *UpdateApiTokenRequest) GetExpireAtInMsOk() (*int64, bool)

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

func (*UpdateApiTokenRequest) HasDescription

func (o *UpdateApiTokenRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateApiTokenRequest) HasExpireAtInMs

func (o *UpdateApiTokenRequest) HasExpireAtInMs() bool

HasExpireAtInMs returns a boolean if a field has been set.

func (UpdateApiTokenRequest) MarshalJSON

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

func (*UpdateApiTokenRequest) SetDescription

func (o *UpdateApiTokenRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UpdateApiTokenRequest) SetExpireAtInMs

func (o *UpdateApiTokenRequest) SetExpireAtInMs(v int64)

SetExpireAtInMs gets a reference to the given int64 and assigns it to the ExpireAtInMs field.

type UpdateApiTokenResponse

type UpdateApiTokenResponse struct {
	// success or failure
	Success *bool `json:"success,omitempty"`
	// Token of that api-token
	Token *string `json:"token,omitempty"`
}

UpdateApiTokenResponse struct for UpdateApiTokenResponse

func NewUpdateApiTokenResponse

func NewUpdateApiTokenResponse() *UpdateApiTokenResponse

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

func NewUpdateApiTokenResponseWithDefaults

func NewUpdateApiTokenResponseWithDefaults() *UpdateApiTokenResponse

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

func (*UpdateApiTokenResponse) GetSuccess

func (o *UpdateApiTokenResponse) GetSuccess() bool

GetSuccess returns the Success field value if set, zero value otherwise.

func (*UpdateApiTokenResponse) GetSuccessOk

func (o *UpdateApiTokenResponse) GetSuccessOk() (*bool, bool)

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

func (*UpdateApiTokenResponse) GetToken

func (o *UpdateApiTokenResponse) GetToken() string

GetToken returns the Token field value if set, zero value otherwise.

func (*UpdateApiTokenResponse) GetTokenOk

func (o *UpdateApiTokenResponse) GetTokenOk() (*string, bool)

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

func (*UpdateApiTokenResponse) HasSuccess

func (o *UpdateApiTokenResponse) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

func (*UpdateApiTokenResponse) HasToken

func (o *UpdateApiTokenResponse) HasToken() bool

HasToken returns a boolean if a field has been set.

func (UpdateApiTokenResponse) MarshalJSON

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

func (*UpdateApiTokenResponse) SetSuccess

func (o *UpdateApiTokenResponse) SetSuccess(v bool)

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (*UpdateApiTokenResponse) SetToken

func (o *UpdateApiTokenResponse) SetToken(v string)

SetToken gets a reference to the given string and assigns it to the Token field.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL