BindSiteBriefOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | Site Template ID | [optional] |
| Name | Pointer to string | Name of the site template, contains 1 to 64 characters. | [optional] |
| Overrides | Pointer to []string | Override configurations of the site. | [optional] |
| Status | Pointer to string | Configuration status of the site. | [optional] |
Methods
NewBindSiteBriefOpenApiVO
func NewBindSiteBriefOpenApiVO() *BindSiteBriefOpenApiVO
NewBindSiteBriefOpenApiVO instantiates a new BindSiteBriefOpenApiVO 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
NewBindSiteBriefOpenApiVOWithDefaults
func NewBindSiteBriefOpenApiVOWithDefaults() *BindSiteBriefOpenApiVO
NewBindSiteBriefOpenApiVOWithDefaults instantiates a new BindSiteBriefOpenApiVO 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
GetId
func (o *BindSiteBriefOpenApiVO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *BindSiteBriefOpenApiVO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *BindSiteBriefOpenApiVO) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *BindSiteBriefOpenApiVO) HasId() bool
HasId returns a boolean if a field has been set.
GetName
func (o *BindSiteBriefOpenApiVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *BindSiteBriefOpenApiVO) 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.
SetName
func (o *BindSiteBriefOpenApiVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *BindSiteBriefOpenApiVO) HasName() bool
HasName returns a boolean if a field has been set.
GetOverrides
func (o *BindSiteBriefOpenApiVO) GetOverrides() []string
GetOverrides returns the Overrides field if non-nil, zero value otherwise.
GetOverridesOk
func (o *BindSiteBriefOpenApiVO) GetOverridesOk() (*[]string, bool)
GetOverridesOk returns a tuple with the Overrides field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOverrides
func (o *BindSiteBriefOpenApiVO) SetOverrides(v []string)
SetOverrides sets Overrides field to given value.
HasOverrides
func (o *BindSiteBriefOpenApiVO) HasOverrides() bool
HasOverrides returns a boolean if a field has been set.
GetStatus
func (o *BindSiteBriefOpenApiVO) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *BindSiteBriefOpenApiVO) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatus
func (o *BindSiteBriefOpenApiVO) SetStatus(v string)
SetStatus sets Status field to given value.
HasStatus
func (o *BindSiteBriefOpenApiVO) HasStatus() bool
HasStatus returns a boolean if a field has been set.