mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
83 lines
2.2 KiB
Markdown
83 lines
2.2 KiB
Markdown
# 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)
|
|
|
|
|