Class UpdateOnboardingDetails
The information about updating onboarding.
Inherited Members
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 |