Show / Hide Table of Contents

Class ShapeAlternativeObject

The shape that Oracle recommends you to use an alternative to the current shape.

Inheritance
object
ShapeAlternativeObject
Inherited Members
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 ShapeAlternativeObject

Properties

ShapeName

Declaration
[Required(ErrorMessage = "ShapeName is required.")]
[JsonProperty(PropertyName = "shapeName")]
public string ShapeName { get; set; }
Property Value
Type Description
string

The name of the shape.

Remarks

Required

In this article
Back to top