Name | Type | Description | Notes |
---|---|---|---|
Group | PlanGroupPost | ||
Config | PlanConfigurationPost |
func NewManagedSoftwareUpdatePlanGroupPost(group PlanGroupPost, config PlanConfigurationPost, ) *ManagedSoftwareUpdatePlanGroupPost
NewManagedSoftwareUpdatePlanGroupPost instantiates a new ManagedSoftwareUpdatePlanGroupPost 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 NewManagedSoftwareUpdatePlanGroupPostWithDefaults() *ManagedSoftwareUpdatePlanGroupPost
NewManagedSoftwareUpdatePlanGroupPostWithDefaults instantiates a new ManagedSoftwareUpdatePlanGroupPost 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 *ManagedSoftwareUpdatePlanGroupPost) GetGroup() PlanGroupPost
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *ManagedSoftwareUpdatePlanGroupPost) GetGroupOk() (*PlanGroupPost, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedSoftwareUpdatePlanGroupPost) SetGroup(v PlanGroupPost)
SetGroup sets Group field to given value.
func (o *ManagedSoftwareUpdatePlanGroupPost) GetConfig() PlanConfigurationPost
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *ManagedSoftwareUpdatePlanGroupPost) GetConfigOk() (*PlanConfigurationPost, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedSoftwareUpdatePlanGroupPost) SetConfig(v PlanConfigurationPost)
SetConfig sets Config field to given value.