Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.87 KB

PatchSoftwareTitleConfigurationDependency.md

File metadata and controls

82 lines (45 loc) · 2.87 KB

PatchSoftwareTitleConfigurationDependency

Properties

Name Type Description Notes
SmartGroupId Pointer to string [optional]
SmartGroupName Pointer to string [optional]

Methods

NewPatchSoftwareTitleConfigurationDependency

func NewPatchSoftwareTitleConfigurationDependency() *PatchSoftwareTitleConfigurationDependency

NewPatchSoftwareTitleConfigurationDependency instantiates a new PatchSoftwareTitleConfigurationDependency 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

NewPatchSoftwareTitleConfigurationDependencyWithDefaults

func NewPatchSoftwareTitleConfigurationDependencyWithDefaults() *PatchSoftwareTitleConfigurationDependency

NewPatchSoftwareTitleConfigurationDependencyWithDefaults instantiates a new PatchSoftwareTitleConfigurationDependency 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

GetSmartGroupId

func (o *PatchSoftwareTitleConfigurationDependency) GetSmartGroupId() string

GetSmartGroupId returns the SmartGroupId field if non-nil, zero value otherwise.

GetSmartGroupIdOk

func (o *PatchSoftwareTitleConfigurationDependency) GetSmartGroupIdOk() (*string, bool)

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

SetSmartGroupId

func (o *PatchSoftwareTitleConfigurationDependency) SetSmartGroupId(v string)

SetSmartGroupId sets SmartGroupId field to given value.

HasSmartGroupId

func (o *PatchSoftwareTitleConfigurationDependency) HasSmartGroupId() bool

HasSmartGroupId returns a boolean if a field has been set.

GetSmartGroupName

func (o *PatchSoftwareTitleConfigurationDependency) GetSmartGroupName() string

GetSmartGroupName returns the SmartGroupName field if non-nil, zero value otherwise.

GetSmartGroupNameOk

func (o *PatchSoftwareTitleConfigurationDependency) GetSmartGroupNameOk() (*string, bool)

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

SetSmartGroupName

func (o *PatchSoftwareTitleConfigurationDependency) SetSmartGroupName(v string)

SetSmartGroupName sets SmartGroupName field to given value.

HasSmartGroupName

func (o *PatchSoftwareTitleConfigurationDependency) HasSmartGroupName() bool

HasSmartGroupName returns a boolean if a field has been set.

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