# Packages
No description provided by the author
# Functions
Delete will delete the existing Message with the provided ID.
ExtractMessages extracts and returns Messages.
Get retrieves the Message with the provided ID.
List returns Messages optionally limited by the conditions provided in ListOpts.
# Structs
DeleteResult contains the response body and error from a Delete request.
GetResult contains the response body and error from a Get request.
ListOpts holds options for listing Messages.
Message contains all the information associated with an OpenStack Message.
MessagePage is a pagination.pager that is returned from a call to the List function.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the List request.