Skip to content
DocsTry Aspire
DocsTry

ObjectFieldSelectorV1 Constructors

ClassConstructors1 member
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.
public sealed class ObjectFieldSelectorV1
{
public ObjectFieldSelectorV1()
{
// ...
}
}