Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.39 KB

ManagedSoftwareUpdatePlanGroupPost.md

File metadata and controls

72 lines (39 loc) · 2.39 KB

ManagedSoftwareUpdatePlanGroupPost

Properties

Name Type Description Notes
Group PlanGroupPost
Config PlanConfigurationPost

Methods

NewManagedSoftwareUpdatePlanGroupPost

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

NewManagedSoftwareUpdatePlanGroupPostWithDefaults

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

GetGroup

func (o *ManagedSoftwareUpdatePlanGroupPost) GetGroup() PlanGroupPost

GetGroup returns the Group field if non-nil, zero value otherwise.

GetGroupOk

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.

SetGroup

func (o *ManagedSoftwareUpdatePlanGroupPost) SetGroup(v PlanGroupPost)

SetGroup sets Group field to given value.

GetConfig

func (o *ManagedSoftwareUpdatePlanGroupPost) GetConfig() PlanConfigurationPost

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

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.

SetConfig

func (o *ManagedSoftwareUpdatePlanGroupPost) SetConfig(v PlanConfigurationPost)

SetConfig sets Config field to given value.

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