Class OrganizationAssuranceProductAnnouncementsItem
Announcement
[DataContract]
public class OrganizationAssuranceProductAnnouncementsItem
- Inheritance
-
OrganizationAssuranceProductAnnouncementsItem
- Inherited Members
Constructors
OrganizationAssuranceProductAnnouncementsItem()
public OrganizationAssuranceProductAnnouncementsItem()
Properties
BoardId
The unique identifier of the board
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "boardId")]
public string BoardId { get; set; }
Property Value
EditedAt
The timestamp of when the announcement was edited
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "editedAt")]
public string EditedAt { get; set; }
Property Value
Id
The unique identifier of the announcement
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Labels
The labels of the announcement
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "labels")]
public List<OrganizationAssuranceProductAnnouncementsItemLabel> Labels { get; set; }
Property Value
PublishedAt
The timestamp of when the announcement was published
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "publishedAt")]
public string PublishedAt { get; set; }
Property Value
Snippet
The snippet of the announcement
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "snippet")]
public string Snippet { get; set; }
Property Value
Title
The title of the announcement
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "title")]
public string Title { get; set; }
Property Value
Url
The URL of the announcement
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }