Class SpaceMembership
Represents a membership of a Space.
Inheritance
System.Object
SpaceMembership
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class SpaceMembership : IContentfulResource
Properties
Admin
Whether or not the requesting user is an administrator of the current Space .
Declaration
public bool Admin { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Roles
A list of id's of roles the user is member of for the current Space.
Declaration
public List<string> Roles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
SystemProperties
Common system managed metadata properties.
Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type | Description |
---|---|
SystemProperties |
Implements
User
The User that belongs to this membership.
Declaration
public User User { get; set; }
Property Value
Type | Description |
---|---|
User |