From 0bf0757082e1b498dd0e876363370de30e8d6a3c Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 5 Dec 2025 11:56:33 +0000 Subject: [PATCH] Generate scf --- services/scf/model_isolation_segment.go | 433 ++++++++++++++++++ services/scf/model_isolation_segment_test.go | 11 + services/scf/model_isolation_segments_list.go | 168 +++++++ .../scf/model_isolation_segments_list_test.go | 11 + 4 files changed, 623 insertions(+) create mode 100644 services/scf/model_isolation_segment.go create mode 100644 services/scf/model_isolation_segment_test.go create mode 100644 services/scf/model_isolation_segments_list.go create mode 100644 services/scf/model_isolation_segments_list_test.go diff --git a/services/scf/model_isolation_segment.go b/services/scf/model_isolation_segment.go new file mode 100644 index 000000000..afbde5c56 --- /dev/null +++ b/services/scf/model_isolation_segment.go @@ -0,0 +1,433 @@ +/* +STACKIT Cloud Foundry API + +API endpoints for managing STACKIT Cloud Foundry + +API version: 1.0.0 +*/ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package scf + +import ( + "encoding/json" + "time" +) + +// checks if the IsolationSegment type satisfies the MappedNullable interface at compile time +var _ MappedNullable = &IsolationSegment{} + +/* + types and functions for createdAt +*/ + +// isDateTime +type IsolationSegmentGetCreatedAtAttributeType = *time.Time +type IsolationSegmentGetCreatedAtArgType = time.Time +type IsolationSegmentGetCreatedAtRetType = time.Time + +func getIsolationSegmentGetCreatedAtAttributeTypeOk(arg IsolationSegmentGetCreatedAtAttributeType) (ret IsolationSegmentGetCreatedAtRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentGetCreatedAtAttributeType(arg *IsolationSegmentGetCreatedAtAttributeType, val IsolationSegmentGetCreatedAtRetType) { + *arg = &val +} + +/* + types and functions for guid +*/ + +// isNotNullableString +type IsolationSegmentGetGuidAttributeType = *string + +func getIsolationSegmentGetGuidAttributeTypeOk(arg IsolationSegmentGetGuidAttributeType) (ret IsolationSegmentGetGuidRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentGetGuidAttributeType(arg *IsolationSegmentGetGuidAttributeType, val IsolationSegmentGetGuidRetType) { + *arg = &val +} + +type IsolationSegmentGetGuidArgType = string +type IsolationSegmentGetGuidRetType = string + +/* + types and functions for name +*/ + +// isNotNullableString +type IsolationSegmentGetNameAttributeType = *string + +func getIsolationSegmentGetNameAttributeTypeOk(arg IsolationSegmentGetNameAttributeType) (ret IsolationSegmentGetNameRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentGetNameAttributeType(arg *IsolationSegmentGetNameAttributeType, val IsolationSegmentGetNameRetType) { + *arg = &val +} + +type IsolationSegmentGetNameArgType = string +type IsolationSegmentGetNameRetType = string + +/* + types and functions for orgId +*/ + +// isNotNullableString +type IsolationSegmentGetOrgIdAttributeType = *string + +func getIsolationSegmentGetOrgIdAttributeTypeOk(arg IsolationSegmentGetOrgIdAttributeType) (ret IsolationSegmentGetOrgIdRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentGetOrgIdAttributeType(arg *IsolationSegmentGetOrgIdAttributeType, val IsolationSegmentGetOrgIdRetType) { + *arg = &val +} + +type IsolationSegmentGetOrgIdArgType = string +type IsolationSegmentGetOrgIdRetType = string + +/* + types and functions for platformId +*/ + +// isNotNullableString +type IsolationSegmentGetPlatformIdAttributeType = *string + +func getIsolationSegmentGetPlatformIdAttributeTypeOk(arg IsolationSegmentGetPlatformIdAttributeType) (ret IsolationSegmentGetPlatformIdRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentGetPlatformIdAttributeType(arg *IsolationSegmentGetPlatformIdAttributeType, val IsolationSegmentGetPlatformIdRetType) { + *arg = &val +} + +type IsolationSegmentGetPlatformIdArgType = string +type IsolationSegmentGetPlatformIdRetType = string + +/* + types and functions for projectId +*/ + +// isNotNullableString +type IsolationSegmentGetProjectIdAttributeType = *string + +func getIsolationSegmentGetProjectIdAttributeTypeOk(arg IsolationSegmentGetProjectIdAttributeType) (ret IsolationSegmentGetProjectIdRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentGetProjectIdAttributeType(arg *IsolationSegmentGetProjectIdAttributeType, val IsolationSegmentGetProjectIdRetType) { + *arg = &val +} + +type IsolationSegmentGetProjectIdArgType = string +type IsolationSegmentGetProjectIdRetType = string + +/* + types and functions for region +*/ + +// isNotNullableString +type IsolationSegmentGetRegionAttributeType = *string + +func getIsolationSegmentGetRegionAttributeTypeOk(arg IsolationSegmentGetRegionAttributeType) (ret IsolationSegmentGetRegionRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentGetRegionAttributeType(arg *IsolationSegmentGetRegionAttributeType, val IsolationSegmentGetRegionRetType) { + *arg = &val +} + +type IsolationSegmentGetRegionArgType = string +type IsolationSegmentGetRegionRetType = string + +/* + types and functions for updatedAt +*/ + +// isDateTime +type IsolationSegmentGetUpdatedAtAttributeType = *time.Time +type IsolationSegmentGetUpdatedAtArgType = time.Time +type IsolationSegmentGetUpdatedAtRetType = time.Time + +func getIsolationSegmentGetUpdatedAtAttributeTypeOk(arg IsolationSegmentGetUpdatedAtAttributeType) (ret IsolationSegmentGetUpdatedAtRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentGetUpdatedAtAttributeType(arg *IsolationSegmentGetUpdatedAtAttributeType, val IsolationSegmentGetUpdatedAtRetType) { + *arg = &val +} + +// IsolationSegment struct for IsolationSegment +type IsolationSegment struct { + // REQUIRED + CreatedAt IsolationSegmentGetCreatedAtAttributeType `json:"createdAt" required:"true"` + // REQUIRED + Guid IsolationSegmentGetGuidAttributeType `json:"guid" required:"true"` + // REQUIRED + Name IsolationSegmentGetNameAttributeType `json:"name" required:"true"` + // REQUIRED + OrgId IsolationSegmentGetOrgIdAttributeType `json:"orgId" required:"true"` + // REQUIRED + PlatformId IsolationSegmentGetPlatformIdAttributeType `json:"platformId" required:"true"` + // REQUIRED + ProjectId IsolationSegmentGetProjectIdAttributeType `json:"projectId" required:"true"` + // REQUIRED + Region IsolationSegmentGetRegionAttributeType `json:"region" required:"true"` + // REQUIRED + UpdatedAt IsolationSegmentGetUpdatedAtAttributeType `json:"updatedAt" required:"true"` +} + +type _IsolationSegment IsolationSegment + +// NewIsolationSegment instantiates a new IsolationSegment object +// This constructor will assign default values to properties that have it defined, +// 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 NewIsolationSegment(createdAt IsolationSegmentGetCreatedAtArgType, guid IsolationSegmentGetGuidArgType, name IsolationSegmentGetNameArgType, orgId IsolationSegmentGetOrgIdArgType, platformId IsolationSegmentGetPlatformIdArgType, projectId IsolationSegmentGetProjectIdArgType, region IsolationSegmentGetRegionArgType, updatedAt IsolationSegmentGetUpdatedAtArgType) *IsolationSegment { + this := IsolationSegment{} + setIsolationSegmentGetCreatedAtAttributeType(&this.CreatedAt, createdAt) + setIsolationSegmentGetGuidAttributeType(&this.Guid, guid) + setIsolationSegmentGetNameAttributeType(&this.Name, name) + setIsolationSegmentGetOrgIdAttributeType(&this.OrgId, orgId) + setIsolationSegmentGetPlatformIdAttributeType(&this.PlatformId, platformId) + setIsolationSegmentGetProjectIdAttributeType(&this.ProjectId, projectId) + setIsolationSegmentGetRegionAttributeType(&this.Region, region) + setIsolationSegmentGetUpdatedAtAttributeType(&this.UpdatedAt, updatedAt) + return &this +} + +// NewIsolationSegmentWithDefaults instantiates a new IsolationSegment object +// This 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 NewIsolationSegmentWithDefaults() *IsolationSegment { + this := IsolationSegment{} + return &this +} + +// GetCreatedAt returns the CreatedAt field value +func (o *IsolationSegment) GetCreatedAt() (ret IsolationSegmentGetCreatedAtRetType) { + ret, _ = o.GetCreatedAtOk() + return ret +} + +// GetCreatedAtOk returns a tuple with the CreatedAt field value +// and a boolean to check if the value has been set. +func (o *IsolationSegment) GetCreatedAtOk() (ret IsolationSegmentGetCreatedAtRetType, ok bool) { + return getIsolationSegmentGetCreatedAtAttributeTypeOk(o.CreatedAt) +} + +// SetCreatedAt sets field value +func (o *IsolationSegment) SetCreatedAt(v IsolationSegmentGetCreatedAtRetType) { + setIsolationSegmentGetCreatedAtAttributeType(&o.CreatedAt, v) +} + +// GetGuid returns the Guid field value +func (o *IsolationSegment) GetGuid() (ret IsolationSegmentGetGuidRetType) { + ret, _ = o.GetGuidOk() + return ret +} + +// GetGuidOk returns a tuple with the Guid field value +// and a boolean to check if the value has been set. +func (o *IsolationSegment) GetGuidOk() (ret IsolationSegmentGetGuidRetType, ok bool) { + return getIsolationSegmentGetGuidAttributeTypeOk(o.Guid) +} + +// SetGuid sets field value +func (o *IsolationSegment) SetGuid(v IsolationSegmentGetGuidRetType) { + setIsolationSegmentGetGuidAttributeType(&o.Guid, v) +} + +// GetName returns the Name field value +func (o *IsolationSegment) GetName() (ret IsolationSegmentGetNameRetType) { + ret, _ = o.GetNameOk() + return ret +} + +// GetNameOk returns a tuple with the Name field value +// and a boolean to check if the value has been set. +func (o *IsolationSegment) GetNameOk() (ret IsolationSegmentGetNameRetType, ok bool) { + return getIsolationSegmentGetNameAttributeTypeOk(o.Name) +} + +// SetName sets field value +func (o *IsolationSegment) SetName(v IsolationSegmentGetNameRetType) { + setIsolationSegmentGetNameAttributeType(&o.Name, v) +} + +// GetOrgId returns the OrgId field value +func (o *IsolationSegment) GetOrgId() (ret IsolationSegmentGetOrgIdRetType) { + ret, _ = o.GetOrgIdOk() + return ret +} + +// GetOrgIdOk returns a tuple with the OrgId field value +// and a boolean to check if the value has been set. +func (o *IsolationSegment) GetOrgIdOk() (ret IsolationSegmentGetOrgIdRetType, ok bool) { + return getIsolationSegmentGetOrgIdAttributeTypeOk(o.OrgId) +} + +// SetOrgId sets field value +func (o *IsolationSegment) SetOrgId(v IsolationSegmentGetOrgIdRetType) { + setIsolationSegmentGetOrgIdAttributeType(&o.OrgId, v) +} + +// GetPlatformId returns the PlatformId field value +func (o *IsolationSegment) GetPlatformId() (ret IsolationSegmentGetPlatformIdRetType) { + ret, _ = o.GetPlatformIdOk() + return ret +} + +// GetPlatformIdOk returns a tuple with the PlatformId field value +// and a boolean to check if the value has been set. +func (o *IsolationSegment) GetPlatformIdOk() (ret IsolationSegmentGetPlatformIdRetType, ok bool) { + return getIsolationSegmentGetPlatformIdAttributeTypeOk(o.PlatformId) +} + +// SetPlatformId sets field value +func (o *IsolationSegment) SetPlatformId(v IsolationSegmentGetPlatformIdRetType) { + setIsolationSegmentGetPlatformIdAttributeType(&o.PlatformId, v) +} + +// GetProjectId returns the ProjectId field value +func (o *IsolationSegment) GetProjectId() (ret IsolationSegmentGetProjectIdRetType) { + ret, _ = o.GetProjectIdOk() + return ret +} + +// GetProjectIdOk returns a tuple with the ProjectId field value +// and a boolean to check if the value has been set. +func (o *IsolationSegment) GetProjectIdOk() (ret IsolationSegmentGetProjectIdRetType, ok bool) { + return getIsolationSegmentGetProjectIdAttributeTypeOk(o.ProjectId) +} + +// SetProjectId sets field value +func (o *IsolationSegment) SetProjectId(v IsolationSegmentGetProjectIdRetType) { + setIsolationSegmentGetProjectIdAttributeType(&o.ProjectId, v) +} + +// GetRegion returns the Region field value +func (o *IsolationSegment) GetRegion() (ret IsolationSegmentGetRegionRetType) { + ret, _ = o.GetRegionOk() + return ret +} + +// GetRegionOk returns a tuple with the Region field value +// and a boolean to check if the value has been set. +func (o *IsolationSegment) GetRegionOk() (ret IsolationSegmentGetRegionRetType, ok bool) { + return getIsolationSegmentGetRegionAttributeTypeOk(o.Region) +} + +// SetRegion sets field value +func (o *IsolationSegment) SetRegion(v IsolationSegmentGetRegionRetType) { + setIsolationSegmentGetRegionAttributeType(&o.Region, v) +} + +// GetUpdatedAt returns the UpdatedAt field value +func (o *IsolationSegment) GetUpdatedAt() (ret IsolationSegmentGetUpdatedAtRetType) { + ret, _ = o.GetUpdatedAtOk() + return ret +} + +// GetUpdatedAtOk returns a tuple with the UpdatedAt field value +// and a boolean to check if the value has been set. +func (o *IsolationSegment) GetUpdatedAtOk() (ret IsolationSegmentGetUpdatedAtRetType, ok bool) { + return getIsolationSegmentGetUpdatedAtAttributeTypeOk(o.UpdatedAt) +} + +// SetUpdatedAt sets field value +func (o *IsolationSegment) SetUpdatedAt(v IsolationSegmentGetUpdatedAtRetType) { + setIsolationSegmentGetUpdatedAtAttributeType(&o.UpdatedAt, v) +} + +func (o IsolationSegment) ToMap() (map[string]interface{}, error) { + toSerialize := map[string]interface{}{} + if val, ok := getIsolationSegmentGetCreatedAtAttributeTypeOk(o.CreatedAt); ok { + toSerialize["CreatedAt"] = val + } + if val, ok := getIsolationSegmentGetGuidAttributeTypeOk(o.Guid); ok { + toSerialize["Guid"] = val + } + if val, ok := getIsolationSegmentGetNameAttributeTypeOk(o.Name); ok { + toSerialize["Name"] = val + } + if val, ok := getIsolationSegmentGetOrgIdAttributeTypeOk(o.OrgId); ok { + toSerialize["OrgId"] = val + } + if val, ok := getIsolationSegmentGetPlatformIdAttributeTypeOk(o.PlatformId); ok { + toSerialize["PlatformId"] = val + } + if val, ok := getIsolationSegmentGetProjectIdAttributeTypeOk(o.ProjectId); ok { + toSerialize["ProjectId"] = val + } + if val, ok := getIsolationSegmentGetRegionAttributeTypeOk(o.Region); ok { + toSerialize["Region"] = val + } + if val, ok := getIsolationSegmentGetUpdatedAtAttributeTypeOk(o.UpdatedAt); ok { + toSerialize["UpdatedAt"] = val + } + return toSerialize, nil +} + +type NullableIsolationSegment struct { + value *IsolationSegment + isSet bool +} + +func (v NullableIsolationSegment) Get() *IsolationSegment { + return v.value +} + +func (v *NullableIsolationSegment) Set(val *IsolationSegment) { + v.value = val + v.isSet = true +} + +func (v NullableIsolationSegment) IsSet() bool { + return v.isSet +} + +func (v *NullableIsolationSegment) Unset() { + v.value = nil + v.isSet = false +} + +func NewNullableIsolationSegment(val *IsolationSegment) *NullableIsolationSegment { + return &NullableIsolationSegment{value: val, isSet: true} +} + +func (v NullableIsolationSegment) MarshalJSON() ([]byte, error) { + return json.Marshal(v.value) +} + +func (v *NullableIsolationSegment) UnmarshalJSON(src []byte) error { + v.isSet = true + return json.Unmarshal(src, &v.value) +} diff --git a/services/scf/model_isolation_segment_test.go b/services/scf/model_isolation_segment_test.go new file mode 100644 index 000000000..d96cdf0fe --- /dev/null +++ b/services/scf/model_isolation_segment_test.go @@ -0,0 +1,11 @@ +/* +STACKIT Cloud Foundry API + +API endpoints for managing STACKIT Cloud Foundry + +API version: 1.0.0 +*/ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package scf diff --git a/services/scf/model_isolation_segments_list.go b/services/scf/model_isolation_segments_list.go new file mode 100644 index 000000000..573f0fd9c --- /dev/null +++ b/services/scf/model_isolation_segments_list.go @@ -0,0 +1,168 @@ +/* +STACKIT Cloud Foundry API + +API endpoints for managing STACKIT Cloud Foundry + +API version: 1.0.0 +*/ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package scf + +import ( + "encoding/json" +) + +// checks if the IsolationSegmentsList type satisfies the MappedNullable interface at compile time +var _ MappedNullable = &IsolationSegmentsList{} + +/* + types and functions for pagination +*/ + +// isModel +type IsolationSegmentsListGetPaginationAttributeType = *Pagination +type IsolationSegmentsListGetPaginationArgType = Pagination +type IsolationSegmentsListGetPaginationRetType = Pagination + +func getIsolationSegmentsListGetPaginationAttributeTypeOk(arg IsolationSegmentsListGetPaginationAttributeType) (ret IsolationSegmentsListGetPaginationRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentsListGetPaginationAttributeType(arg *IsolationSegmentsListGetPaginationAttributeType, val IsolationSegmentsListGetPaginationRetType) { + *arg = &val +} + +/* + types and functions for resources +*/ + +// isArray +type IsolationSegmentsListGetResourcesAttributeType = *[]IsolationSegment +type IsolationSegmentsListGetResourcesArgType = []IsolationSegment +type IsolationSegmentsListGetResourcesRetType = []IsolationSegment + +func getIsolationSegmentsListGetResourcesAttributeTypeOk(arg IsolationSegmentsListGetResourcesAttributeType) (ret IsolationSegmentsListGetResourcesRetType, ok bool) { + if arg == nil { + return ret, false + } + return *arg, true +} + +func setIsolationSegmentsListGetResourcesAttributeType(arg *IsolationSegmentsListGetResourcesAttributeType, val IsolationSegmentsListGetResourcesRetType) { + *arg = &val +} + +// IsolationSegmentsList struct for IsolationSegmentsList +type IsolationSegmentsList struct { + // REQUIRED + Pagination IsolationSegmentsListGetPaginationAttributeType `json:"pagination" required:"true"` + // REQUIRED + Resources IsolationSegmentsListGetResourcesAttributeType `json:"resources" required:"true"` +} + +type _IsolationSegmentsList IsolationSegmentsList + +// NewIsolationSegmentsList instantiates a new IsolationSegmentsList object +// This constructor will assign default values to properties that have it defined, +// 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 NewIsolationSegmentsList(pagination IsolationSegmentsListGetPaginationArgType, resources IsolationSegmentsListGetResourcesArgType) *IsolationSegmentsList { + this := IsolationSegmentsList{} + setIsolationSegmentsListGetPaginationAttributeType(&this.Pagination, pagination) + setIsolationSegmentsListGetResourcesAttributeType(&this.Resources, resources) + return &this +} + +// NewIsolationSegmentsListWithDefaults instantiates a new IsolationSegmentsList object +// This 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 NewIsolationSegmentsListWithDefaults() *IsolationSegmentsList { + this := IsolationSegmentsList{} + return &this +} + +// GetPagination returns the Pagination field value +func (o *IsolationSegmentsList) GetPagination() (ret IsolationSegmentsListGetPaginationRetType) { + ret, _ = o.GetPaginationOk() + return ret +} + +// GetPaginationOk returns a tuple with the Pagination field value +// and a boolean to check if the value has been set. +func (o *IsolationSegmentsList) GetPaginationOk() (ret IsolationSegmentsListGetPaginationRetType, ok bool) { + return getIsolationSegmentsListGetPaginationAttributeTypeOk(o.Pagination) +} + +// SetPagination sets field value +func (o *IsolationSegmentsList) SetPagination(v IsolationSegmentsListGetPaginationRetType) { + setIsolationSegmentsListGetPaginationAttributeType(&o.Pagination, v) +} + +// GetResources returns the Resources field value +func (o *IsolationSegmentsList) GetResources() (ret IsolationSegmentsListGetResourcesRetType) { + ret, _ = o.GetResourcesOk() + return ret +} + +// GetResourcesOk returns a tuple with the Resources field value +// and a boolean to check if the value has been set. +func (o *IsolationSegmentsList) GetResourcesOk() (ret IsolationSegmentsListGetResourcesRetType, ok bool) { + return getIsolationSegmentsListGetResourcesAttributeTypeOk(o.Resources) +} + +// SetResources sets field value +func (o *IsolationSegmentsList) SetResources(v IsolationSegmentsListGetResourcesRetType) { + setIsolationSegmentsListGetResourcesAttributeType(&o.Resources, v) +} + +func (o IsolationSegmentsList) ToMap() (map[string]interface{}, error) { + toSerialize := map[string]interface{}{} + if val, ok := getIsolationSegmentsListGetPaginationAttributeTypeOk(o.Pagination); ok { + toSerialize["Pagination"] = val + } + if val, ok := getIsolationSegmentsListGetResourcesAttributeTypeOk(o.Resources); ok { + toSerialize["Resources"] = val + } + return toSerialize, nil +} + +type NullableIsolationSegmentsList struct { + value *IsolationSegmentsList + isSet bool +} + +func (v NullableIsolationSegmentsList) Get() *IsolationSegmentsList { + return v.value +} + +func (v *NullableIsolationSegmentsList) Set(val *IsolationSegmentsList) { + v.value = val + v.isSet = true +} + +func (v NullableIsolationSegmentsList) IsSet() bool { + return v.isSet +} + +func (v *NullableIsolationSegmentsList) Unset() { + v.value = nil + v.isSet = false +} + +func NewNullableIsolationSegmentsList(val *IsolationSegmentsList) *NullableIsolationSegmentsList { + return &NullableIsolationSegmentsList{value: val, isSet: true} +} + +func (v NullableIsolationSegmentsList) MarshalJSON() ([]byte, error) { + return json.Marshal(v.value) +} + +func (v *NullableIsolationSegmentsList) UnmarshalJSON(src []byte) error { + v.isSet = true + return json.Unmarshal(src, &v.value) +} diff --git a/services/scf/model_isolation_segments_list_test.go b/services/scf/model_isolation_segments_list_test.go new file mode 100644 index 000000000..d96cdf0fe --- /dev/null +++ b/services/scf/model_isolation_segments_list_test.go @@ -0,0 +1,11 @@ +/* +STACKIT Cloud Foundry API + +API endpoints for managing STACKIT Cloud Foundry + +API version: 1.0.0 +*/ + +// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. + +package scf