Show / Hide Table of Contents

Class RequiredValue

Required value.

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

Properties

Field

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

Field for required value.

Remarks

Required

In this article
Back to top