Rakuten RMS WEB API client for .NET
Attribute
Namespace: Rakuten.RMS.Api.NavigationAPI20
public class Attribute
Inheritance Object → Attribute
Properties
dataType
public string dataType { get; set; }
Property Value
dateFormat
public string dateFormat { get; set; }
Property Value
id
public long id { get; set; }
Property Value
maxLength
public Nullable<Int32> maxLength { get; set; }
Property Value
maxValue
public Nullable<Single> maxValue { get; set; }
Property Value
minLength
public Nullable<Int32> minLength { get; set; }
Property Value
minValue
public Nullable<Single> minValue { get; set; }
Property Value
nameJa
public string nameJa { get; set; }
Property Value
properties
public AttributeProperty properties { get; set; }
Property Value
subUnits
public IList<String> subUnits { get; set; }
Property Value
unit
public string unit { get; set; }
Property Value
Constructors
Attribute()
public Attribute()