Metadata
Properties
Name
Type
Description
Notes
created_date
Time
The date the resource was created.
[optional]
created_by
String
The user who created the resource.
[optional]
created_by_user_id
String
The ID of the user who created the resource.
[optional]
last_modified_date
Time
The date the resource was last modified.
[optional]
last_modified_by
String
The last user who modified the resource.
[optional]
last_modified_by_user_id
String
The ID of the user who last modified the resource.
[optional]
Example
require 'ionoscloud-dbaas-mongo'
instance = IonoscloudDbaasMongo::Metadata.new(
created_date: 2020-12-10T13:37:50+01:00,
created_by: john.doe@example.com,
created_by_user_id: 87f9a82e-b28d-49ed-9d04-fba2c0459cd3,
last_modified_date: 2020-12-11T13:37:50+01:00,
last_modified_by: jane.doe@example.com,
last_modified_by_user_id: 87f9a82e-b28d-49ed-9d04-fba2c0459cd3,
state: null,
health: null
)
Last updated