Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.71 KB

DisableServiceModelFeatureRequest2.md

File metadata and controls

51 lines (28 loc) · 1.71 KB

DisableServiceModelFeatureRequest2

Properties

Name Type Description Notes
Feature string

Methods

NewDisableServiceModelFeatureRequest2

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

NewDisableServiceModelFeatureRequest2WithDefaults

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

GetFeature

func (o *DisableServiceModelFeatureRequest2) GetFeature() string

GetFeature returns the Feature field if non-nil, zero value otherwise.

GetFeatureOk

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.

SetFeature

func (o *DisableServiceModelFeatureRequest2) SetFeature(v string)

SetFeature sets Feature field to given value.

[Back to Model list] [Back to API list] [Back to README]