Class YammerGroup
Represents Yammer Group information Generated based on Yammer response on 30th of June 2014 and using http://json2csharp.com/ service
Inheritance
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class YammerGroup : object
Properties
created_at
DateTime of yammer group created
Declaration
public string created_at { get; set; }
Property Value
System.
|
creator_id
yammer group creator id
Declaration
public int creator_id { get; set; }
Property Value
System.
|
creator_type
yammer group creator type
Declaration
public string creator_type { get; set; }
Property Value
System.
|
description
yammer group description
Declaration
public object description { get; set; }
Property Value
System.
|
full_name
full name of yammer group
Declaration
public string full_name { get; set; }
Property Value
System.
|
id
Id of yammer group
Declaration
public int id { get; set; }
Property Value
System.
|
mugshot_id
Mugshot id of yammer group
Declaration
public object mugshot_id { get; set; }
Property Value
System.
|
mugshot_url
Mugshot url of yammer group
Declaration
public string mugshot_url { get; set; }
Property Value
System.
|
mugshot_url_template
Mugshot url temlate of yammer group
Declaration
public string mugshot_url_template { get; set; }
Property Value
System.
|
name
yammer group name
Declaration
public string name { get; set; }
Property Value
System.
|
network_id
yammer group network id
Declaration
public int network_id { get; set; }
Property Value
System.
|
network_name
yammer group network name
Declaration
public string network_name { get; set; }
Property Value
System.
|
office365_url
yammer group office 365 url
Declaration
public object office365_url { get; set; }
Property Value
System.
|
privacy
privacy of yammer group
Declaration
public string privacy { get; set; }
Property Value
System.
|
show_in_directory
string value to be displayed in the directory of yammer value
Declaration
public string show_in_directory { get; set; }
Property Value
System.
|
state
Yammer group state
Declaration
public string state { get; set; }
Property Value
System.
|
stats
Yammer group statistics
Declaration
public YammerGroupStats stats { get; set; }
Property Value
type
Type of yammer group
Declaration
public string type { get; set; }
Property Value
System.
|
url
url of yammer group
Declaration
public string url { get; set; }
Property Value
System.
|
web_url
web url of yammer group
Declaration
public string web_url { get; set; }
Property Value
System.
|