Show / Hide Table of Contents

Class OptionsSummary

An Options object represents configuration options.

Inheritance
object
ConfigSummary
OptionsSummary
Inherited Members
ConfigSummary.Id
ConfigSummary.TimeCreated
ConfigSummary.TimeUpdated
ConfigSummary.CreatedBy
ConfigSummary.UpdatedBy
ConfigSummary.Etag
ConfigSummary.FreeformTags
ConfigSummary.DefinedTags
ConfigSummary.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class OptionsSummary : ConfigSummary

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

An optional string that describes what the options are intended or used for.

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

The name by which a configuration entity is displayed to the end user.

Group

Declaration
[JsonProperty(PropertyName = "group")]
public string Group { get; set; }
Property Value
Type Description
string

A string that specifies the group that an OPTIONS item belongs to.

Options

Declaration
[JsonProperty(PropertyName = "options")]
public object Options { get; set; }
Property Value
Type Description
object

The options are stored here as JSON.

In this article
Back to top