Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | Name of the software updated | [optional] |
Before | Pointer to string | Version of the software before update | [optional] |
After | Pointer to string | Version of the software after update | [optional] |
func NewCampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner() *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner
NewCampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner instantiates a new CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner 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 NewCampaignEventNodeResultNodesInnerResultSoftwareUpdatedInnerWithDefaults() *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner
NewCampaignEventNodeResultNodesInnerResultSoftwareUpdatedInnerWithDefaults instantiates a new CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner 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 *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) SetName(v string)
SetName sets Name field to given value.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) GetBefore() string
GetBefore returns the Before field if non-nil, zero value otherwise.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) GetBeforeOk() (*string, bool)
GetBeforeOk returns a tuple with the Before field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) SetBefore(v string)
SetBefore sets Before field to given value.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) HasBefore() bool
HasBefore returns a boolean if a field has been set.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) GetAfter() string
GetAfter returns the After field if non-nil, zero value otherwise.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) GetAfterOk() (*string, bool)
GetAfterOk returns a tuple with the After field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) SetAfter(v string)
SetAfter sets After field to given value.
func (o *CampaignEventNodeResultNodesInnerResultSoftwareUpdatedInner) HasAfter() bool
HasAfter returns a boolean if a field has been set.