Sha256: c4907336b2728e09f7e193ba88267ef1d21edd17f38ccf5fe32a5fbbd095bf79
Contents?: true
Size: 612 Bytes
Versions: 16
Compression:
Stored size: 612 Bytes
Contents
# AutosdeOpenapiClient::SnapshotCreate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **component_state** | **String** | component_state | [optional] | | **description** | **String** | description | [optional] | | **name** | **String** | name | [optional] | | **uuid** | **String** | uuid | [optional] | | **volume** | [**Volume**](Volume.md) | | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::SnapshotCreate.new( component_state: null, description: null, name: null, uuid: null, volume: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems