Sha256: 94616ce3d31f5210c6b3524006286de89d873457629b6ac3b2b82e06e2711612
Contents?: true
Size: 1.06 KB
Versions: 12
Compression:
Stored size: 1.06 KB
Contents
# AutosdeOpenapiClient::ServiceUpdate ## 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::ServiceUpdate.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
12 entries across 12 versions & 1 rubygems