Table of Contents

Class ProjectUserResponse

Namespace
Autodesk.ACC.AccountAdmin.Projects.Item.Users
Assembly
Autodesk.ACC.AccountAdmin.dll
public class ProjectUserResponse : ProjectUserResponse, IParsable
Inheritance
ProjectUserResponse
Implements
IParsable
Inherited Members

Properties

JobId

When adding services to a project user some services require a background job to sync the user data to the service. This id can be used to look up the job and get the current status. If a service that requires syncing was not added to the user then this field will be blank

public Guid? JobId { get; set; }

Property Value

Guid?

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static ProjectUserResponse CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

ProjectUserResponse

A ProjectUserResponse

GetFieldDeserializers()

The deserialization information for the current model

public override IDictionary<string, Action<IParseNode>> GetFieldDeserializers()

Returns

IDictionary<string, Action<IParseNode>>

A IDictionary<string, Action<IParseNode>>

Serialize(ISerializationWriter)

Serializes information the current object

public override void Serialize(ISerializationWriter writer)

Parameters

writer ISerializationWriter

Serialization writer to use to serialize this model