| Name | Type | Description | Notes |
|---|---|---|---|
| Values | Pointer to []string | [optional] | |
| ContextKind | Pointer to string | [optional] |
func NewSegmentTarget() *SegmentTarget
NewSegmentTarget instantiates a new SegmentTarget 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 NewSegmentTargetWithDefaults() *SegmentTarget
NewSegmentTargetWithDefaults instantiates a new SegmentTarget 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 *SegmentTarget) GetValues() []string
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *SegmentTarget) GetValuesOk() (*[]string, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentTarget) SetValues(v []string)
SetValues sets Values field to given value.
func (o *SegmentTarget) HasValues() bool
HasValues returns a boolean if a field has been set.
func (o *SegmentTarget) GetContextKind() string
GetContextKind returns the ContextKind field if non-nil, zero value otherwise.
func (o *SegmentTarget) GetContextKindOk() (*string, bool)
GetContextKindOk returns a tuple with the ContextKind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentTarget) SetContextKind(v string)
SetContextKind sets ContextKind field to given value.
func (o *SegmentTarget) HasContextKind() bool
HasContextKind returns a boolean if a field has been set.