Class TimeCreatedResourceFilter
This is a resource filter for filtering resources based on their creation time.
Inherited Members
Namespace: Oci.ResourceschedulerService.Models
Assembly: OCI.DotNetSDK.Resourcescheduler.dll
Syntax
public class TimeCreatedResourceFilter : ResourceFilterProperties
Condition
Declaration
[JsonProperty(PropertyName = "condition")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TimeCreatedResourceFilter.ConditionEnum? Condition { get; set; }Property Value
| Type | Description | 
|---|---|
| TimeCreatedResourceFilter.ConditionEnum? | This is the condition for the filter in comparison to its creation time. | 
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | This is the date and time as the value of the filter. |