Name | Type | Description | Notes |
---|---|---|---|
Product | Pointer to ProductModel | [optional] | |
SegmentId | Pointer to string | Identifier of the Segment. | [optional] |
Name | Pointer to NullableString | Name of the Segment. | [optional] |
Description | Pointer to NullableString | Description of the Segment. | [optional] |
CreatorEmail | Pointer to NullableString | The email of the user who created the Segment. | [optional] |
CreatorFullName | Pointer to NullableString | The name of the user who created the Segment. | [optional] |
CreatedAt | Pointer to time.Time | The date and time when the Segment was created. | [optional] |
LastUpdaterEmail | Pointer to NullableString | The email of the user who last updated the Segment. | [optional] |
LastUpdaterFullName | Pointer to NullableString | The name of the user who last updated the Segment. | [optional] |
UpdatedAt | Pointer to time.Time | The date and time when the Segment was last updated. | [optional] |
Usage | Pointer to int32 | Determines how many Feature Flags and Settings are using the Segment. | [optional] |
func NewSegmentListModel() *SegmentListModel
NewSegmentListModel instantiates a new SegmentListModel 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 NewSegmentListModelWithDefaults() *SegmentListModel
NewSegmentListModelWithDefaults instantiates a new SegmentListModel 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 *SegmentListModel) GetProduct() ProductModel
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetProductOk() (*ProductModel, bool)
GetProductOk returns a tuple with the Product field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetProduct(v ProductModel)
SetProduct sets Product field to given value.
func (o *SegmentListModel) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (o *SegmentListModel) GetSegmentId() string
GetSegmentId returns the SegmentId field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetSegmentIdOk() (*string, bool)
GetSegmentIdOk returns a tuple with the SegmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetSegmentId(v string)
SetSegmentId sets SegmentId field to given value.
func (o *SegmentListModel) HasSegmentId() bool
HasSegmentId returns a boolean if a field has been set.
func (o *SegmentListModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SegmentListModel) 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 *SegmentListModel) SetName(v string)
SetName sets Name field to given value.
func (o *SegmentListModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SegmentListModel) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *SegmentListModel) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *SegmentListModel) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *SegmentListModel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *SegmentListModel) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *SegmentListModel) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *SegmentListModel) GetCreatorEmail() string
GetCreatorEmail returns the CreatorEmail field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetCreatorEmailOk() (*string, bool)
GetCreatorEmailOk returns a tuple with the CreatorEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetCreatorEmail(v string)
SetCreatorEmail sets CreatorEmail field to given value.
func (o *SegmentListModel) HasCreatorEmail() bool
HasCreatorEmail returns a boolean if a field has been set.
func (o *SegmentListModel) SetCreatorEmailNil(b bool)
SetCreatorEmailNil sets the value for CreatorEmail to be an explicit nil
func (o *SegmentListModel) UnsetCreatorEmail()
UnsetCreatorEmail ensures that no value is present for CreatorEmail, not even an explicit nil
func (o *SegmentListModel) GetCreatorFullName() string
GetCreatorFullName returns the CreatorFullName field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetCreatorFullNameOk() (*string, bool)
GetCreatorFullNameOk returns a tuple with the CreatorFullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetCreatorFullName(v string)
SetCreatorFullName sets CreatorFullName field to given value.
func (o *SegmentListModel) HasCreatorFullName() bool
HasCreatorFullName returns a boolean if a field has been set.
func (o *SegmentListModel) SetCreatorFullNameNil(b bool)
SetCreatorFullNameNil sets the value for CreatorFullName to be an explicit nil
func (o *SegmentListModel) UnsetCreatorFullName()
UnsetCreatorFullName ensures that no value is present for CreatorFullName, not even an explicit nil
func (o *SegmentListModel) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *SegmentListModel) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *SegmentListModel) GetLastUpdaterEmail() string
GetLastUpdaterEmail returns the LastUpdaterEmail field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetLastUpdaterEmailOk() (*string, bool)
GetLastUpdaterEmailOk returns a tuple with the LastUpdaterEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetLastUpdaterEmail(v string)
SetLastUpdaterEmail sets LastUpdaterEmail field to given value.
func (o *SegmentListModel) HasLastUpdaterEmail() bool
HasLastUpdaterEmail returns a boolean if a field has been set.
func (o *SegmentListModel) SetLastUpdaterEmailNil(b bool)
SetLastUpdaterEmailNil sets the value for LastUpdaterEmail to be an explicit nil
func (o *SegmentListModel) UnsetLastUpdaterEmail()
UnsetLastUpdaterEmail ensures that no value is present for LastUpdaterEmail, not even an explicit nil
func (o *SegmentListModel) GetLastUpdaterFullName() string
GetLastUpdaterFullName returns the LastUpdaterFullName field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetLastUpdaterFullNameOk() (*string, bool)
GetLastUpdaterFullNameOk returns a tuple with the LastUpdaterFullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetLastUpdaterFullName(v string)
SetLastUpdaterFullName sets LastUpdaterFullName field to given value.
func (o *SegmentListModel) HasLastUpdaterFullName() bool
HasLastUpdaterFullName returns a boolean if a field has been set.
func (o *SegmentListModel) SetLastUpdaterFullNameNil(b bool)
SetLastUpdaterFullNameNil sets the value for LastUpdaterFullName to be an explicit nil
func (o *SegmentListModel) UnsetLastUpdaterFullName()
UnsetLastUpdaterFullName ensures that no value is present for LastUpdaterFullName, not even an explicit nil
func (o *SegmentListModel) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *SegmentListModel) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *SegmentListModel) GetUsage() int32
GetUsage returns the Usage field if non-nil, zero value otherwise.
func (o *SegmentListModel) GetUsageOk() (*int32, bool)
GetUsageOk returns a tuple with the Usage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentListModel) SetUsage(v int32)
SetUsage sets Usage field to given value.
func (o *SegmentListModel) HasUsage() bool
HasUsage returns a boolean if a field has been set.