Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
SubscriptionId | Pointer to NullableString | [optional] | |
CreatedTime | Pointer to time.Time | [optional] | |
CreatorUserId | Pointer to NullableString | [optional] | |
EditedTime | Pointer to time.Time | [optional] | |
EditorUserId | Pointer to NullableString | [optional] |
func NewContactGroupVM() *ContactGroupVM
NewContactGroupVM instantiates a new ContactGroupVM 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 NewContactGroupVMWithDefaults() *ContactGroupVM
NewContactGroupVMWithDefaults instantiates a new ContactGroupVM 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 *ContactGroupVM) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ContactGroupVM) 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 *ContactGroupVM) SetId(v string)
SetId sets Id field to given value.
func (o *ContactGroupVM) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ContactGroupVM) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *ContactGroupVM) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *ContactGroupVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ContactGroupVM) 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 *ContactGroupVM) SetName(v string)
SetName sets Name field to given value.
func (o *ContactGroupVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ContactGroupVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ContactGroupVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ContactGroupVM) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *ContactGroupVM) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactGroupVM) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *ContactGroupVM) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *ContactGroupVM) SetSubscriptionIdNil(b bool)
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (o *ContactGroupVM) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (o *ContactGroupVM) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field if non-nil, zero value otherwise.
func (o *ContactGroupVM) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactGroupVM) SetCreatedTime(v time.Time)
SetCreatedTime sets CreatedTime field to given value.
func (o *ContactGroupVM) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (o *ContactGroupVM) GetCreatorUserId() string
GetCreatorUserId returns the CreatorUserId field if non-nil, zero value otherwise.
func (o *ContactGroupVM) GetCreatorUserIdOk() (*string, bool)
GetCreatorUserIdOk returns a tuple with the CreatorUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactGroupVM) SetCreatorUserId(v string)
SetCreatorUserId sets CreatorUserId field to given value.
func (o *ContactGroupVM) HasCreatorUserId() bool
HasCreatorUserId returns a boolean if a field has been set.
func (o *ContactGroupVM) SetCreatorUserIdNil(b bool)
SetCreatorUserIdNil sets the value for CreatorUserId to be an explicit nil
func (o *ContactGroupVM) UnsetCreatorUserId()
UnsetCreatorUserId ensures that no value is present for CreatorUserId, not even an explicit nil
func (o *ContactGroupVM) GetEditedTime() time.Time
GetEditedTime returns the EditedTime field if non-nil, zero value otherwise.
func (o *ContactGroupVM) GetEditedTimeOk() (*time.Time, bool)
GetEditedTimeOk returns a tuple with the EditedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactGroupVM) SetEditedTime(v time.Time)
SetEditedTime sets EditedTime field to given value.
func (o *ContactGroupVM) HasEditedTime() bool
HasEditedTime returns a boolean if a field has been set.
func (o *ContactGroupVM) GetEditorUserId() string
GetEditorUserId returns the EditorUserId field if non-nil, zero value otherwise.
func (o *ContactGroupVM) GetEditorUserIdOk() (*string, bool)
GetEditorUserIdOk returns a tuple with the EditorUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContactGroupVM) SetEditorUserId(v string)
SetEditorUserId sets EditorUserId field to given value.
func (o *ContactGroupVM) HasEditorUserId() bool
HasEditorUserId returns a boolean if a field has been set.
func (o *ContactGroupVM) SetEditorUserIdNil(b bool)
SetEditorUserIdNil sets the value for EditorUserId to be an explicit nil
func (o *ContactGroupVM) UnsetEditorUserId()
UnsetEditorUserId ensures that no value is present for EditorUserId, not even an explicit nil