AnnouncementSummary

class oci.jms.models.AnnouncementSummary(**kwargs)

Bases: object

An summary of a announcement on Console Overview page

Methods

__init__(**kwargs) Initializes a new AnnouncementSummary object with values from keyword arguments.

Attributes

key [Required] Gets the key of this AnnouncementSummary.
summary [Required] Gets the summary of this AnnouncementSummary.
time_released [Required] Gets the time_released of this AnnouncementSummary.
url [Required] Gets the url of this AnnouncementSummary.
__init__(**kwargs)

Initializes a new AnnouncementSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • key (int) – The value to assign to the key property of this AnnouncementSummary.
  • summary (str) – The value to assign to the summary property of this AnnouncementSummary.
  • url (str) – The value to assign to the url property of this AnnouncementSummary.
  • time_released (datetime) – The value to assign to the time_released property of this AnnouncementSummary.
key

[Required] Gets the key of this AnnouncementSummary. Unique id of the announcement

Returns:The key of this AnnouncementSummary.
Return type:int
summary

[Required] Gets the summary of this AnnouncementSummary. Summary text of the announcement

Returns:The summary of this AnnouncementSummary.
Return type:str
time_released

[Required] Gets the time_released of this AnnouncementSummary. Date time on which the announcement was released

Returns:The time_released of this AnnouncementSummary.
Return type:datetime
url

[Required] Gets the url of this AnnouncementSummary. URL to the announcement web page

Returns:The url of this AnnouncementSummary.
Return type:str