SiteRemoteLoggingSetting
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RemoteLog | Pointer to RemoteLogSettingVO | [optional] |
Methods
NewSiteRemoteLoggingSetting
func NewSiteRemoteLoggingSetting() *SiteRemoteLoggingSetting
NewSiteRemoteLoggingSetting instantiates a new SiteRemoteLoggingSetting 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
NewSiteRemoteLoggingSettingWithDefaults
func NewSiteRemoteLoggingSettingWithDefaults() *SiteRemoteLoggingSetting
NewSiteRemoteLoggingSettingWithDefaults instantiates a new SiteRemoteLoggingSetting 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
GetRemoteLog
func (o *SiteRemoteLoggingSetting) GetRemoteLog() RemoteLogSettingVO
GetRemoteLog returns the RemoteLog field if non-nil, zero value otherwise.
GetRemoteLogOk
func (o *SiteRemoteLoggingSetting) GetRemoteLogOk() (*RemoteLogSettingVO, bool)
GetRemoteLogOk returns a tuple with the RemoteLog field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRemoteLog
func (o *SiteRemoteLoggingSetting) SetRemoteLog(v RemoteLogSettingVO)
SetRemoteLog sets RemoteLog field to given value.
HasRemoteLog
func (o *SiteRemoteLoggingSetting) HasRemoteLog() bool
HasRemoteLog returns a boolean if a field has been set.