Show / Hide Table of Contents

Class EnableLatestPolicyDetails

The information to be updated.

Inheritance
object
EnableLatestPolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class EnableLatestPolicyDetails

Properties

CanLatestFamsPoliciesBeEnabled

Declaration
[JsonProperty(PropertyName = "canLatestFamsPoliciesBeEnabled")]
public bool? CanLatestFamsPoliciesBeEnabled { get; set; }
Property Value
Type Description
bool?

A value determining if latest Fleet Application Management policies should be enabled

In this article
Back to top