Name | Type | Description | Notes |
---|---|---|---|
Case | Pointer to string | The casing convention to enforce for new flag keys in this project | [optional] |
Prefix | Pointer to string | The prefix to enforce for new flag keys in this project | [optional] |
func NewNamingConvention() *NamingConvention
NewNamingConvention instantiates a new NamingConvention 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 NewNamingConventionWithDefaults() *NamingConvention
NewNamingConventionWithDefaults instantiates a new NamingConvention 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 *NamingConvention) GetCase() string
GetCase returns the Case field if non-nil, zero value otherwise.
func (o *NamingConvention) GetCaseOk() (*string, bool)
GetCaseOk returns a tuple with the Case field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConvention) SetCase(v string)
SetCase sets Case field to given value.
func (o *NamingConvention) HasCase() bool
HasCase returns a boolean if a field has been set.
func (o *NamingConvention) GetPrefix() string
GetPrefix returns the Prefix field if non-nil, zero value otherwise.
func (o *NamingConvention) GetPrefixOk() (*string, bool)
GetPrefixOk returns a tuple with the Prefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConvention) SetPrefix(v string)
SetPrefix sets Prefix field to given value.
func (o *NamingConvention) HasPrefix() bool
HasPrefix returns a boolean if a field has been set.