Name | Type | Description | Notes |
---|---|---|---|
Feature | string |
func NewDisableServiceModelFeatureRequest2(feature string, ) *DisableServiceModelFeatureRequest2
NewDisableServiceModelFeatureRequest2 instantiates a new DisableServiceModelFeatureRequest2 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 NewDisableServiceModelFeatureRequest2WithDefaults() *DisableServiceModelFeatureRequest2
NewDisableServiceModelFeatureRequest2WithDefaults instantiates a new DisableServiceModelFeatureRequest2 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 *DisableServiceModelFeatureRequest2) GetFeature() string
GetFeature returns the Feature field if non-nil, zero value otherwise.
func (o *DisableServiceModelFeatureRequest2) GetFeatureOk() (*string, bool)
GetFeatureOk returns a tuple with the Feature field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DisableServiceModelFeatureRequest2) SetFeature(v string)
SetFeature sets Feature field to given value.