fix: rename sdk to match repo & introduce git subtree

This commit is contained in:
allanice001
2025-11-02 22:30:34 +00:00
parent 43f8549320
commit e313d5fc4f
242 changed files with 183 additions and 39458 deletions

View File

@@ -1,82 +0,0 @@
# HandlersOrgCreateReq
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Domain** | Pointer to **string** | | [optional]
**Name** | Pointer to **string** | | [optional]
## Methods
### NewHandlersOrgCreateReq
`func NewHandlersOrgCreateReq() *HandlersOrgCreateReq`
NewHandlersOrgCreateReq instantiates a new HandlersOrgCreateReq 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
### NewHandlersOrgCreateReqWithDefaults
`func NewHandlersOrgCreateReqWithDefaults() *HandlersOrgCreateReq`
NewHandlersOrgCreateReqWithDefaults instantiates a new HandlersOrgCreateReq 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
### GetDomain
`func (o *HandlersOrgCreateReq) GetDomain() string`
GetDomain returns the Domain field if non-nil, zero value otherwise.
### GetDomainOk
`func (o *HandlersOrgCreateReq) GetDomainOk() (*string, bool)`
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetDomain
`func (o *HandlersOrgCreateReq) SetDomain(v string)`
SetDomain sets Domain field to given value.
### HasDomain
`func (o *HandlersOrgCreateReq) HasDomain() bool`
HasDomain returns a boolean if a field has been set.
### GetName
`func (o *HandlersOrgCreateReq) GetName() string`
GetName returns the Name field if non-nil, zero value otherwise.
### GetNameOk
`func (o *HandlersOrgCreateReq) GetNameOk() (*string, bool)`
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetName
`func (o *HandlersOrgCreateReq) SetName(v string)`
SetName sets Name field to given value.
### HasName
`func (o *HandlersOrgCreateReq) HasName() bool`
HasName returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)