Sha256: 3526177c070c80b2f23cf21d5a12c49a15fa4b11b629e528731020eada7d8e93

Contents?: true

Size: 1.18 KB

Versions: 138

Compression:

Stored size: 1.18 KB

Contents

# AutosdeOpenapiClient::Service

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **capability_values** | [**ServiceAbstractCapabilityValue**](ServiceAbstractCapabilityValue.md) |  | [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] |
| **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::Service.new(
  capability_values: 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

138 entries across 138 versions & 2 rubygems

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