Metadata

Properties

Name
Type
Description
Notes

created_by

String

The user who created the resource.

created_by_user_id

String

The ID of the user who created the resource.

created_date

Time

The date the resource was created.

etag

String

The resource etag.

last_modified_by

String

The last user who modified the resource.

last_modified_by_user_id

String

The ID of the last user who modified the resource.

last_modified_date

Time

The date the resource was last modified.

Example

require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::Metadata.new(
  created_by: user@mail.local,
  created_by_user_id: 919e4752-e700-40b1-9507-5ac545bb6355,
  created_date: 2021-06-21T08:46:01.249829Z,
  etag: null,
  last_modified_by: user@mail.local,
  last_modified_by_user_id: 919e4752-e700-40b1-9507-5ac545bb6355,
  last_modified_date: 2021-07-26T09:30:39.562006Z,
  state: null
)

Last updated

Was this helpful?