Name | Type | Description | Notes |
---|---|---|---|
CustomDomain | string | The custom domain | |
Description | string | The custom domain description | |
EnvironmentType | string | The environment type for the custom domain | |
Name | string | The custom domain name |
func NewCreateSaaSPortalCustomDomainRequest2(customDomain string, description string, environmentType string, name string, ) *CreateSaaSPortalCustomDomainRequest2
NewCreateSaaSPortalCustomDomainRequest2 instantiates a new CreateSaaSPortalCustomDomainRequest2 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 NewCreateSaaSPortalCustomDomainRequest2WithDefaults() *CreateSaaSPortalCustomDomainRequest2
NewCreateSaaSPortalCustomDomainRequest2WithDefaults instantiates a new CreateSaaSPortalCustomDomainRequest2 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 (o *CreateSaaSPortalCustomDomainRequest2) GetCustomDomain() string
GetCustomDomain returns the CustomDomain field if non-nil, zero value otherwise.
func (o *CreateSaaSPortalCustomDomainRequest2) GetCustomDomainOk() (*string, bool)
GetCustomDomainOk returns a tuple with the CustomDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSaaSPortalCustomDomainRequest2) SetCustomDomain(v string)
SetCustomDomain sets CustomDomain field to given value.
func (o *CreateSaaSPortalCustomDomainRequest2) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateSaaSPortalCustomDomainRequest2) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSaaSPortalCustomDomainRequest2) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateSaaSPortalCustomDomainRequest2) GetEnvironmentType() string
GetEnvironmentType returns the EnvironmentType field if non-nil, zero value otherwise.
func (o *CreateSaaSPortalCustomDomainRequest2) GetEnvironmentTypeOk() (*string, bool)
GetEnvironmentTypeOk returns a tuple with the EnvironmentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateSaaSPortalCustomDomainRequest2) SetEnvironmentType(v string)
SetEnvironmentType sets EnvironmentType field to given value.
func (o *CreateSaaSPortalCustomDomainRequest2) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateSaaSPortalCustomDomainRequest2) 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.
func (o *CreateSaaSPortalCustomDomainRequest2) SetName(v string)
SetName sets Name field to given value.