Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.47 KB

AppVIsolationGroupPackageRequestModel.md

File metadata and controls

72 lines (39 loc) · 2.47 KB

AppVIsolationGroupPackageRequestModel

Properties

Name Type Description Notes
ExplicitInclusion bool Gets or sets a value indicating whether ExplicitInclusion
Uid int32 Uid of IsolationGroup

Methods

NewAppVIsolationGroupPackageRequestModel

func NewAppVIsolationGroupPackageRequestModel(explicitInclusion bool, uid int32, ) *AppVIsolationGroupPackageRequestModel

NewAppVIsolationGroupPackageRequestModel instantiates a new AppVIsolationGroupPackageRequestModel 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

NewAppVIsolationGroupPackageRequestModelWithDefaults

func NewAppVIsolationGroupPackageRequestModelWithDefaults() *AppVIsolationGroupPackageRequestModel

NewAppVIsolationGroupPackageRequestModelWithDefaults instantiates a new AppVIsolationGroupPackageRequestModel 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

GetExplicitInclusion

func (o *AppVIsolationGroupPackageRequestModel) GetExplicitInclusion() bool

GetExplicitInclusion returns the ExplicitInclusion field if non-nil, zero value otherwise.

GetExplicitInclusionOk

func (o *AppVIsolationGroupPackageRequestModel) GetExplicitInclusionOk() (*bool, bool)

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

SetExplicitInclusion

func (o *AppVIsolationGroupPackageRequestModel) SetExplicitInclusion(v bool)

SetExplicitInclusion sets ExplicitInclusion field to given value.

GetUid

func (o *AppVIsolationGroupPackageRequestModel) GetUid() int32

GetUid returns the Uid field if non-nil, zero value otherwise.

GetUidOk

func (o *AppVIsolationGroupPackageRequestModel) GetUidOk() (*int32, bool)

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

SetUid

func (o *AppVIsolationGroupPackageRequestModel) SetUid(v int32)

SetUid sets Uid field to given value.

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