Name | Type | Description | Notes |
---|---|---|---|
PkiWebsiteID | Pointer to int32 | The unique ID of the Website Default | [optional] |
FkiWebsitetypeID | int32 | The unique ID of the Websitetype. Valid values: | Value |
SWebsiteAddress | string | The URL of the website. |
func NewWebsiteRequest(fkiWebsitetypeID int32, sWebsiteAddress string, ) *WebsiteRequest
NewWebsiteRequest instantiates a new WebsiteRequest 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 NewWebsiteRequestWithDefaults() *WebsiteRequest
NewWebsiteRequestWithDefaults instantiates a new WebsiteRequest 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 *WebsiteRequest) GetPkiWebsiteID() int32
GetPkiWebsiteID returns the PkiWebsiteID field if non-nil, zero value otherwise.
func (o *WebsiteRequest) GetPkiWebsiteIDOk() (*int32, bool)
GetPkiWebsiteIDOk returns a tuple with the PkiWebsiteID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebsiteRequest) SetPkiWebsiteID(v int32)
SetPkiWebsiteID sets PkiWebsiteID field to given value.
func (o *WebsiteRequest) HasPkiWebsiteID() bool
HasPkiWebsiteID returns a boolean if a field has been set.
func (o *WebsiteRequest) GetFkiWebsitetypeID() int32
GetFkiWebsitetypeID returns the FkiWebsitetypeID field if non-nil, zero value otherwise.
func (o *WebsiteRequest) GetFkiWebsitetypeIDOk() (*int32, bool)
GetFkiWebsitetypeIDOk returns a tuple with the FkiWebsitetypeID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebsiteRequest) SetFkiWebsitetypeID(v int32)
SetFkiWebsitetypeID sets FkiWebsitetypeID field to given value.
func (o *WebsiteRequest) GetSWebsiteAddress() string
GetSWebsiteAddress returns the SWebsiteAddress field if non-nil, zero value otherwise.
func (o *WebsiteRequest) GetSWebsiteAddressOk() (*string, bool)
GetSWebsiteAddressOk returns a tuple with the SWebsiteAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebsiteRequest) SetSWebsiteAddress(v string)
SetSWebsiteAddress sets SWebsiteAddress field to given value.