Name | Type | Description | Notes |
---|---|---|---|
Development | Pointer to NullableBool | Denotes whether it's in development | [optional] |
ThrowWarnings | Pointer to NullableBool | Denotes whether to throw warnings | [optional] |
func NewLogging() *Logging
NewLogging instantiates a new Logging 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
func NewLoggingWithDefaults() *Logging
NewLoggingWithDefaults instantiates a new Logging 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
func (o *Logging) GetDevelopment() bool
GetDevelopment returns the Development field if non-nil, zero value otherwise.
func (o *Logging) GetDevelopmentOk() (*bool, bool)
GetDevelopmentOk returns a tuple with the Development field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Logging) SetDevelopment(v bool)
SetDevelopment sets Development field to given value.
func (o *Logging) HasDevelopment() bool
HasDevelopment returns a boolean if a field has been set.
func (o *Logging) SetDevelopmentNil(b bool)
SetDevelopmentNil sets the value for Development to be an explicit nil
func (o *Logging) UnsetDevelopment()
UnsetDevelopment ensures that no value is present for Development, not even an explicit nil
func (o *Logging) GetThrowWarnings() bool
GetThrowWarnings returns the ThrowWarnings field if non-nil, zero value otherwise.
func (o *Logging) GetThrowWarningsOk() (*bool, bool)
GetThrowWarningsOk returns a tuple with the ThrowWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Logging) SetThrowWarnings(v bool)
SetThrowWarnings sets ThrowWarnings field to given value.
func (o *Logging) HasThrowWarnings() bool
HasThrowWarnings returns a boolean if a field has been set.
func (o *Logging) SetThrowWarningsNil(b bool)
SetThrowWarningsNil sets the value for ThrowWarnings to be an explicit nil
func (o *Logging) UnsetThrowWarnings()
UnsetThrowWarnings ensures that no value is present for ThrowWarnings, not even an explicit nil