| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | The segment ID | [optional] |
| Name | Pointer to string | The segment name | [optional] |
| CreatedAt | Pointer to string | Date segment created | [optional] |
| UpdatedAt | Pointer to string | Date segment last updated | [optional] |
| AppId | Pointer to string | The app id | [optional] |
| ReadOnly | Pointer to bool | Is the segment read only? | [optional] |
| IsActive | Pointer to bool | Is the segment active? | [optional] |
func NewSegmentData() *SegmentData
NewSegmentData instantiates a new SegmentData 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 NewSegmentDataWithDefaults() *SegmentData
NewSegmentDataWithDefaults instantiates a new SegmentData 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 *SegmentData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SegmentData) 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 *SegmentData) SetId(v string)
SetId sets Id field to given value.
func (o *SegmentData) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SegmentData) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SegmentData) 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 *SegmentData) SetName(v string)
SetName sets Name field to given value.
func (o *SegmentData) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SegmentData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *SegmentData) GetCreatedAtOk() (*string, 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 *SegmentData) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *SegmentData) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *SegmentData) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *SegmentData) GetUpdatedAtOk() (*string, 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 *SegmentData) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *SegmentData) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *SegmentData) GetAppId() string
GetAppId returns the AppId field if non-nil, zero value otherwise.
func (o *SegmentData) GetAppIdOk() (*string, bool)
GetAppIdOk returns a tuple with the AppId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentData) SetAppId(v string)
SetAppId sets AppId field to given value.
func (o *SegmentData) HasAppId() bool
HasAppId returns a boolean if a field has been set.
func (o *SegmentData) GetReadOnly() bool
GetReadOnly returns the ReadOnly field if non-nil, zero value otherwise.
func (o *SegmentData) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentData) SetReadOnly(v bool)
SetReadOnly sets ReadOnly field to given value.
func (o *SegmentData) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (o *SegmentData) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *SegmentData) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SegmentData) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *SegmentData) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.