Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 801 Bytes

File metadata and controls

13 lines (9 loc) · 801 Bytes

TestIT.ApiClient.Model.GlobalCustomAttributeUpdateModel

Properties

Name Type Description Notes
Name string Name of attribute
Options List<CustomAttributeOptionModel> Collection of attribute options Available for attributes of type `options` and `multiple options` only [optional]
IsEnabled bool? Indicates whether the attribute is available [optional]
IsRequired bool? Indicates whether the attribute value is mandatory to specify [optional]

[Back to Model list] [Back to API list] [Back to README]