Contract

Properties

Name
Type
Description
Notes

type

The type of the resource

[optional]

Example

require 'ionoscloud'

instance = Ionoscloud::Contract.new(
  type: "resource",
  properties: null
)

Last updated