Skip to content

CreateNewSiteResponseAllOfResult

Properties

Name Type Description Notes
SiteId Pointer to string Id of the created site [optional]

Methods

NewCreateNewSiteResponseAllOfResult

func NewCreateNewSiteResponseAllOfResult() *CreateNewSiteResponseAllOfResult

NewCreateNewSiteResponseAllOfResult instantiates a new CreateNewSiteResponseAllOfResult 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

NewCreateNewSiteResponseAllOfResultWithDefaults

func NewCreateNewSiteResponseAllOfResultWithDefaults() *CreateNewSiteResponseAllOfResult

NewCreateNewSiteResponseAllOfResultWithDefaults instantiates a new CreateNewSiteResponseAllOfResult 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

GetSiteId

func (o *CreateNewSiteResponseAllOfResult) GetSiteId() string

GetSiteId returns the SiteId field if non-nil, zero value otherwise.

GetSiteIdOk

func (o *CreateNewSiteResponseAllOfResult) GetSiteIdOk() (*string, bool)

GetSiteIdOk returns a tuple with the SiteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSiteId

func (o *CreateNewSiteResponseAllOfResult) SetSiteId(v string)

SetSiteId sets SiteId field to given value.

HasSiteId

func (o *CreateNewSiteResponseAllOfResult) HasSiteId() bool

HasSiteId returns a boolean if a field has been set.

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