Sha256: d1339759fc924a9446c12ffa2d52c9bee954c8ad67893a672fa592105f695cbf
Contents?: true
Size: 1.06 KB
Versions: 16
Compression:
Stored size: 1.06 KB
Contents
# AutosdeOpenapiClient::ServiceCreate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **capability_value_list** | **Array<String>** | capability_value_list | [optional] | | **component_state** | **String** | component_state | [optional] | | **description** | **String** | description | [optional][default to ''] | | **name** | **String** | name | [optional] | | **profile** | [**Profile**](Profile.md) | | [optional] | | **project** | [**AutoSDEProject**](AutoSDEProject.md) | | [optional] | | **provisioning_strategy** | [**ProvisioningStrategy**](ProvisioningStrategy.md) | | [optional] | | **uuid** | **String** | uuid | [optional] | | **version** | **Integer** | The version of the service | [optional][default to 1] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::ServiceCreate.new( capability_value_list: null, component_state: null, description: null, name: null, profile: null, project: null, provisioning_strategy: null, uuid: null, version: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems