Class ProjectUserResponse_accessLevels
- Namespace
- Autodesk.ACC.AccountAdmin.Models
- Assembly
- Autodesk.ACC.AccountAdmin.dll
Flags indicating the users access levels in the account.
public class ProjectUserResponse_accessLevels : IParsable
- Inheritance
-
ProjectUserResponse_accessLevels
- Implements
-
IParsable
- Inherited Members
Properties
AccountAdmin
Indicates the user is an account admin in the account.
public bool? AccountAdmin { get; set; }
Property Value
- bool?
Executive
Indicates the user is an executive in the account.
public bool? Executive { get; set; }
Property Value
- bool?
ProjectAdmin
Indicates the user is a project admin for the project.
public bool? ProjectAdmin { get; set; }
Property Value
- bool?
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static ProjectUserResponse_accessLevels CreateFromDiscriminatorValue(IParseNode parseNode)
Parameters
parseNode
IParseNodeThe parse node to use to read the discriminator value and create the object
Returns
GetFieldDeserializers()
The deserialization information for the current model
public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
Returns
- IDictionary<string, Action<IParseNode>>
A IDictionary<string, Action<IParseNode>>
Serialize(ISerializationWriter)
Serializes information the current object
public virtual void Serialize(ISerializationWriter writer)
Parameters
writer
ISerializationWriterSerialization writer to use to serialize this model