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