Sha256: 0de7ebd1384f94df53523f507ce9e75d5d9620687d96456015b6b7bdf8dfb3e4
Contents?: true
Size: 380 Bytes
Versions: 5
Compression:
Stored size: 380 Bytes
Contents
# Contract ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**Type**](Type.md) | The type of the resource. | [optional] | | **properties** | [**ContractProperties**](ContractProperties.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Contract.new( type: "resource", properties: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems