Show / Hide Table of Contents

Class UpdateOnboardingDetails

The information about updating onboarding.

Inheritance
object
UpdateOnboardingDetails
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 UpdateOnboardingDetails

Properties

IsCostTrackingTagEnabled

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

A value determining if cost tracking tag is enabled or not

IsFamsTagEnabled

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

A value determining Fleet Application Management tag is enabled or not

In this article
Back to top