# ObjectFieldSelectorV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [ObjectFieldSelectorV1](/reference/api/csharp/aspire.hosting.kubernetes/objectfieldselectorv1.md)
- Kind: `Constructors`
- Members: `1`

ObjectFieldSelectorV1 represents a selector that identifies a specific field of an object. It is used to specify the path to a field in the resource’s object structure and optionally, an API version to interpret the specified field.

## ObjectFieldSelectorV1

- Name: `Constructor`

```csharp
public sealed class ObjectFieldSelectorV1
{
    public ObjectFieldSelectorV1()
    {
        // ...
    }
}
```
