Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Owner | Pointer to ModelsSSHUsersSshUserResponse | [optional] | |
GroupName | Pointer to string | [optional] | |
SyncSchedule | Pointer to KeyfactorCommonSchedulingKeyfactorSchedule | [optional] | |
UnderManagement | Pointer to bool | [optional] | |
ServerCount | Pointer to int32 | [optional] |
func NewModelsSSHServerGroupsServerGroupResponse() *ModelsSSHServerGroupsServerGroupResponse
NewModelsSSHServerGroupsServerGroupResponse instantiates a new ModelsSSHServerGroupsServerGroupResponse 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 NewModelsSSHServerGroupsServerGroupResponseWithDefaults() *ModelsSSHServerGroupsServerGroupResponse
NewModelsSSHServerGroupsServerGroupResponseWithDefaults instantiates a new ModelsSSHServerGroupsServerGroupResponse 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 *ModelsSSHServerGroupsServerGroupResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsSSHServerGroupsServerGroupResponse) 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 *ModelsSSHServerGroupsServerGroupResponse) SetId(v string)
SetId sets Id field to given value.
func (o *ModelsSSHServerGroupsServerGroupResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ModelsSSHServerGroupsServerGroupResponse) GetOwner() ModelsSSHUsersSshUserResponse
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ModelsSSHServerGroupsServerGroupResponse) GetOwnerOk() (*ModelsSSHUsersSshUserResponse, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHServerGroupsServerGroupResponse) SetOwner(v ModelsSSHUsersSshUserResponse)
SetOwner sets Owner field to given value.
func (o *ModelsSSHServerGroupsServerGroupResponse) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *ModelsSSHServerGroupsServerGroupResponse) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
func (o *ModelsSSHServerGroupsServerGroupResponse) 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 *ModelsSSHServerGroupsServerGroupResponse) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *ModelsSSHServerGroupsServerGroupResponse) HasGroupName() bool
HasGroupName returns a boolean if a field has been set.
func (o *ModelsSSHServerGroupsServerGroupResponse) GetSyncSchedule() KeyfactorCommonSchedulingKeyfactorSchedule
GetSyncSchedule returns the SyncSchedule field if non-nil, zero value otherwise.
func (o *ModelsSSHServerGroupsServerGroupResponse) 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 *ModelsSSHServerGroupsServerGroupResponse) SetSyncSchedule(v KeyfactorCommonSchedulingKeyfactorSchedule)
SetSyncSchedule sets SyncSchedule field to given value.
func (o *ModelsSSHServerGroupsServerGroupResponse) HasSyncSchedule() bool
HasSyncSchedule returns a boolean if a field has been set.
func (o *ModelsSSHServerGroupsServerGroupResponse) GetUnderManagement() bool
GetUnderManagement returns the UnderManagement field if non-nil, zero value otherwise.
func (o *ModelsSSHServerGroupsServerGroupResponse) 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 *ModelsSSHServerGroupsServerGroupResponse) SetUnderManagement(v bool)
SetUnderManagement sets UnderManagement field to given value.
func (o *ModelsSSHServerGroupsServerGroupResponse) HasUnderManagement() bool
HasUnderManagement returns a boolean if a field has been set.
func (o *ModelsSSHServerGroupsServerGroupResponse) GetServerCount() int32
GetServerCount returns the ServerCount field if non-nil, zero value otherwise.
func (o *ModelsSSHServerGroupsServerGroupResponse) GetServerCountOk() (*int32, bool)
GetServerCountOk returns a tuple with the ServerCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSHServerGroupsServerGroupResponse) SetServerCount(v int32)
SetServerCount sets ServerCount field to given value.
func (o *ModelsSSHServerGroupsServerGroupResponse) HasServerCount() bool
HasServerCount returns a boolean if a field has been set.