| Name | Type | Description | Notes |
|---|---|---|---|
| Product | ProductModel | ||
| SegmentId | string | Identifier of the Segment. | |
| Name | string | Name of the Segment. | |
| Description | NullableString | Description of the Segment. | |
| CreatorEmail | NullableString | The email of the user who created the Segment. | |
| CreatorFullName | NullableString | The name of the user who created the Segment. | |
| CreatedAt | time.Time | The date and time when the Segment was created. | |
| LastUpdaterEmail | NullableString | The email of the user who last updated the Segment. | |
| LastUpdaterFullName | NullableString | The name of the user who last updated the Segment. | |
| UpdatedAt | time.Time | The date and time when the Segment was last updated. | |
| Usage | int32 | Determines how many Feature Flags and Settings are using the Segment. |
func NewSegmentListModel(product ProductModel, segmentId string, name string, description NullableString, creatorEmail NullableString, creatorFullName NullableString, createdAt time.Time, lastUpdaterEmail NullableString, lastUpdaterFullName NullableString, updatedAt time.Time, usage int32, ) *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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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.