Show / Hide Table of Contents

Class SupportedCommitmentSummary

A specific Commitment.

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

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Commitment? Name { get; set; }
Property Value
Type Description
Commitment?

name of Commitment

Remarks

Required

In this article
Back to top