# Zilla::IoK8sApiAutoscalingV2beta2MetricIdentifier ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | name is the name of the given metric | | | **selector** | [**IoK8sApimachineryPkgApisMetaV1LabelSelector**](IoK8sApimachineryPkgApisMetaV1LabelSelector.md) | | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAutoscalingV2beta2MetricIdentifier.new( name: null, selector: null ) ```