Sha256: 2408b3d3a9dcdef6bb51bf609b03ba2aa73cba256bc99bd17e088dbf396cd41f
Contents?: true
Size: 379 Bytes
Versions: 8
Compression:
Stored size: 379 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
8 entries across 8 versions & 1 rubygems