Class Month
Month of the year.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class MonthProperties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Month.NameEnum? Name { get; set; }Property Value
| Type | Description | 
|---|---|
| Month.NameEnum? | Name of the month of the year. | 
Remarks
Required