Class UpdateIssueDefinition_assignedTo
The Autodesk ID of the member, role, or company you want to assign to the issue. Note that if you select an assignee ID, you also need to select a type (assignedToType
).We do not currently provide endpoints to programmatically find the member, role, or company IDs that you are permitted to assign to the issue. We recommend using the Data Connector API to extract the permitted IDs. See the Retrieve Available Members Roles and Companies </en/docs/acc/v1/tutorials/issues/retrieve-available-members-roles-companies>
_ tutorial for more details.Note that if an assigner with Manage Issues permissions attempts to assign the issue to an invalid Autodesk ID the call will still complete successfully.
public class UpdateIssueDefinition_assignedTo : IParsable
- Inheritance
-
UpdateIssueDefinition_assignedTo
- Implements
-
IParsable
- Inherited Members
Methods
CreateFromDiscriminatorValue(IParseNode)
Creates a new instance of the appropriate class based on discriminator value
public static UpdateIssueDefinition_assignedTo 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