Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.74 KB

AudioGroupPropertyDefinitionResource.md

File metadata and controls

23 lines (20 loc) · 1.74 KB

com.knetikcloud.Model.AudioGroupPropertyDefinitionResource

Properties

Name Type Description Notes
Description string The description of the property [optional]
FieldList PropertyFieldListResource A list of the fields on both the property definition and property of this type [optional]
FriendlyName string The friendly front-facing name of the property [optional]
Name string The name of the property
OptionLabelPath string The JSON path to the option label [optional]
OptionValuePath string The JSON path to the option value [optional]
OptionsUrl string URL of service containing the property options (assumed JSON array) [optional]
Required bool? Whether the property is required
Type string The type of the property. Used for polymorphic type recognition and thus must match an expected type with additional properties.
FileType string If provided, a file type that the property must match [optional]
MaxCount int? If provided, the maximum number of files in the group [optional]
MaxFileSize long? If provided, the maximum allowed size per file in bytes [optional]
MinCount int? If provided, the minimum number of files in the group [optional]
MaxLength int? If provided, the maximum length of the audio [optional]
MinLength int? If provided, the minimum length of the audio [optional]

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