| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| MetadataSource | Pointer to NullableString | [optional] | |
| ConsoleLogLevel | Pointer to NullableString | [optional] | |
| LogSql | Pointer to bool | [optional] | |
| LogRotate | Pointer to int32 | [optional] | |
| FilterSentryEvents | Pointer to bool | [optional] |
func NewDevelopmentConfigResource() *DevelopmentConfigResource
NewDevelopmentConfigResource instantiates a new DevelopmentConfigResource 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 NewDevelopmentConfigResourceWithDefaults() *DevelopmentConfigResource
NewDevelopmentConfigResourceWithDefaults instantiates a new DevelopmentConfigResource 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 *DevelopmentConfigResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DevelopmentConfigResource) GetIdOk() (*int32, 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.
func (o *DevelopmentConfigResource) SetId(v int32)
SetId sets Id field to given value.
func (o *DevelopmentConfigResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DevelopmentConfigResource) GetMetadataSource() string
GetMetadataSource returns the MetadataSource field if non-nil, zero value otherwise.
func (o *DevelopmentConfigResource) GetMetadataSourceOk() (*string, bool)
GetMetadataSourceOk returns a tuple with the MetadataSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DevelopmentConfigResource) SetMetadataSource(v string)
SetMetadataSource sets MetadataSource field to given value.
func (o *DevelopmentConfigResource) HasMetadataSource() bool
HasMetadataSource returns a boolean if a field has been set.
func (o *DevelopmentConfigResource) SetMetadataSourceNil(b bool)
SetMetadataSourceNil sets the value for MetadataSource to be an explicit nil
func (o *DevelopmentConfigResource) UnsetMetadataSource()
UnsetMetadataSource ensures that no value is present for MetadataSource, not even an explicit nil
func (o *DevelopmentConfigResource) GetConsoleLogLevel() string
GetConsoleLogLevel returns the ConsoleLogLevel field if non-nil, zero value otherwise.
func (o *DevelopmentConfigResource) GetConsoleLogLevelOk() (*string, bool)
GetConsoleLogLevelOk returns a tuple with the ConsoleLogLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DevelopmentConfigResource) SetConsoleLogLevel(v string)
SetConsoleLogLevel sets ConsoleLogLevel field to given value.
func (o *DevelopmentConfigResource) HasConsoleLogLevel() bool
HasConsoleLogLevel returns a boolean if a field has been set.
func (o *DevelopmentConfigResource) SetConsoleLogLevelNil(b bool)
SetConsoleLogLevelNil sets the value for ConsoleLogLevel to be an explicit nil
func (o *DevelopmentConfigResource) UnsetConsoleLogLevel()
UnsetConsoleLogLevel ensures that no value is present for ConsoleLogLevel, not even an explicit nil
func (o *DevelopmentConfigResource) GetLogSql() bool
GetLogSql returns the LogSql field if non-nil, zero value otherwise.
func (o *DevelopmentConfigResource) GetLogSqlOk() (*bool, bool)
GetLogSqlOk returns a tuple with the LogSql field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DevelopmentConfigResource) SetLogSql(v bool)
SetLogSql sets LogSql field to given value.
func (o *DevelopmentConfigResource) HasLogSql() bool
HasLogSql returns a boolean if a field has been set.
func (o *DevelopmentConfigResource) GetLogRotate() int32
GetLogRotate returns the LogRotate field if non-nil, zero value otherwise.
func (o *DevelopmentConfigResource) GetLogRotateOk() (*int32, bool)
GetLogRotateOk returns a tuple with the LogRotate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DevelopmentConfigResource) SetLogRotate(v int32)
SetLogRotate sets LogRotate field to given value.
func (o *DevelopmentConfigResource) HasLogRotate() bool
HasLogRotate returns a boolean if a field has been set.
func (o *DevelopmentConfigResource) GetFilterSentryEvents() bool
GetFilterSentryEvents returns the FilterSentryEvents field if non-nil, zero value otherwise.
func (o *DevelopmentConfigResource) GetFilterSentryEventsOk() (*bool, bool)
GetFilterSentryEventsOk returns a tuple with the FilterSentryEvents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DevelopmentConfigResource) SetFilterSentryEvents(v bool)
SetFilterSentryEvents sets FilterSentryEvents field to given value.
func (o *DevelopmentConfigResource) HasFilterSentryEvents() bool
HasFilterSentryEvents returns a boolean if a field has been set.