Contract

Properties

NameTypeDescriptionNotes

type

The type of the resource

[optional]

properties

Example

require 'ionoscloud'

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

Last updated