Class PropertySet
The base definition for a property set
Inheritance
PropertySet
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
[JsonConverter(typeof(PropertySetModelConverter))]
public class PropertySet
Properties
IsMutable
Declaration
[Required(ErrorMessage = "IsMutable is required.")]
[JsonProperty(PropertyName = "isMutable")]
public bool? IsMutable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Indicates whether the property set is mutable or not |
Remarks
Required