SnapshotResponse

Properties

NameTypeDescriptionNotes

type

[optional]

id

String

The unique ID of the resource.

[optional]

properties

[optional]

Example

require 'ionoscloud-dbaas-mongo'

instance = IonoscloudDbaasMongo::SnapshotResponse.new(
  type: snapshot,
  id: 498ae72f-411f-11eb-9d07-046c59cc737e,
  properties: null
)

Last updated