SiteMeshSetting
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Mesh | Pointer to MeshSettingVO | [optional] |
Methods
NewSiteMeshSetting
func NewSiteMeshSetting() *SiteMeshSetting
NewSiteMeshSetting instantiates a new SiteMeshSetting 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
NewSiteMeshSettingWithDefaults
func NewSiteMeshSettingWithDefaults() *SiteMeshSetting
NewSiteMeshSettingWithDefaults instantiates a new SiteMeshSetting 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
GetMesh
func (o *SiteMeshSetting) GetMesh() MeshSettingVO
GetMesh returns the Mesh field if non-nil, zero value otherwise.
GetMeshOk
func (o *SiteMeshSetting) GetMeshOk() (*MeshSettingVO, bool)
GetMeshOk returns a tuple with the Mesh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMesh
func (o *SiteMeshSetting) SetMesh(v MeshSettingVO)
SetMesh sets Mesh field to given value.
HasMesh
func (o *SiteMeshSetting) HasMesh() bool
HasMesh returns a boolean if a field has been set.