# FiltersInternetService
## Properties
**internet_service_ids** | Option<**Vec<String>**> | The IDs of the internet services. | [optional]
**link_net_ids** | Option<**Vec<String>**> | The IDs of the Nets the internet services are attached to. | [optional]
**link_states** | Option<**Vec<String>**> | The current states of the attachments between the internet services and the Nets (only `available`, if the internet gateway is attached to a Net). | [optional]
**tag_keys** | Option<**Vec<String>**> | The keys of the tags associated with the internet services. | [optional]
**tag_values** | Option<**Vec<String>**> | The values of the tags associated with the internet services. | [optional]
**tags** | Option<**Vec<String>**> | The key/value combination of the tags associated with the internet services, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)