RAMAssetType.getAttributeConstraints() 메소드를 사용하여 자산 유형에서 속성 제한조건 세트(사용 가능한 및 필수 자산 속성)를 가져올 수 있습니다.
//Get all Asset Type Attribute Constraints
RAMAttributeConstraint[] attributeConstraints = assetType.getAttributeConstraints();