# ShareClientGroups

## Properties

| Name            | Type                                                                                  | Description                                  | Notes       |
| --------------- | ------------------------------------------------------------------------------------- | -------------------------------------------- | ----------- |
| **Description** | Pointer to **string**                                                                 | Optional description for the clients groups. | \[optional] |
| **IpNetworks**  | Pointer to **\[]string**                                                              |                                              | \[optional] |
| **Hosts**       | Pointer to **\[]string**                                                              |                                              | \[optional] |
| **Nfs**         | Pointer to [**ShareClientGroupsNfs**](/nfs-sdk-golang/models/shareclientgroupsnfs.md) |                                              | \[optional] |

## Methods

### NewShareClientGroups

`func NewShareClientGroups() *ShareClientGroups`

NewShareClientGroups instantiates a new ShareClientGroups 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

### NewShareClientGroupsWithDefaults

`func NewShareClientGroupsWithDefaults() *ShareClientGroups`

NewShareClientGroupsWithDefaults instantiates a new ShareClientGroups 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

### GetDescription

`func (o *ShareClientGroups) GetDescription() string`

GetDescription returns the Description field if non-nil, zero value otherwise.

### GetDescriptionOk

`func (o *ShareClientGroups) 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.

### SetDescription

`func (o *ShareClientGroups) SetDescription(v string)`

SetDescription sets Description field to given value.

### HasDescription

`func (o *ShareClientGroups) HasDescription() bool`

HasDescription returns a boolean if a field has been set.

### GetIpNetworks

`func (o *ShareClientGroups) GetIpNetworks() []string`

GetIpNetworks returns the IpNetworks field if non-nil, zero value otherwise.

### GetIpNetworksOk

`func (o *ShareClientGroups) GetIpNetworksOk() (*[]string, bool)`

GetIpNetworksOk returns a tuple with the IpNetworks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetIpNetworks

`func (o *ShareClientGroups) SetIpNetworks(v []string)`

SetIpNetworks sets IpNetworks field to given value.

### HasIpNetworks

`func (o *ShareClientGroups) HasIpNetworks() bool`

HasIpNetworks returns a boolean if a field has been set.

### GetHosts

`func (o *ShareClientGroups) GetHosts() []string`

GetHosts returns the Hosts field if non-nil, zero value otherwise.

### GetHostsOk

`func (o *ShareClientGroups) GetHostsOk() (*[]string, bool)`

GetHostsOk returns a tuple with the Hosts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetHosts

`func (o *ShareClientGroups) SetHosts(v []string)`

SetHosts sets Hosts field to given value.

### HasHosts

`func (o *ShareClientGroups) HasHosts() bool`

HasHosts returns a boolean if a field has been set.

### GetNfs

`func (o *ShareClientGroups) GetNfs() ShareClientGroupsNfs`

GetNfs returns the Nfs field if non-nil, zero value otherwise.

### GetNfsOk

`func (o *ShareClientGroups) GetNfsOk() (*ShareClientGroupsNfs, bool)`

GetNfsOk returns a tuple with the Nfs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetNfs

`func (o *ShareClientGroups) SetNfs(v ShareClientGroupsNfs)`

SetNfs sets Nfs field to given value.

### HasNfs

`func (o *ShareClientGroups) HasNfs() bool`

HasNfs returns a boolean if a field has been set.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/nfs-sdk-golang/models/shareclientgroups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
