Defines an object for Versions in Confluence.
New-Object -TypeName ConfluencePS.Version [-Property @{}]
[ConfluencePS.Version]@{}
fixThe Version is an object that describes versions in Confluence.
The following classes use Version for their properties:
This class does not have a constructor.
Contains the information of the author of the Version.
Type: ConfluencePS.User
Required: True
Default value: None
Contains the Date and Time of when the Version was created.
Type: DateTime
Required: True
Default value: None
Contains a string that is easy to read about the creation of the Version.
Type: String
Required: True
Default value: None
The numeric identifier of the Version of the resource.
Type: Int32
Required: True
Default value: None
The message / comment left by the author about the changes in the Version.
Type: String
Required: False
Default value: None
Whether the changes in the Version were minor.
Type: Boolean
Required: True
Default value: False
The method for casting an object of this class to string is overwritten.
When cast to string, this will return the Number property’s value.