Sha256: 5daa4ac32c3822c9c7eca909e82dd821eb9c772922384aee6534f6b4a2cbb029

Contents?: true

Size: 641 Bytes

Versions: 5

Compression:

Stored size: 641 Bytes

Contents

# AutosdeOpenapiClient::ServiceUpdate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **capability_id_list** | **Array<String>** | capability_id_list | [optional] |
| **description** | **String** | description | [optional][default to 'null'] |
| **name** | **String** | name | [optional][default to 'null'] |
| **resources** | **Array<String>** | resources | [optional] |

## Example

```ruby
require 'autosde_openapi_client'

instance = AutosdeOpenapiClient::ServiceUpdate.new(
  capability_id_list: null,
  description: null,
  name: null,
  resources: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
autosde_openapi_client-3.2.14 docs/ServiceUpdate.md
autosde_openapi_client-3.2.13 docs/ServiceUpdate.md
autosde_openapi_client-3.2.12 docs/ServiceUpdate.md
autosde_openapi_client-3.2.11 docs/ServiceUpdate.md
autosde_openapi_client-3.2.10 docs/ServiceUpdate.md