public sealed class ComplianceOccurrence : IMessage<ComplianceOccurrence>, IEquatable<ComplianceOccurrence>, IDeepCloneable<ComplianceOccurrence>, IBufferMessage, IMessage
An indication that the compliance checks in the associated ComplianceNote
were not satisfied for particular resources or a specified reason.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eComplianceOccurrence\u003c/code\u003e class represents an instance where compliance checks linked to a \u003ccode\u003eComplianceNote\u003c/code\u003e were not met for specific resources or due to a particular reason.\u003c/p\u003e\n"],["\u003cp\u003eThis class, part of the \u003ccode\u003eGrafeas.V1\u003c/code\u003e namespace, is found within the \u003ccode\u003eGrafeas.V1.dll\u003c/code\u003e assembly and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eComplianceOccurrence\u003c/code\u003e class implements interfaces such as \u003ccode\u003eIMessage<ComplianceOccurrence>\u003c/code\u003e, \u003ccode\u003eIEquatable<ComplianceOccurrence>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ComplianceOccurrence>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, thus enabling various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties such as \u003ccode\u003eNonComplianceReason\u003c/code\u003e (a string) and \u003ccode\u003eNonCompliantFiles\u003c/code\u003e (a collection of \u003ccode\u003eNonCompliantFile\u003c/code\u003e objects) to describe the specifics of the compliance failure.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor \u003ccode\u003eComplianceOccurrence()\u003c/code\u003e and a copy constructor \u003ccode\u003eComplianceOccurrence(ComplianceOccurrence other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]