| Name | Type | Description | Notes |
|---|---|---|---|
| OwnerName | string | ||
| GroupName | string | ||
| SyncSchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
| UnderManagement | Pointer to bool | [optional] |
func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest(ownerName string, groupName string, ) *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest
NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest instantiates a new CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest 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 NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequestWithDefaults() *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest
NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest 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 *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetOwnerName() string
GetOwnerName returns the OwnerName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetOwnerNameOk() (*string, bool)
GetOwnerNameOk returns a tuple with the OwnerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) SetOwnerName(v string)
SetOwnerName sets OwnerName field to given value.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetGroupNameOk() (*string, bool)
GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetSyncSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSyncSchedule returns the SyncSchedule field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetSyncScheduleOk() (*KeyfactorCommonSchedulingKeyfactorSchedule, bool)
GetSyncScheduleOk returns a tuple with the SyncSchedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) SetSyncSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSyncSchedule sets SyncSchedule field to given value.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) HasSyncSchedule() bool
HasSyncSchedule returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetUnderManagement() bool
GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetUnderManagementOk() (*bool, bool)
GetUnderManagementOk returns a tuple with the UnderManagement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) SetUnderManagement(v bool)
SetUnderManagement sets UnderManagement field to given value.
func (o *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) HasUnderManagement() bool
HasUnderManagement returns a boolean if a field has been set.