Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.75 KB

FeatureToggleQueryRequestAllOf.md

File metadata and controls

51 lines (28 loc) · 1.75 KB

FeatureToggleQueryRequestAllOf

Properties

Name Type Description Notes
OrganizationId string

Methods

NewFeatureToggleQueryRequestAllOf

func NewFeatureToggleQueryRequestAllOf(organizationId string, ) *FeatureToggleQueryRequestAllOf

NewFeatureToggleQueryRequestAllOf instantiates a new FeatureToggleQueryRequestAllOf 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

NewFeatureToggleQueryRequestAllOfWithDefaults

func NewFeatureToggleQueryRequestAllOfWithDefaults() *FeatureToggleQueryRequestAllOf

NewFeatureToggleQueryRequestAllOfWithDefaults instantiates a new FeatureToggleQueryRequestAllOf 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

GetOrganizationId

func (o *FeatureToggleQueryRequestAllOf) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.

GetOrganizationIdOk

func (o *FeatureToggleQueryRequestAllOf) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrganizationId

func (o *FeatureToggleQueryRequestAllOf) SetOrganizationId(v string)

SetOrganizationId sets OrganizationId field to given value.

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