Files
autoglue/sdk/go/docs/HandlersOrgUpdateReq.md
2025-11-02 22:37:41 +00:00

2.2 KiB

HandlersOrgUpdateReq

Properties

Name Type Description Notes
Domain Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewHandlersOrgUpdateReq

func NewHandlersOrgUpdateReq() *HandlersOrgUpdateReq

NewHandlersOrgUpdateReq instantiates a new HandlersOrgUpdateReq 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

NewHandlersOrgUpdateReqWithDefaults

func NewHandlersOrgUpdateReqWithDefaults() *HandlersOrgUpdateReq

NewHandlersOrgUpdateReqWithDefaults instantiates a new HandlersOrgUpdateReq 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 *HandlersOrgUpdateReq) GetDomain() string

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *HandlersOrgUpdateReq) 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 *HandlersOrgUpdateReq) SetDomain(v string)

SetDomain sets Domain field to given value.

HasDomain

func (o *HandlersOrgUpdateReq) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetName

func (o *HandlersOrgUpdateReq) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *HandlersOrgUpdateReq) 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 *HandlersOrgUpdateReq) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *HandlersOrgUpdateReq) HasName() bool

HasName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]