Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.31 KB

WebsiteRequest.md

File metadata and controls

72 lines (39 loc) · 2.31 KB

WebsiteRequest

Properties

Name Type Description Notes
FkiWebsitetypeID int32 The unique ID of the Websitetype. Valid values: Value
SWebsiteAddress string The URL of the website.

Methods

NewWebsiteRequest

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

NewWebsiteRequestWithDefaults

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

GetFkiWebsitetypeID

func (o *WebsiteRequest) GetFkiWebsitetypeID() int32

GetFkiWebsitetypeID returns the FkiWebsitetypeID field if non-nil, zero value otherwise.

GetFkiWebsitetypeIDOk

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.

SetFkiWebsitetypeID

func (o *WebsiteRequest) SetFkiWebsitetypeID(v int32)

SetFkiWebsitetypeID sets FkiWebsitetypeID field to given value.

GetSWebsiteAddress

func (o *WebsiteRequest) GetSWebsiteAddress() string

GetSWebsiteAddress returns the SWebsiteAddress field if non-nil, zero value otherwise.

GetSWebsiteAddressOk

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.

SetSWebsiteAddress

func (o *WebsiteRequest) SetSWebsiteAddress(v string)

SetSWebsiteAddress sets SWebsiteAddress field to given value.

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