Table of Contents

Class OrganizationAssuranceProductAnnouncementsItem

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

EditedAt

The timestamp of when the announcement was edited

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "editedAt")]
public string EditedAt { get; set; }

Property Value

string

Id

The unique identifier of the announcement

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Labels

The labels of the announcement

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "labels")]
public List<OrganizationAssuranceProductAnnouncementsItemLabel> Labels { get; set; }

Property Value

List<OrganizationAssuranceProductAnnouncementsItemLabel>

PublishedAt

The timestamp of when the announcement was published

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "publishedAt")]
public string PublishedAt { get; set; }

Property Value

string

Snippet

The snippet of the announcement

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "snippet")]
public string Snippet { get; set; }

Property Value

string

Title

The title of the announcement

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "title")]
public string Title { get; set; }

Property Value

string

Url

The URL of the announcement

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }

Property Value

string