Sha256: 23dfcb4b5296d57967bd851df3d9fd84778a767d4187be9619994e433f8178db

Contents?: true

Size: 1.29 KB

Versions: 50

Compression:

Stored size: 1.29 KB

Contents

# AutosdeOpenapiClient::ServiceResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) |  | [optional] |
| **capability_values_json** | **String** | capability_values_json | [optional] |
| **component_state** | **String** | component_state | [optional] |
| **description** | **String** | description | [optional][default to ''] |
| **name** | **String** | name | [optional] |
| **profile** | **String** | !!uuid of profile | [optional] |
| **project** | **String** | !!uuid of project | [optional] |
| **provisioning_strategy** | **String** | !!uuid of provisioning_strategy | [optional] |
| **resource_service** | **Boolean** | resource_service | [optional][default to false] |
| **uuid** | **String** | uuid | [optional] |
| **version** | **Integer** | The version of the service | [optional][default to 1] |

## Example

```ruby
require 'autosde_openapi_client'

instance = AutosdeOpenapiClient::ServiceResponse.new(
  capability_values: null,
  capability_values_json: null,
  component_state: null,
  description: null,
  name: null,
  profile: null,
  project: null,
  provisioning_strategy: null,
  resource_service: null,
  uuid: null,
  version: null
)
```

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
autosde_openapi_client-3.2.14 docs/ServiceResponse.md
autosde_openapi_client-3.2.13 docs/ServiceResponse.md
autosde_openapi_client-3.2.12 docs/ServiceResponse.md
autosde_openapi_client-3.2.11 docs/ServiceResponse.md
autosde_openapi_client-3.2.10 docs/ServiceResponse.md
autosde_openapi_client-3.2.9 docs/ServiceResponse.md
autosde_openapi_client-3.2.8 docs/ServiceResponse.md
autosde_openapi_client-3.2.7 docs/ServiceResponse.md
autosde_openapi_client-3.2.6 docs/ServiceResponse.md
autosde_openapi_client-3.2.5 docs/ServiceResponse.md
autosde_openapi_client-3.2.4 docs/ServiceResponse.md
autosde_openapi_client-3.2.3 docs/ServiceResponse.md
autosde_openapi_client-3.2.2 docs/ServiceResponse.md
autosde_openapi_client-3.2.1 docs/ServiceResponse.md
autosde_openapi_client-3.2.0 docs/ServiceResponse.md
autosde_openapi_client-3.1.2 docs/ServiceResponse.md
autosde_openapi_client-3.1.1 docs/ServiceResponse.md
autosde_openapi_client-3.0.3 docs/ServiceResponse.md
autosde_openapi_client-3.1.0 docs/ServiceResponse.md
autosde_openapi_client-3.0.2 docs/ServiceResponse.md