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

Version Path
autosde_openapi_client-2.5.0 docs/ServiceCreate.md
autosde_openapi_client-2.4.4 docs/ServiceCreate.md
autosde_openapi_client-2.4.3 docs/ServiceCreate.md
autosde_openapi_client-2.4.2 docs/ServiceCreate.md
autosde_openapi_client-2.4.1 docs/ServiceCreate.md
autosde_openapi_client-2.4.0 docs/ServiceCreate.md
autosde_openapi_client-2.3.1 docs/ServiceCreate.md
autosde_openapi_client-2.3.0 docs/ServiceCreate.md
autosde_openapi_client-2.2.8 docs/ServiceCreate.md
autosde_openapi_client-2.2.7 docs/ServiceCreate.md
autosde_openapi_client-2.2.6 docs/ServiceCreate.md
autosde_openapi_client-2.2.5 docs/ServiceCreate.md
autosde_openapi_client-2.2.4 docs/ServiceCreate.md
autosde_openapi_client-2.2.3 docs/ServiceCreate.md
autosde_openapi_client-2.2.2 docs/ServiceCreate.md
autosde_openapi_client-2.2.1 docs/ServiceCreate.md