Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The id of the component. | [optional] |
VersionedComponentId | Pointer to string | The ID of the corresponding component that is under version control | [optional] |
ParentGroupId | Pointer to string | The id of parent process group of this component if applicable. | [optional] |
Position | Pointer to PositionDTO | [optional] |
func NewFunnelDTO() *FunnelDTO
NewFunnelDTO instantiates a new FunnelDTO 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 NewFunnelDTOWithDefaults() *FunnelDTO
NewFunnelDTOWithDefaults instantiates a new FunnelDTO 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 *FunnelDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FunnelDTO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunnelDTO) SetId(v string)
SetId sets Id field to given value.
func (o *FunnelDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *FunnelDTO) GetVersionedComponentId() string
GetVersionedComponentId returns the VersionedComponentId field if non-nil, zero value otherwise.
func (o *FunnelDTO) GetVersionedComponentIdOk() (*string, bool)
GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunnelDTO) SetVersionedComponentId(v string)
SetVersionedComponentId sets VersionedComponentId field to given value.
func (o *FunnelDTO) HasVersionedComponentId() bool
HasVersionedComponentId returns a boolean if a field has been set.
func (o *FunnelDTO) GetParentGroupId() string
GetParentGroupId returns the ParentGroupId field if non-nil, zero value otherwise.
func (o *FunnelDTO) GetParentGroupIdOk() (*string, bool)
GetParentGroupIdOk returns a tuple with the ParentGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunnelDTO) SetParentGroupId(v string)
SetParentGroupId sets ParentGroupId field to given value.
func (o *FunnelDTO) HasParentGroupId() bool
HasParentGroupId returns a boolean if a field has been set.
func (o *FunnelDTO) GetPosition() PositionDTO
GetPosition returns the Position field if non-nil, zero value otherwise.
func (o *FunnelDTO) GetPositionOk() (*PositionDTO, bool)
GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FunnelDTO) SetPosition(v PositionDTO)
SetPosition sets Position field to given value.
func (o *FunnelDTO) HasPosition() bool
HasPosition returns a boolean if a field has been set.