Show / Hide Table of Contents

Class BooleanImageCapabilitySchemaDescriptor

Boolean type ImageCapabilitySchemaDescriptor

Inheritance
object
ImageCapabilitySchemaDescriptor
BooleanImageCapabilitySchemaDescriptor
Inherited Members
ImageCapabilitySchemaDescriptor.Source
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class BooleanImageCapabilitySchemaDescriptor : ImageCapabilitySchemaDescriptor

Properties

DefaultValue

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

the default value

In this article
Back to top