# AutosdeOpenapiClient::NativeCapability ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | name | [optional] | | **published** | **Boolean** | published | [optional][default to true] | | **system_type** | [**SystemType**](SystemType.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::NativeCapability.new( name: null, published: null, system_type: null, uuid: null ) ```