Show / Hide Table of Contents

Class SetFeatureBundleDetails

Input payload for the feature set of an Analytics instance.

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

Properties

FeatureBundle

Declaration
[JsonProperty(PropertyName = "featureBundle")]
[JsonConverter(typeof(StringEnumConverter))]
public FeatureBundle? FeatureBundle { get; set; }
Property Value
Type Description
FeatureBundle?

The feature set of an Analytics instance.

In this article
Back to top