Class OrganizationMembership
Represents a membership of an Organization.
Inheritance
System.Object
OrganizationMembership
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 OrganizationMembership : IContentfulResource
Properties
Role
Whether or not the requesting user is an administrator of the current Space .
Declaration
public string Role { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SystemProperties
Common system managed metadata properties.
Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type | Description |
---|---|
SystemProperties |